JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-05-06T13:51:59.058Z||main|||||INFO|500||The following profiles are active: basic 2022-05-06T13:52:08.255Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-06T13:52:08.256Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-06T13:52:08.356Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-06T13:52:10.690Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-06T13:52:10.856Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-06T13:52:11.216Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-06T13:52:11.225Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-06T13:52:11.309Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-06T13:52:11.416Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-06T13:52:11.790Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-06T13:52:12.547Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-06T13:52:14.361Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-06T13:52:14.404Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-06T13:52:14.848Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-06T13:52:15.181Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-05-06T13:52:16.288Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-06T13:52:17.353Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-06T13:52:17.371Z||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$$16196139.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-05-06T13:52:17.372Z||main|||||WARN|500||The sdc end point is not alive 2022-05-06T13:52:20.064Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-05-06T13:52:22.683Z||main|||||WARN|500||--- 2022-05-06T13:52:22.684Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-06T13:52:22.684Z||main|||||WARN|500||--- 2022-05-06T13:52:23.139Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-06T13:52:27.301Z||main|||||INFO|500||Started Application in 32.501 seconds (JVM running for 33.703) 2022-05-06T13:52:27.339Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-06T13:52:27.341Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-06T13:52:27.350Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-06T13:52:27.377Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-06T13:52:27.461Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 399114da-529b-4cfa-bce3-926803328d7b url= /sdc/v1/artifactTypes 2022-05-06T13:52:27.462Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-06T13:52:27.759Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-06T13:52:27.779Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-05-06T13:52:27.799Z||scheduling-1|||||DEBUG|500||create keys 2022-05-06T13:52:27.806Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-06T13:52:28.714Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:52:28.732Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 724c18cf-c61c-45e8-8632-86afd29f17aa url= /sdc/v1/registerForDistribution 2022-05-06T13:52:29.361Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 724c18cf-c61c-45e8-8632-86afd29f17aa url= /sdc/v1/registerForDistribution 2022-05-06T13:52:29.362Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-06T13:52:29.374Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:52:29.374Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:52:29.380Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-06T13:52:29.383Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:52:29.383Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:52:29.383Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:52:29.383Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:52:43.300Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:52:43.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:53:29.372Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:53:29.373Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:53:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:53:29.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:53:29.375Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:53:29.376Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:53:38.914Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:53:38.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:54:29.372Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:54:29.373Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:54:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:54:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:54:29.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:54:29.376Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:54:38.916Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:54:38.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:55:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:55:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:55:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:55:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:55:29.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:55:29.375Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:55:38.912Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:55:38.916Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:56:29.372Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:56:29.373Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:56:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:56:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:56:29.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:56:29.375Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:56:38.910Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:56:38.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:57:29.371Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:57:29.373Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:57:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:57:29.373Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:57:29.374Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:57:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:57:38.910Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:57:38.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:58:29.372Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:58:29.373Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:58:29.373Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:58:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:58:29.374Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:58:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:58:38.910Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:58:38.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:59:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:59:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:59:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:59:29.373Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T13:59:29.374Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T13:59:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T13:59:38.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T13:59:38.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:00:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:00:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:00:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:00:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:00:29.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:00:29.375Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:00:38.911Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:00:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:01:29.373Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:01:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:01:29.375Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:01:29.375Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:01:29.375Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:01:29.375Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:01:38.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:01:38.913Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:01:59.533Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-06T14:02:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:02:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:02:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:02:29.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:02:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:02:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:02:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:02:38.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:03:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:03:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:03:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:03:29.373Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:03:29.374Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:03:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:03:38.910Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:03:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:04:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:04:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:04:29.376Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:04:29.376Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:04:29.376Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:04:29.376Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:04:38.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:04:38.916Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:05:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:05:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:05:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:05:29.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:05:29.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:05:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:05:38.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:05:38.914Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:06:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:06:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:06:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:06:29.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:06:29.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:06:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:06:38.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:06:38.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:07:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:07:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:07:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:07:29.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:07:29.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:07:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:07:38.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:07:38.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:08:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:08:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:08:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:08:29.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:08:29.374Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:08:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:08:38.913Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:08:38.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:09:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:09:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:09:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:09:29.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:09:29.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:09:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:09:38.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:09:38.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:10:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:10:29.373Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:10:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:10:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:10:29.374Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:10:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:10:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:10:38.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:11:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:11:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:11:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:11:29.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:11:29.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:11:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:11:38.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:11:38.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:12:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:12:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:12:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:12:29.373Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:12:29.374Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:12:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:12:38.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:12:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:13:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:13:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:13:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:13:29.373Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:13:29.374Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:13:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:13:38.911Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:13:38.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:14:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:14:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:14:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:14:29.373Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:14:29.374Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:14:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:14:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:14:38.911Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:15:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:15:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:15:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:15:29.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:15:29.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:15:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:15:38.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:15:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:16:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:16:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:16:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:16:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:16:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:16:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:16:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:16:38.912Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:17:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:17:29.373Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:17:29.374Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:17:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:17:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:17:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:17:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:17:38.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:18:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:18:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:18:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:18:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:18:29.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:18:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:18:38.909Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:18:38.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:19:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:19:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:19:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:19:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:19:29.373Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:19:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:19:38.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:19:38.908Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:20:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:20:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:20:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:20:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:20:29.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:20:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:20:38.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:20:38.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:21:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:21:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:21:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:21:29.373Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:21:29.374Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:21:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:21:38.912Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:21:38.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:22:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:22:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:22:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:22:29.373Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:22:29.373Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:22:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:22:38.908Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:22:38.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:23:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:23:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:23:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:23:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:23:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:23:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:23:38.909Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:23:38.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:24:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:24:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:24:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:24:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:24:29.373Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:24:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:24:38.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:24:38.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:25:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:25:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:25:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:25:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:25:29.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:25:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:25:38.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:25:38.910Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:26:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:26:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:26:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:26:29.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:26:29.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:26:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:26:38.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:26:38.907Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:27:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:27:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:27:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:27:29.373Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:27:29.374Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:27:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:27:38.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:27:38.909Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:28:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:28:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:28:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:28:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:28:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:28:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:28:38.905Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:28:38.911Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:29:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:29:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:29:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:29:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:29:29.374Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:29:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:29:38.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:29:38.913Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:30:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:30:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:30:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:30:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:30:29.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:30:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:30:38.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:30:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:31:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:31:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:31:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:31:29.373Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:31:29.374Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:31:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:31:38.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:31:38.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:32:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:32:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:32:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:32:29.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:32:29.374Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:32:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:32:38.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:32:38.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:33:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:33:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:33:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:33:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:33:29.373Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:33:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:33:38.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:33:38.910Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:34:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:34:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:34:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:34:29.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:34:29.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:34:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:34:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:34:38.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:35:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:35:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:35:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:35:29.373Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:35:29.374Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:35:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:35:38.908Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:35:38.909Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:36:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:36:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:36:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:36:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:36:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:36:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:36:38.909Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:36:38.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:37:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:37:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:37:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:37:29.373Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:37:29.373Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:37:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:37:38.905Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:37:38.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:38:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:38:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:38:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:38:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:38:29.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:38:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:38:38.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:38:38.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:39:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:39:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:39:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:39:29.373Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:39:29.374Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:39:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:39:38.908Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:39:38.910Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:40:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:40:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:40:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:40:29.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:40:29.374Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:40:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:40:38.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:40:38.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:41:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:41:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:41:29.373Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:41:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:41:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:41:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:41:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:41:38.911Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:42:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:42:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:42:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:42:29.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:42:29.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:42:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:42:38.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:42:38.907Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:43:29.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:43:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:43:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:43:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:43:29.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:43:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:43:38.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:43:38.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:44:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:44:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:44:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:44:29.373Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:44:29.373Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:44:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:44:38.908Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:44:38.908Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:45:29.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:45:29.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:45:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:45:29.373Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:45:29.374Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:45:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:45:38.913Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:45:38.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:46:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:46:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:46:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:46:29.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:46:29.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:46:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:46:38.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:46:38.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:47:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:47:29.373Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:47:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:47:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:47:29.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:47:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:47:38.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:47:38.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:48:29.372Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:48:29.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:48:29.373Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:48:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:48:29.373Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:48:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:48:38.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:48:38.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:49:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:49:29.373Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:49:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:49:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:49:29.373Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:49:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:49:38.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:49:38.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:50:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:50:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:50:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:50:29.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:50:29.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:50:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:50:38.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:50:38.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:51:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:51:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:51:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:51:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:51:29.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:51:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:51:38.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:51:38.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:52:29.372Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:52:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:52:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:52:29.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:52:29.373Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:52:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:52:38.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:52:38.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:53:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:53:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:53:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:53:29.373Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:53:29.373Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:53:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:53:38.911Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:53:38.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:54:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:54:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:54:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:54:29.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:54:29.374Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:54:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:54:38.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:54:38.909Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:55:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:55:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:55:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:55:29.373Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:55:29.374Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:55:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:55:38.909Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:55:38.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:29.371Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:56:29.372Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:56:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:56:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:56:29.375Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:29.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:29.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "multicloud-k8s-id", "timestamp": 1651848971178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "policy-id", "timestamp": 1651848971555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "ves-openapi-manager", "timestamp": 1651848975671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "multicloud-k8s-id", "timestamp": 1651848971178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "NOTIFIED" } 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "policy-id", "timestamp": 1651848971555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "ves-openapi-manager", "timestamp": 1651848975671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "multicloud-k8s-id", "timestamp": 1651848971178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "policy-id", "timestamp": 1651848971555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "ves-openapi-manager", "timestamp": 1651848975671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "multicloud-k8s-id", "timestamp": 1651848971178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "policy-id", "timestamp": 1651848971555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "ves-openapi-manager", "timestamp": 1651848975671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "cds", "timestamp": 1651848980694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "multicloud-k8s-id", "timestamp": 1651848971178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-06T14:56:29.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "policy-id", "timestamp": 1651848971555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "ves-openapi-manager", "timestamp": 1651848975671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "cds", "timestamp": 1651848980694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "multicloud-k8s-id", "timestamp": 1651848971178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "policy-id", "timestamp": 1651848971555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "ves-openapi-manager", "timestamp": 1651848975671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "cds", "timestamp": 1651848980694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "multicloud-k8s-id", "timestamp": 1651848971178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "NOTIFIED" } 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "clamp", "timestamp": 1651848983440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "policy-id", "timestamp": 1651848971555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "NOTIFIED" } 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "ves-openapi-manager", "timestamp": 1651848975671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "cds", "timestamp": 1651848980694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "clamp", "timestamp": 1651848983440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "NOTIFIED" } 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "multicloud-k8s-id", "timestamp": 1651848985264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "policy-id", "timestamp": 1651848985270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "cds", "timestamp": 1651848980694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "clamp", "timestamp": 1651848983440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "policy-id", "timestamp": 1651848986280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "multicloud-k8s-id", "timestamp": 1651848986336, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "cds", "timestamp": 1651848980694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "aai-ml", "timestamp": 1651848985758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "clamp", "timestamp": 1651848983440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "policy-id", "timestamp": 1651848987285, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T14:56:29.684Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4abd6cb-6852-4251-8583-835902f3327e 2022-05-06T14:56:29.698Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4abd6cb-6852-4251-8583-835902f3327e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T14:56:29.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "cds", "timestamp": 1651848980694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "NOTIFIED" } 2022-05-06T14:56:29.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "multicloud-k8s-id", "timestamp": 1651848987391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-06T14:56:29.719Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:56:29.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "aai-ml", "timestamp": 1651848985758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "clamp", "timestamp": 1651848983440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "aai-ml", "timestamp": 1651848985758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "multicloud-k8s-id", "timestamp": 1651848988490, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T14:56:29.732Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4abd6cb-6852-4251-8583-835902f3327e 2022-05-06T14:56:29.732Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4abd6cb-6852-4251-8583-835902f3327e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-06T14:56:29.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "cds", "timestamp": 1651848988507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T14:56:29.743Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:56:29.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "clamp", "timestamp": 1651848983440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:29.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:56:29.995Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:29.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T14:56:29.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f4abd6cb-6852-4251-8583-835902f3327e","serviceName":"basic_onboard_FRpiKr","serviceVersion":"1.0","serviceUUID":"b533f55f-9aa1-42de-8ebf-f83d79c7f369","serviceDescription":"service","serviceInvariantUUID":"62b60fa8-cf62-4176-8ca4-73ae4286c821","resources":[{"resourceInstanceName":"basic_onboard_FRpiKr 0","resourceName":"basic_onboard_FRpiKr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"371fabb3-86fc-4af1-8d0d-7f1ae6943ea1","resourceInvariantUUID":"a3190e1b-78ee-4ef4-9321-3fd16bbf445d","resourceCustomizationUUID":"33b2bd4c-01da-4f69-a0cd-a859cc268cbb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vf-license-model.xml","artifactChecksum":"ZDEyMzkyZDc1M2E0N2YyMWY5YWRjYjI3MmVjZTFhOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf42b3dc-0fa5-416e-b2a0-ee598d4608c6","artifactVersion":"1"},{"artifactName":"basic_onboard_frpikr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json","artifactChecksum":"YmM1YjVhM2M3ODQ3NTA3YzI3M2IzZjZlOWFkNGQ4YWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0fab469c-45f0-4e95-91e3-cad1dec7c7c6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48e08fd6-ae6f-45e5-a464-39238cb3edfd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a2d27a5-6600-488a-82a2-7a0fddb96fd5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aa443682-0f31-4f3b-a459-97bf4febd8c8","artifactVersion":"2","generatedFromUUID":"48e08fd6-ae6f-45e5-a464-39238cb3edfd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFrpikr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-template.yml","artifactChecksum":"ZDFhZDY4Y2U0YmVlMjRjMGNmNGZlNjU4ZGE5ODhhMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0872157-cfb0-4507-a669-cb27f5af3205","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFrpikr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar","artifactChecksum":"ZGZmMThiMzhjNmJhMWMzOGU3MWRkNjE3NDE2YWI0Y2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c87eb23e-5dca-4d27-9be6-fa9c59247a8a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-06T14:56:30.001Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T14:56:30.006Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:30.012Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:30.013Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:30.113Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-06T14:56:30.118Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:30.118Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:30.129Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:30.130Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:31.018Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T14:56:31.019Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:31.021Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:31.021Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "NOTIFIED" } 2022-05-06T14:56:31.122Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:31.123Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:31.123Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:31.137Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:31.138Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:32.022Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T14:56:32.023Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:32.025Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:32.025Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-06T14:56:32.125Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:32.126Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:32.126Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:32.138Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:32.139Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:33.025Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T14:56:33.026Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:33.028Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:33.028Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:33.129Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T14:56:33.129Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:33.129Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:33.139Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:33.140Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:34.029Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T14:56:34.030Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:34.032Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:34.032Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-06T14:56:34.132Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:34.133Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:34.133Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:34.150Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:34.150Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:35.032Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T14:56:35.034Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:35.036Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:35.036Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T14:56:35.137Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:35.138Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:35.138Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:35.149Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:35.149Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:36.037Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T14:56:36.038Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:36.040Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:36.040Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "NOTIFIED" } 2022-05-06T14:56:36.140Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:36.141Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:36.142Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:36.153Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:36.153Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:37.042Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "serviceName": "basic_onboard_FRpiKr", "serviceVersion": "1.0", "serviceUUID": "b533f55f-9aa1-42de-8ebf-f83d79c7f369", "serviceDescription": "service", "serviceInvariantUUID": "62b60fa8-cf62-4176-8ca4-73ae4286c821", "resources": [ { "resourceInstanceName": "basic_onboard_FRpiKr 0", "resourceCustomizationUUID": "33b2bd4c-01da-4f69-a0cd-a859cc268cbb", "resourceName": "basic_onboard_FRpiKr", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "371fabb3-86fc-4af1-8d0d-7f1ae6943ea1", "resourceInvariantUUID": "a3190e1b-78ee-4ef4-9321-3fd16bbf445d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_frpikr0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "artifactChecksum": "YmM1YjVhM2M3ODQ3NTA3YzI3M2IzZjZlOWFkNGQ4YWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0fab469c-45f0-4e95-91e3-cad1dec7c7c6", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "48e08fd6-ae6f-45e5-a464-39238cb3edfd", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "aa443682-0f31-4f3b-a459-97bf4febd8c8", "generatedFromUUID": "48e08fd6-ae6f-45e5-a464-39238cb3edfd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "aa443682-0f31-4f3b-a459-97bf4febd8c8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardFrpikr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "artifactChecksum": "ZGZmMThiMzhjNmJhMWMzOGU3MWRkNjE3NDE2YWI0Y2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c87eb23e-5dca-4d27-9be6-fa9c59247a8a" } ], "workloadContext": "Production" } 2022-05-06T14:56:37.044Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-06T14:56:37.044Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b533f55f-9aa1-42de-8ebf-f83d79c7f369 ASDC 2022-05-06T14:56:37.167Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f4abd6cb-6852-4251-8583-835902f3327e ServiceName:basic_onboard_FRpiKr ServiceVersion:1.0 ServiceUUID:b533f55f-9aa1-42de-8ebf-f83d79c7f369 ServiceInvariantUUID:62b60fa8-cf62-4176-8ca4-73ae4286c821 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardFrpikr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar ArtifactUUID:c87eb23e-5dca-4d27-9be6-fa9c59247a8a ArtifactChecksum:ZGZmMThiMzhjNmJhMWMzOGU3MWRkNjE3NDE2YWI0Y2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_FRpiKr 0 ResourceCustomizationUUID:33b2bd4c-01da-4f69-a0cd-a859cc268cbb ResourceInvariantUUID:a3190e1b-78ee-4ef4-9321-3fd16bbf445d ResourceName:basic_onboard_FRpiKr ResourceType:VF ResourceUUID:371fabb3-86fc-4af1-8d0d-7f1ae6943ea1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_frpikr0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json ArtifactUUID:0fab469c-45f0-4e95-91e3-cad1dec7c7c6 ArtifactChecksum:YmM1YjVhM2M3ODQ3NTA3YzI3M2IzZjZlOWFkNGQ4YWM= 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/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml ArtifactUUID:48e08fd6-ae6f-45e5-a464-39238cb3edfd 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/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env ArtifactUUID:aa443682-0f31-4f3b-a459-97bf4febd8c8 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/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env ArtifactUUID:aa443682-0f31-4f3b-a459-97bf4febd8c8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-06T14:56:37.168Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b533f55f-9aa1-42de-8ebf-f83d79c7f369 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T14:56:37.212Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T14:56:37.212Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-06T14:56:37.213Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-06T14:56:37.213Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c87eb23e-5dca-4d27-9be6-fa9c59247a8a from URL: /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:37.213Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-06T14:56:37.214Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:37.603Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-06T14:56:37.617Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar c87eb23e-5dca-4d27-9be6-fa9c59247a8a 71561 2022-05-06T14:56:37.618Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar ASDC sendASDCNotification 2022-05-06T14:56:37.618Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:37.619Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T14:56:37.620Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:37.621Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:37.621Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848997617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T14:56:37.722Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:37.723Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:37.723Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:37.735Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:37.736Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:38.621Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T14:56:38.622Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-06T14:56:38.623Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c87eb23e-5dca-4d27-9be6-fa9c59247a8a, URL: /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar to file: /app/ASDC/1/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:38.623Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:38.678Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:38.678Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:39.143Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5824842138212019240/Definitions/service-BasicOnboardFrpikr-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-06T14:56:40.873Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-06T14:56:40.876Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-06T14:56:40.876Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:40.877Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-06T14:56:40.877Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:40.877Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:40.877Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:40.877Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:40.877Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:40.878Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FRpiKr 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-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:40.878Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:40.878Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:40.878Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:40.878Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-06T14:56:40.883Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.884Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:40.886Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FRpiKr 0 is matching search criteria 2022-05-06T14:56:40.886Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-06T14:56:40.887Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FRpiKr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T14:56:40.889Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.889Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:40.889Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FRpiKr 0 is matching search criteria 2022-05-06T14:56:40.889Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-06T14:56:40.889Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FRpiKr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T14:56:40.889Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.889Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:40.892Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.892Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FRpiKr 0 is not matching search criteria 2022-05-06T14:56:40.892Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-06T14:56:40.892Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-06T14:56:40.892Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-06T14:56:40.892Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-06T14:56:40.892Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-06T14:56:40.892Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.893Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T14:56:40.893Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.893Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FRpiKr 0 is matching search criteria 2022-05-06T14:56:40.893Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FRpiKr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T14:56:40.894Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.894Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FRpiKr 0 is matching search criteria 2022-05-06T14:56:40.894Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FRpiKr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T14:56:40.894Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.894Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FRpiKr 0 is matching search criteria 2022-05-06T14:56:40.894Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FRpiKr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T14:56:40.895Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.895Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FRpiKr 0 is not matching search criteria 2022-05-06T14:56:40.895Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-06T14:56:40.895Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-06T14:56:40.895Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=27a8c079-79fa-4d4e-9d5c-0a09ba7d9088 2022-05-06T14:56:40.895Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.895Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:40.895Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.895Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:40.896Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.896Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:40.896Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:40.896Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:40.896Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_FRpiKr Description:service Model UUID:b533f55f-9aa1-42de-8ebf-f83d79c7f369 Model Version:NULL Model InvariantUuid:62b60fa8-cf62-4176-8ca4-73ae4286c821 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_FRpiKr Model UUID:688a4afc-c620-4613-b723-8e39f7702eb9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a3190e1b-78ee-4ef4-9321-3fd16bbf445d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:33b2bd4c-01da-4f69-a0cd-a859cc268cbb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:af4a905d-0144-48bb-8938-60c6318d3d2f ModelName:BasicOnboardFrpikr..base_ubuntu18..module-0 ModelUuid:914a0940-38d8-4c3e-9278-538057748f9e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:27a8c079-79fa-4d4e-9d5c-0a09ba7d9088 ModelInvariantUuid:49e5d5af-55e2-46e6-8dd5-3b9218e9013b ModelName:basic_onboard_FRpiKr-nodes.ubuntu18Cvfc ModelUuid:5a038648-04aa-4151-9eb5-b01d1cf54039 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:017af862-70f0-4c80-b4cb-82529a0a0a25 ModelInvariantUuid:073a98c4-ca48-4fd8-8de7-cbeaa354cacb ModelName:BasicOnboardFrpikr.compute.nodes.heat.ubuntu18 ModelUuid:fd339de6-896e-4431-a362-1f7e62c9846e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-06T14:56:40.911Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 371fabb3-86fc-4af1-8d0d-7f1ae6943ea1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T14:56:40.998Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||basic_onboard_FRpiKr 0 2022-05-06T14:56:41.002Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 371fabb3-86fc-4af1-8d0d-7f1ae6943ea1 2022-05-06T14:56:41.003Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0fab469c-45f0-4e95-91e3-cad1dec7c7c6 from URL: /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json 2022-05-06T14:56:41.003Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-06T14:56:41.003Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json 2022-05-06T14:56:41.176Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-06T14:56:41.176Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json 0fab469c-45f0-4e95-91e3-cad1dec7c7c6 798 2022-05-06T14:56:41.176Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json ASDC sendASDCNotification 2022-05-06T14:56:41.176Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json 2022-05-06T14:56:41.177Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T14:56:41.177Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:41.179Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:41.179Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849001176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T14:56:41.280Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:41.281Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:41.281Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:41.294Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:41.294Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:42.181Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardFrpikr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "af4a905d-0144-48bb-8938-60c6318d3d2f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "914a0940-38d8-4c3e-9278-538057748f9e", "vfModuleModelCustomizationUUID": "abe6f963-ffa1-490c-8cc5-b0ac36b50fb0", "isBase": true, "artifacts": [ "48e08fd6-ae6f-45e5-a464-39238cb3edfd", "aa443682-0f31-4f3b-a459-97bf4febd8c8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T14:56:42.197Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardFrpikr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:914a0940-38d8-4c3e-9278-538057748f9e VfModuleModelInvariantUUID:af4a905d-0144-48bb-8938-60c6318d3d2f VfModuleModelDescription:NULL Artifacts UUID List:{ 48e08fd6-ae6f-45e5-a464-39238cb3edfd , aa443682-0f31-4f3b-a459-97bf4febd8c8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-06T14:56:42.199Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardFrpikr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "af4a905d-0144-48bb-8938-60c6318d3d2f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "914a0940-38d8-4c3e-9278-538057748f9e", "vfModuleModelCustomizationUUID": "abe6f963-ffa1-490c-8cc5-b0ac36b50fb0", "isBase": true, "artifacts": [ "48e08fd6-ae6f-45e5-a464-39238cb3edfd", "aa443682-0f31-4f3b-a459-97bf4febd8c8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T14:56:42.199Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardFrpikr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:914a0940-38d8-4c3e-9278-538057748f9e VfModuleModelInvariantUUID:af4a905d-0144-48bb-8938-60c6318d3d2f VfModuleModelDescription:NULL Artifacts UUID List:{ 48e08fd6-ae6f-45e5-a464-39238cb3edfd , aa443682-0f31-4f3b-a459-97bf4febd8c8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-06T14:56:42.199Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 48e08fd6-ae6f-45e5-a464-39238cb3edfd from URL: /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml 2022-05-06T14:56:42.199Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-06T14:56:42.199Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml 2022-05-06T14:56:42.361Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-06T14:56:42.361Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml 48e08fd6-ae6f-45e5-a464-39238cb3edfd 5033 2022-05-06T14:56:42.361Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-06T14:56:42.362Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml 2022-05-06T14:56:42.362Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T14:56:42.362Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:42.364Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:42.364Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849002361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T14:56:42.464Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:42.465Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:42.465Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:42.475Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:42.475Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:43.365Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aa443682-0f31-4f3b-a459-97bf4febd8c8 from URL: /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env 2022-05-06T14:56:43.365Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-06T14:56:43.365Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env 2022-05-06T14:56:43.464Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-06T14:56:43.465Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env aa443682-0f31-4f3b-a459-97bf4febd8c8 909 2022-05-06T14:56:43.465Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-06T14:56:43.465Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env 2022-05-06T14:56:43.465Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T14:56:43.466Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:43.467Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:43.467Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849003465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-06T14:56:43.568Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:43.569Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:43.569Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:43.581Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:43.581Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-06T14:56:44.468Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b533f55f-9aa1-42de-8ebf-f83d79c7f369 2022-05-06T14:56:44.469Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FRpiKr 0 371fabb3-86fc-4af1-8d0d-7f1ae6943ea1 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T14:56:44.505Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73fc19ca, org.onap.sdc.toscaparser.api.parameters.Input@5504f89b, org.onap.sdc.toscaparser.api.parameters.Input@21cdebca, org.onap.sdc.toscaparser.api.parameters.Input@3a305717, org.onap.sdc.toscaparser.api.parameters.Input@29913bd2] 2022-05-06T14:56:44.508Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.508Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:44.509Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-05-06T14:56:44.509Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 33b2bd4c-01da-4f69-a0cd-a859cc268cbb 2022-05-06T14:56:44.509Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 33b2bd4c-01da-4f69-a0cd-a859cc268cbb matches Tosca VF Customization UUID: 33b2bd4c-01da-4f69-a0cd-a859cc268cbb 2022-05-06T14:56:44.509Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 33b2bd4c-01da-4f69-a0cd-a859cc268cbb matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-06T14:56:44.517Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.517Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:44.518Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 33b2bd4c-01da-4f69-a0cd-a859cc268cbb: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-06T14:56:44.518Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b7a83a0 2022-05-06T14:56:44.519Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.519Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T14:56:44.519Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : abe6f963-ffa1-490c-8cc5-b0ac36b50fb0 2022-05-06T14:56:44.520Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID abe6f963-ffa1-490c-8cc5-b0ac36b50fb0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-06T14:56:44.526Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.526Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FRpiKr 0 is matching search criteria 2022-05-06T14:56:44.526Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FRpiKr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T14:56:44.527Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.527Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FRpiKr 0 is matching search criteria 2022-05-06T14:56:44.527Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FRpiKr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T14:56:44.527Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.528Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FRpiKr 0 is not matching search criteria 2022-05-06T14:56:44.528Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-06T14:56:44.528Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-06T14:56:44.528Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=27a8c079-79fa-4d4e-9d5c-0a09ba7d9088 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-06T14:56:44.537Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.538Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FRpiKr 0 is matching search criteria 2022-05-06T14:56:44.538Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FRpiKr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T14:56:44.538Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.538Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FRpiKr 0 is matching search criteria 2022-05-06T14:56:44.538Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FRpiKr 0] matching following query criteria: sdcType=VF, customizationUUID=33b2bd4c-01da-4f69-a0cd-a859cc268cbb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T14:56:44.540Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.541Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:44.541Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b533f55f-9aa1-42de-8ebf-f83d79c7f369: basic_onboard_FRpiKr 2022-05-06T14:56:44.541Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.541Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:44.541Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.541Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:44.541Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.541Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:44.542Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.542Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:44.542Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T14:56:44.542Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FRpiKr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T14:56:44.542Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_FRpiKr Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T14:56:44.726Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_FRpiKr 371fabb3-86fc-4af1-8d0d-7f1ae6943ea1 1 ASDC deployResourceStructure 2022-05-06T14:56:44.726Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json ASDC sendASDCNotification 2022-05-06T14:56:44.727Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json 2022-05-06T14:56:44.727Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T14:56:44.727Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:44.728Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:44.728Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849004726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T14:56:44.829Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:44.830Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:44.830Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:44.842Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:44.842Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:45.729Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-06T14:56:45.730Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml 2022-05-06T14:56:45.730Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T14:56:45.730Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:45.732Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:45.732Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849005729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-06T14:56:45.833Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:45.834Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:45.834Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:45.847Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:45.847Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-06T14:56:46.733Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-06T14:56:46.734Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env 2022-05-06T14:56:46.734Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T14:56:46.735Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:46.736Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:46.736Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849006733, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-06T14:56:46.837Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:46.837Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:46.837Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:46.849Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:46.849Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:47.737Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar ASDC sendASDCNotification 2022-05-06T14:56:47.738Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar 2022-05-06T14:56:47.738Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T14:56:47.738Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T14:56:47.740Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T14:56:47.741Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849007737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T14:56:47.841Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T14:56:47.841Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T14:56:47.841Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T14:56:47.853Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:56:47.854Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T14:56:48.742Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:56:48.760Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:56:48.762Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T14:56:48.763Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T14:56:48.763Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T14:57:18.763Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:57:18.777Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:57:18.780Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T14:57:18.780Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T14:57:18.780Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T14:57:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:57:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:57:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:57:29.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:57:29.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:57:29.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "aai-ml", "timestamp": 1651848985758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:57:29.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:57:48.781Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:57:48.793Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:57:48.795Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T14:57:48.796Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T14:57:48.796Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T14:58:18.796Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:58:18.810Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:58:18.814Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T14:58:18.814Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T14:58:18.815Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T14:58:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:58:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:58:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:58:29.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:58:29.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:58:29.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "multicloud-k8s-id", "timestamp": 1651848989494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T14:58:29.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:58:48.815Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:58:48.828Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:58:48.832Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T14:58:48.832Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T14:58:48.832Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T14:59:18.833Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:59:18.843Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:59:18.846Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T14:59:18.846Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T14:59:18.847Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T14:59:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T14:59:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T14:59:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T14:59:29.395Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T14:59:29.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "cds", "timestamp": 1651848989521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T14:59:29.411Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f4abd6cb-6852-4251-8583-835902f3327e 2022-05-06T14:59:29.411Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4abd6cb-6852-4251-8583-835902f3327e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T14:59:29.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "clamp", "timestamp": 1651848983440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "NOTIFIED" } 2022-05-06T14:59:29.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "aai-ml", "timestamp": 1651848985758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "NOTIFIED" } 2022-05-06T14:59:29.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "aai-ml", "timestamp": 1651848985758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-06T14:59:29.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "aai-ml", "timestamp": 1651848985758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "NOTIFIED" } 2022-05-06T14:59:29.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651848993108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "aai-ml", "timestamp": 1651848993814, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T14:59:29.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-06T14:59:29.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651848993108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651848993108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848989371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "NOTIFIED" } 2022-05-06T14:59:29.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651848993108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651848997617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T14:59:29.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651848993108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651848993108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651848993108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "NOTIFIED" } 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849001080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849001176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849002361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849003465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-06T14:59:29.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849004726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/basic_onboard_frpikr0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T14:59:29.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849004937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T14:59:29.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "aai-ml", "timestamp": 1651849004965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T14:59:29.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "clamp", "timestamp": 1651849005330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T14:59:29.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849005729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-06T14:59:29.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849005943, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T14:59:29.436Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f4abd6cb-6852-4251-8583-835902f3327e 2022-05-06T14:59:29.436Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4abd6cb-6852-4251-8583-835902f3327e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T14:59:29.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "aai-ml", "timestamp": 1651849005970, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T14:59:29.452Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f4abd6cb-6852-4251-8583-835902f3327e 2022-05-06T14:59:29.452Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4abd6cb-6852-4251-8583-835902f3327e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T14:59:29.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849006733, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/resourceInstances/basic_onboard_frpikr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-06T14:59:29.461Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "clamp", "timestamp": 1651849007335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T14:59:29.462Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849007737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFrpikr/1.0/artifacts/service-BasicOnboardFrpikr-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T14:59:29.462Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T14:59:29.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "clamp", "timestamp": 1651849008338, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T14:59:29.468Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f4abd6cb-6852-4251-8583-835902f3327e 2022-05-06T14:59:29.468Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4abd6cb-6852-4251-8583-835902f3327e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T14:59:29.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "clamp", "timestamp": 1651849043440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "ves-openapi-manager", "timestamp": 1651849035671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "cds", "timestamp": 1651849040694, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "clamp", "timestamp": 1651849043440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "NOTIFIED" } 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "ves-openapi-manager", "timestamp": 1651849035671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "cds", "timestamp": 1651849040694, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "aai-ml", "timestamp": 1651849045758, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "clamp", "timestamp": 1651849043440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "ves-openapi-manager", "timestamp": 1651849035671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "cds", "timestamp": 1651849040694, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "aai-ml", "timestamp": 1651849045758, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "ves-openapi-manager", "timestamp": 1651849035671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "clamp", "timestamp": 1651849043440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "cds", "timestamp": 1651849040694, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:29.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T14:59:29.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "aai-ml", "timestamp": 1651849045758, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T14:59:29.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T14:59:48.847Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:59:48.860Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T14:59:48.864Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T14:59:48.864Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-06T14:59:48.864Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-06T14:59:48.864Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-06T14:59:48.864Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T14:59:48.864Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T14:59:48.865Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T14:59:48.865Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T14:59:48.865Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T14:59:48.865Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T14:59:48.865Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T14:59:48.871Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-06T15:00:18.871Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4abd6cb-6852-4251-8583-835902f3327e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-06T15:00:18.880Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4abd6cb-6852-4251-8583-835902f3327e and serviceModelVersionId: b533f55f-9aa1-42de-8ebf-f83d79c7f369 2022-05-06T15:00:18.880Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 62b60fa8-cf62-4176-8ca4-73ae4286c821 2022-05-06T15:00:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:00:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:00:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:29.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:29.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "ves-openapi-manager", "timestamp": 1651849035671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "clamp", "timestamp": 1651849043440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "cds", "timestamp": 1651849040694, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "aai-ml", "timestamp": 1651849045758, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "clamp", "timestamp": 1651849043440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "ves-openapi-manager", "timestamp": 1651849035671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "cds", "timestamp": 1651849040694, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "aai-ml", "timestamp": 1651849045758, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "ves-openapi-manager", "timestamp": 1651849035671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "clamp", "timestamp": 1651849043440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:00:29.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "cds", "timestamp": 1651849040694, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:00:29.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "aai-ml", "timestamp": 1651849045758, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1651849051181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "policy-id", "timestamp": 1651849051555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "aai-ml", "timestamp": 1651849045758, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:00:29.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "cds", "timestamp": 1651849052697, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:00:29.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:29.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1651849051181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:00:29.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "policy-id", "timestamp": 1651849051555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "aai-ml", "timestamp": 1651849053619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:00:29.909Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:29.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "cds", "timestamp": 1651849053702, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:00:29.928Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f28d932a-16ae-44df-b05f-f7779cc70cfb 2022-05-06T15:00:29.928Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f28d932a-16ae-44df-b05f-f7779cc70cfb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:00:29.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849053108, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1651849051181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-06T15:00:29.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "policy-id", "timestamp": 1651849051555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-06T15:00:29.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849053108, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1651849051181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "policy-id", "timestamp": 1651849051555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849053108, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1651849051181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-06T15:00:29.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "policy-id", "timestamp": 1651849051555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849053108, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1651849051181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "policy-id", "timestamp": 1651849051555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "clamp", "timestamp": 1651849057330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:00:29.944Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:29.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849053108, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1651849051181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:00:29.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "policy-id", "timestamp": 1651849051555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:00:29.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849053108, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:29.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1651849058912, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:00:29.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:29.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "clamp", "timestamp": 1651849059338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:00:29.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:29.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "policy-id", "timestamp": 1651849059369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:00:29.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:29.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849053108, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:00:29.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:00:29.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1651849060078, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:00:29.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:29.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "clamp", "timestamp": 1651849060341, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:00:29.956Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f28d932a-16ae-44df-b05f-f7779cc70cfb 2022-05-06T15:00:29.956Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f28d932a-16ae-44df-b05f-f7779cc70cfb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:00:29.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "policy-id", "timestamp": 1651849060372, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:00:29.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:29.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849061076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:00:29.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:29.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1651849061267, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:00:29.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:29.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "policy-id", "timestamp": 1651849061375, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:00:29.977Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f28d932a-16ae-44df-b05f-f7779cc70cfb 2022-05-06T15:00:29.977Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f28d932a-16ae-44df-b05f-f7779cc70cfb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:00:29.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:29.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1651849062580, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:00:29.993Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f28d932a-16ae-44df-b05f-f7779cc70cfb 2022-05-06T15:00:29.993Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f28d932a-16ae-44df-b05f-f7779cc70cfb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-06T15:00:30.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:30.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "aai-ml", "timestamp": 1651849062760, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:00:30.038Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:30.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:30.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1651849063583, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:00:30.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:30.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:30.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "aai-ml", "timestamp": 1651849063763, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:00:30.046Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f28d932a-16ae-44df-b05f-f7779cc70cfb 2022-05-06T15:00:30.046Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f28d932a-16ae-44df-b05f-f7779cc70cfb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:00:30.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:30.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849064217, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:00:30.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:00:30.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:00:30.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849065222, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:00:30.063Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f28d932a-16ae-44df-b05f-f7779cc70cfb 2022-05-06T15:00:30.063Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f28d932a-16ae-44df-b05f-f7779cc70cfb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:00:30.516Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/62b60fa8-cf62-4176-8ca4-73ae4286c821/model-vers/model-ver/b533f55f-9aa1-42de-8ebf-f83d79c7f369?depth=0 2022-05-06T15:00:30.600Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-05-06T15:00:31.079Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62b60fa8-cf62-4176-8ca4-73ae4286c821/model-vers/model-ver/b533f55f-9aa1-42de-8ebf-f83d79c7f369?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-06T15:00:31.083Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62b60fa8-cf62-4176-8ca4-73ae4286c821/model-vers/model-ver/b533f55f-9aa1-42de-8ebf-f83d79c7f369?depth=0|INFO|500||Invoke 2022-05-06T15:00:31.359Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62b60fa8-cf62-4176-8ca4-73ae4286c821/model-vers/model-ver/b533f55f-9aa1-42de-8ebf-f83d79c7f369?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-06T15:00:31.897Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62b60fa8-cf62-4176-8ca4-73ae4286c821/model-vers/model-ver/b533f55f-9aa1-42de-8ebf-f83d79c7f369?depth=0|INFO|500||InvokeReturn 2022-05-06T15:00:31.897Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62b60fa8-cf62-4176-8ca4-73ae4286c821/model-vers/model-ver/b533f55f-9aa1-42de-8ebf-f83d79c7f369?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220506-15:00:31:366-45657], vertex-id=[192560], Content-Length=[0], Date=[Fri, 06 May 2022 15:00:31 GMT], Content-Type=[application/json]} 2022-05-06T15:00:31.897Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-05-06T15:00:31.900Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-06T15:00:31.900Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:00:31.904Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-06T15:00:31.911Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4abd6cb-6852-4251-8583-835902f3327e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-06T15:00:31.911Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-06T15:00:31.911Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:31.913Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:31.913Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849231911, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:00:32.014Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:00:32.015Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:32.015Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:32.026Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:32.027Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:00:32.928Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:00:32.929Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:00:32.929Z|f4abd6cb-6852-4251-8583-835902f3327e|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:37.944Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:37.945Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:00:37.945Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f28d932a-16ae-44df-b05f-f7779cc70cfb","serviceName":"vFW 2022-05-06 14-55-28","serviceVersion":"1.0","serviceUUID":"c19a09cf-a41b-47fa-9244-e331f590235d","serviceDescription":"catalog service description","serviceInvariantUUID":"c5f60e92-c976-429e-ad47-9760417a3770","resources":[{"resourceInstanceName":"vFW 6f2c4b73-7e1a 0","resourceName":"vFW 6f2c4b73-7e1a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"83cdcef8-8170-45c8-8725-44a33bd8a4bb","resourceInvariantUUID":"e401e5b9-1d78-460a-bf4e-d869e6c1224f","resourceCustomizationUUID":"c670d28d-5e5d-4f57-a6af-205bd8d75234","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vf-license-model.xml","artifactChecksum":"ZGRiMTAyY2IxMTlmNmNkMzYwNzRkOThmMmQzNjMyOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7353db35-dad3-4e7e-a693-f3d2e0e1d2e9","artifactVersion":"1"},{"artifactName":"vfw6f2c4b737e1a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json","artifactChecksum":"MjQxNjY5MjU3ZjRiZTJmMmEwODM3YmY4NTRjMTE1NzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"863c3420-d828-4eb7-ae69-fb87473df87e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2cd05be1-8b98-41bf-8792-8bda87f914b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vendor-license-model.xml","artifactChecksum":"N2FjZTNiYzE4OGIzN2UwMzJiYjQ4ZDZiZDY4NDFiMWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a9f94cc2-8560-4ea5-8746-c8911a43ce45","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a82dac20-7ab1-434f-a495-fc84d8050eb7","artifactVersion":"2","generatedFromUUID":"2cd05be1-8b98-41bf-8792-8bda87f914b3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220506145528-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-template.yml","artifactChecksum":"NmM3MDdkNzEyZmIzZDUzMDBhNWNlMmFiOWJmYmJhMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b4b44fc-7944-466e-83c0-d1b499ef8333","artifactVersion":"1"},{"artifactName":"service-Vfw20220506145528-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar","artifactChecksum":"N2M0Y2NkNGMxOWU1NGM3ZDU0ZWIwMzY0N2YyYWE4Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4293c703-9e5f-4c6a-896c-b56b0a784865","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-06T15:00:37.948Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:00:37.949Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:37.950Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:37.951Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:38.051Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:00:38.052Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:38.052Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:38.062Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:38.062Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:00:38.951Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:00:38.952Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:38.954Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:38.954Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:00:39.054Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:00:39.055Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:39.055Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:39.067Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:39.067Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:00:39.954Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:00:39.955Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:39.958Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:39.958Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-06T15:00:40.058Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:00:40.059Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:40.059Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:40.069Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:40.069Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:00:40.958Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:00:40.960Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:40.962Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:40.962Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:41.063Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:00:41.064Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:41.064Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:41.077Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:41.077Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:00:41.963Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:00:41.964Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:41.967Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:41.967Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-06T15:00:42.067Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:00:42.068Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:42.068Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:42.078Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:42.079Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:00:42.968Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:00:42.969Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:42.971Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:42.971Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:00:43.071Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:00:43.072Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:43.072Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:43.084Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:43.085Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:00:43.971Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:00:43.973Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:43.975Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:43.975Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:00:44.075Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:00:44.076Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:44.076Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:44.088Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:44.089Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:00:44.977Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "serviceName": "vFW 2022-05-06 14-55-28", "serviceVersion": "1.0", "serviceUUID": "c19a09cf-a41b-47fa-9244-e331f590235d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c5f60e92-c976-429e-ad47-9760417a3770", "resources": [ { "resourceInstanceName": "vFW 6f2c4b73-7e1a 0", "resourceCustomizationUUID": "c670d28d-5e5d-4f57-a6af-205bd8d75234", "resourceName": "vFW 6f2c4b73-7e1a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "83cdcef8-8170-45c8-8725-44a33bd8a4bb", "resourceInvariantUUID": "e401e5b9-1d78-460a-bf4e-d869e6c1224f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw6f2c4b737e1a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "artifactChecksum": "MjQxNjY5MjU3ZjRiZTJmMmEwODM3YmY4NTRjMTE1NzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "863c3420-d828-4eb7-ae69-fb87473df87e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2cd05be1-8b98-41bf-8792-8bda87f914b3", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a82dac20-7ab1-434f-a495-fc84d8050eb7", "generatedFromUUID": "2cd05be1-8b98-41bf-8792-8bda87f914b3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a82dac20-7ab1-434f-a495-fc84d8050eb7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220506145528-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "artifactChecksum": "N2M0Y2NkNGMxOWU1NGM3ZDU0ZWIwMzY0N2YyYWE4Yzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4293c703-9e5f-4c6a-896c-b56b0a784865" } ], "workloadContext": "Production" } 2022-05-06T15:00:44.977Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-06T15:00:44.978Z|f4abd6cb-6852-4251-8583-835902f3327e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c19a09cf-a41b-47fa-9244-e331f590235d ASDC 2022-05-06T15:00:44.978Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f28d932a-16ae-44df-b05f-f7779cc70cfb ServiceName:vFW 2022-05-06 14-55-28 ServiceVersion:1.0 ServiceUUID:c19a09cf-a41b-47fa-9244-e331f590235d ServiceInvariantUUID:c5f60e92-c976-429e-ad47-9760417a3770 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220506145528-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar ArtifactUUID:4293c703-9e5f-4c6a-896c-b56b0a784865 ArtifactChecksum:N2M0Y2NkNGMxOWU1NGM3ZDU0ZWIwMzY0N2YyYWE4Yzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 6f2c4b73-7e1a 0 ResourceCustomizationUUID:c670d28d-5e5d-4f57-a6af-205bd8d75234 ResourceInvariantUUID:e401e5b9-1d78-460a-bf4e-d869e6c1224f ResourceName:vFW 6f2c4b73-7e1a ResourceType:VF ResourceUUID:83cdcef8-8170-45c8-8725-44a33bd8a4bb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw6f2c4b737e1a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json ArtifactUUID:863c3420-d828-4eb7-ae69-fb87473df87e ArtifactChecksum:MjQxNjY5MjU3ZjRiZTJmMmEwODM3YmY4NTRjMTE1NzE= 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/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml ArtifactUUID:2cd05be1-8b98-41bf-8792-8bda87f914b3 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/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env ArtifactUUID:a82dac20-7ab1-434f-a495-fc84d8050eb7 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/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env ArtifactUUID:a82dac20-7ab1-434f-a495-fc84d8050eb7 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-06T15:00:44.978Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c19a09cf-a41b-47fa-9244-e331f590235d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:00:45.024Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:00:45.025Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-06T15:00:45.026Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-06T15:00:45.026Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4293c703-9e5f-4c6a-896c-b56b0a784865 from URL: /sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:45.026Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-06T15:00:45.026Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:45.663Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-06T15:00:45.670Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar 4293c703-9e5f-4c6a-896c-b56b0a784865 98968 2022-05-06T15:00:45.671Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar ASDC sendASDCNotification 2022-05-06T15:00:45.671Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:45.671Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:00:45.671Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:45.673Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:45.673Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849245671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:00:45.773Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:00:45.774Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:45.775Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:45.787Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:45.787Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:00:46.673Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:00:46.675Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-06T15:00:46.675Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4293c703-9e5f-4c6a-896c-b56b0a784865, URL: /sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar to file: /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:46.676Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220506145528-csar.csar 2022-05-06T15:00:46.677Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:46.677Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:47.393Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2591542778199601346/Definitions/service-Vfw20220506145528-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-05-06T15:00:49.599Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-06T15:00:49.600Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-06T15:00:49.600Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.600Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-06T15:00:49.600Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.600Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.600Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.600Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.600Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.601Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.601Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.601Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.601Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.601Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.601Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6f2c4b73-7e1a 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-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.601Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.601Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:49.601Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-06T15:00:49.601Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.602Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:49.602Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is matching search criteria 2022-05-06T15:00:49.602Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-06T15:00:49.602Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6f2c4b73-7e1a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:00:49.602Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.602Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:49.602Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is matching search criteria 2022-05-06T15:00:49.602Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-06T15:00:49.603Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6f2c4b73-7e1a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:00:49.603Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.603Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:49.603Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.603Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is not matching search criteria 2022-05-06T15:00:49.603Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-06T15:00:49.603Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-06T15:00:49.603Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-06T15:00:49.603Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:49.603Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-06T15:00:49.604Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-06T15:00:49.604Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-06T15:00:49.604Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-06T15:00:49.604Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-06T15:00:49.604Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-06T15:00:49.604Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:49.604Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-06T15:00:49.604Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:49.604Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-06T15:00:49.604Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-06T15:00:49.605Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-06T15:00:49.605Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.605Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T15:00:49.605Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.605Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is matching search criteria 2022-05-06T15:00:49.605Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6f2c4b73-7e1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:00:49.606Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.606Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is matching search criteria 2022-05-06T15:00:49.606Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6f2c4b73-7e1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:00:49.606Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.606Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is matching search criteria 2022-05-06T15:00:49.606Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6f2c4b73-7e1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:00:49.606Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.606Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is not matching search criteria 2022-05-06T15:00:49.606Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-06T15:00:49.606Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-06T15:00:49.606Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-06T15:00:49.607Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-06T15:00:49.607Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-06T15:00:49.607Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-06T15:00:49.607Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:49.607Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-06T15:00:49.607Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:49.607Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-06T15:00:49.607Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-06T15:00:49.607Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8139c32d-6753-43a2-9e6f-26c4b5c77023 2022-05-06T15:00:49.607Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.608Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is not matching search criteria 2022-05-06T15:00:49.608Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-06T15:00:49.608Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-06T15:00:49.608Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-06T15:00:49.608Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:49.608Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-06T15:00:49.608Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-06T15:00:49.608Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-06T15:00:49.608Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-06T15:00:49.608Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-06T15:00:49.608Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:49.608Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-06T15:00:49.609Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-06T15:00:49.609Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e3ae5e16-1804-4a42-8f43-b8d8060e45a8 2022-05-06T15:00:49.609Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.609Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is not matching search criteria 2022-05-06T15:00:49.609Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-06T15:00:49.609Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-06T15:00:49.609Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-06T15:00:49.609Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:49.609Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-06T15:00:49.609Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-06T15:00:49.609Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-06T15:00:49.610Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-06T15:00:49.610Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-06T15:00:49.610Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-06T15:00:49.610Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:49.610Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-06T15:00:49.610Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb8cd9f7-957b-463e-9a8b-7579b3450f42 2022-05-06T15:00:49.610Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.610Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:49.610Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.610Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:49.610Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.611Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:49.611Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:49.611Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:49.611Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-06 14-55-28 Description:catalog service description Model UUID:c19a09cf-a41b-47fa-9244-e331f590235d Model Version:NULL Model InvariantUuid:c5f60e92-c976-429e-ad47-9760417a3770 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 6f2c4b73-7e1a Model UUID:141ebaea-0dbd-42b6-a686-049c1056733f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:e401e5b9-1d78-460a-bf4e-d869e6c1224f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c670d28d-5e5d-4f57-a6af-205bd8d75234 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:26de5f1f-c2a6-4d3f-8aa3-92d9a3013df9 ModelName:Vfw6f2c4b737e1a..base_vfw..module-0 ModelUuid:6da65a58-6633-41cf-a660-28c1df7a2855 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8139c32d-6753-43a2-9e6f-26c4b5c77023 ModelInvariantUuid:a4e0b373-f6bc-4069-9dd6-fd1966e797d5 ModelName:vFW 6f2c4b73-7e1a-nodes.vfwCvfc ModelUuid:01ad22ef-a659-438c-8ac1-ea6cdec8d3e1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:2a914968-da70-49dd-990b-4dfe6008d219 ModelInvariantUuid:ce5a2916-903e-4532-a573-707ba28b7e77 ModelName:Vfw6f2c4b737e1a.compute.nodes.heat.vfw ModelUuid:5a141ccf-9a87-4fde-8a2f-3eb0ea88fcb2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e3ae5e16-1804-4a42-8f43-b8d8060e45a8 ModelInvariantUuid:5e4f9acd-e863-41a8-95ee-ad712ef016e0 ModelName:vFW 6f2c4b73-7e1a-nodes.vsnCvfc ModelUuid:c4fd9a22-47ee-4adb-b409-d6e827e14add ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b581eaee-8d50-471a-b2af-c1b33d028c36 ModelInvariantUuid:3ed6fff2-dbcd-4497-88b9-6611bd393614 ModelName:Vfw6f2c4b737e1a.compute.nodes.heat.vsn ModelUuid:29fd198f-8fa0-42dd-afb8-2ebb76c1c332 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:eb8cd9f7-957b-463e-9a8b-7579b3450f42 ModelInvariantUuid:dc2f61e6-e798-4cf0-be1b-e556645130ad ModelName:vFW 6f2c4b73-7e1a-nodes.vpgCvfc ModelUuid:74bd9df1-cc39-48fd-84b1-83fe57fba000 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b120dd2f-3f5b-4d74-b216-81ab6fa3182b ModelInvariantUuid:3bc2c277-d2b9-43ae-a41b-8ff0a3c1935a ModelName:Vfw6f2c4b737e1a.compute.nodes.heat.vpg ModelUuid:7f2a41a3-e08a-4105-877c-0693ce2635fb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-06T15:00:49.618Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 83cdcef8-8170-45c8-8725-44a33bd8a4bb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:00:49.622Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||vFW 6f2c4b73-7e1a 0 2022-05-06T15:00:49.622Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 83cdcef8-8170-45c8-8725-44a33bd8a4bb 2022-05-06T15:00:49.622Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 863c3420-d828-4eb7-ae69-fb87473df87e from URL: /sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json 2022-05-06T15:00:49.622Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-06T15:00:49.622Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json 2022-05-06T15:00:49.703Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-06T15:00:49.703Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json 863c3420-d828-4eb7-ae69-fb87473df87e 785 2022-05-06T15:00:49.704Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json ASDC sendASDCNotification 2022-05-06T15:00:49.704Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json 2022-05-06T15:00:49.704Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:00:49.705Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:49.707Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:49.707Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849249704, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:00:49.807Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:00:49.808Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:49.809Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:49.819Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:49.820Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:00:50.708Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6f2c4b737e1a..base_vfw..module-0", "vfModuleModelInvariantUUID": "26de5f1f-c2a6-4d3f-8aa3-92d9a3013df9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6da65a58-6633-41cf-a660-28c1df7a2855", "vfModuleModelCustomizationUUID": "bd5a1ce3-9d28-4c25-a6e8-5ac5e16d7839", "isBase": true, "artifacts": [ "2cd05be1-8b98-41bf-8792-8bda87f914b3", "a82dac20-7ab1-434f-a495-fc84d8050eb7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T15:00:50.713Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6f2c4b737e1a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6da65a58-6633-41cf-a660-28c1df7a2855 VfModuleModelInvariantUUID:26de5f1f-c2a6-4d3f-8aa3-92d9a3013df9 VfModuleModelDescription:NULL Artifacts UUID List:{ 2cd05be1-8b98-41bf-8792-8bda87f914b3 , a82dac20-7ab1-434f-a495-fc84d8050eb7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-06T15:00:50.716Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6f2c4b737e1a..base_vfw..module-0", "vfModuleModelInvariantUUID": "26de5f1f-c2a6-4d3f-8aa3-92d9a3013df9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6da65a58-6633-41cf-a660-28c1df7a2855", "vfModuleModelCustomizationUUID": "bd5a1ce3-9d28-4c25-a6e8-5ac5e16d7839", "isBase": true, "artifacts": [ "2cd05be1-8b98-41bf-8792-8bda87f914b3", "a82dac20-7ab1-434f-a495-fc84d8050eb7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T15:00:50.716Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6f2c4b737e1a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6da65a58-6633-41cf-a660-28c1df7a2855 VfModuleModelInvariantUUID:26de5f1f-c2a6-4d3f-8aa3-92d9a3013df9 VfModuleModelDescription:NULL Artifacts UUID List:{ 2cd05be1-8b98-41bf-8792-8bda87f914b3 , a82dac20-7ab1-434f-a495-fc84d8050eb7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-06T15:00:50.716Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2cd05be1-8b98-41bf-8792-8bda87f914b3 from URL: /sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml 2022-05-06T15:00:50.717Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-06T15:00:50.717Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml 2022-05-06T15:00:50.770Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-06T15:00:50.771Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml 2cd05be1-8b98-41bf-8792-8bda87f914b3 20368 2022-05-06T15:00:50.771Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-06T15:00:50.771Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml 2022-05-06T15:00:50.771Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:00:50.772Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:50.774Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:50.774Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849250771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:00:50.875Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:00:50.876Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:50.876Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:50.887Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:50.887Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:00:51.775Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a82dac20-7ab1-434f-a495-fc84d8050eb7 from URL: /sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env 2022-05-06T15:00:51.776Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-06T15:00:51.776Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env 2022-05-06T15:00:51.823Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-06T15:00:51.823Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env a82dac20-7ab1-434f-a495-fc84d8050eb7 2098 2022-05-06T15:00:51.823Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-06T15:00:51.824Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env 2022-05-06T15:00:51.824Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:00:51.824Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:51.826Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:51.826Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849251823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:00:51.926Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:00:51.927Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:51.927Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:51.938Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:51.938Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:00:52.826Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c19a09cf-a41b-47fa-9244-e331f590235d 2022-05-06T15:00:52.827Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6f2c4b73-7e1a 0 83cdcef8-8170-45c8-8725-44a33bd8a4bb ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:00:52.847Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62b52fbf, org.onap.sdc.toscaparser.api.parameters.Input@265a9d2e, org.onap.sdc.toscaparser.api.parameters.Input@165ac666, org.onap.sdc.toscaparser.api.parameters.Input@79feb6e6, org.onap.sdc.toscaparser.api.parameters.Input@327da6b1] 2022-05-06T15:00:52.848Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.848Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:52.849Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-05-06T15:00:52.849Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c670d28d-5e5d-4f57-a6af-205bd8d75234 2022-05-06T15:00:52.849Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c670d28d-5e5d-4f57-a6af-205bd8d75234 matches Tosca VF Customization UUID: c670d28d-5e5d-4f57-a6af-205bd8d75234 2022-05-06T15:00:52.849Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c670d28d-5e5d-4f57-a6af-205bd8d75234 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-06T15:00:52.851Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.851Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:52.852Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c670d28d-5e5d-4f57-a6af-205bd8d75234: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-05-06T15:00:52.852Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@cd0a6c8 2022-05-06T15:00:52.852Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.852Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T15:00:52.852Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd5a1ce3-9d28-4c25-a6e8-5ac5e16d7839 2022-05-06T15:00:52.852Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd5a1ce3-9d28-4c25-a6e8-5ac5e16d7839 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-06T15:00:52.854Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.854Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is matching search criteria 2022-05-06T15:00:52.854Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6f2c4b73-7e1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:00:52.855Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.855Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is matching search criteria 2022-05-06T15:00:52.855Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6f2c4b73-7e1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:00:52.855Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.855Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is not matching search criteria 2022-05-06T15:00:52.855Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-06T15:00:52.856Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-06T15:00:52.856Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-06T15:00:52.856Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-06T15:00:52.856Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-06T15:00:52.856Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-06T15:00:52.856Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:52.856Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-06T15:00:52.856Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:52.857Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-06T15:00:52.857Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-06T15:00:52.857Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8139c32d-6753-43a2-9e6f-26c4b5c77023 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-06T15:00:52.859Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.859Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is matching search criteria 2022-05-06T15:00:52.859Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6f2c4b73-7e1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:00:52.859Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.859Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is not matching search criteria 2022-05-06T15:00:52.859Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-06T15:00:52.859Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-06T15:00:52.860Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-06T15:00:52.860Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:52.860Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-06T15:00:52.860Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-06T15:00:52.860Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-06T15:00:52.860Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-06T15:00:52.860Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-06T15:00:52.860Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:52.861Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-06T15:00:52.861Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-06T15:00:52.861Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e3ae5e16-1804-4a42-8f43-b8d8060e45a8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-06T15:00:52.863Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.863Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is matching search criteria 2022-05-06T15:00:52.863Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6f2c4b73-7e1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:00:52.865Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.865Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is not matching search criteria 2022-05-06T15:00:52.866Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-06T15:00:52.866Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-06T15:00:52.866Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-06T15:00:52.866Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:52.866Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-06T15:00:52.866Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-06T15:00:52.866Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-06T15:00:52.866Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-06T15:00:52.867Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-06T15:00:52.867Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-06T15:00:52.867Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-06T15:00:52.867Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-06T15:00:52.867Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb8cd9f7-957b-463e-9a8b-7579b3450f42 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-06T15:00:52.869Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.869Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is matching search criteria 2022-05-06T15:00:52.869Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6f2c4b73-7e1a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:00:52.869Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.869Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Node template vFW 6f2c4b73-7e1a 0 is matching search criteria 2022-05-06T15:00:52.870Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6f2c4b73-7e1a 0] matching following query criteria: sdcType=VF, customizationUUID=c670d28d-5e5d-4f57-a6af-205bd8d75234 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:00:52.871Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.871Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:52.871Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c19a09cf-a41b-47fa-9244-e331f590235d: vFW 6f2c4b73-7e1a 2022-05-06T15:00:52.872Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.872Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:52.872Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.872Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:52.872Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.872Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:52.872Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.873Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:52.873Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:00:52.873Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-06 14-55-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:00:52.873Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-05-06 14-55-28 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:00:53.057Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6f2c4b73-7e1a 83cdcef8-8170-45c8-8725-44a33bd8a4bb 1 ASDC deployResourceStructure 2022-05-06T15:00:53.058Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json ASDC sendASDCNotification 2022-05-06T15:00:53.058Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json 2022-05-06T15:00:53.058Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:00:53.058Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:53.060Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:53.060Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849253058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:00:53.160Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:00:53.161Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:53.161Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:53.172Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:53.173Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:00:54.060Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-06T15:00:54.061Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml 2022-05-06T15:00:54.061Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:00:54.061Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:54.064Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:54.064Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849254060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:00:54.164Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:00:54.165Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:54.165Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:54.176Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:54.177Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:00:55.065Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-06T15:00:55.066Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env 2022-05-06T15:00:55.066Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:00:55.067Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:55.069Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:55.070Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849255065, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-06T15:00:55.170Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:00:55.170Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:55.171Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:55.182Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:55.183Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:00:56.070Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar ASDC sendASDCNotification 2022-05-06T15:00:56.071Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar 2022-05-06T15:00:56.071Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:00:56.071Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:00:56.073Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:00:56.073Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849256070, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:00:56.174Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:00:56.175Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:00:56.175Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:00:56.187Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:00:56.188Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:00:57.074Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f28d932a-16ae-44df-b05f-f7779cc70cfb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:00:57.087Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f28d932a-16ae-44df-b05f-f7779cc70cfb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:00:57.090Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:00:57.090Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-06T15:00:57.090Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-06T15:00:57.090Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-06T15:00:57.090Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:00:57.090Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:00:57.090Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:00:57.090Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:00:57.090Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:00:57.090Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:00:57.090Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:00:57.096Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-06T15:01:27.096Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f28d932a-16ae-44df-b05f-f7779cc70cfb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-06T15:01:27.102Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f28d932a-16ae-44df-b05f-f7779cc70cfb and serviceModelVersionId: c19a09cf-a41b-47fa-9244-e331f590235d 2022-05-06T15:01:27.102Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5f60e92-c976-429e-ad47-9760417a3770 2022-05-06T15:01:27.103Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5f60e92-c976-429e-ad47-9760417a3770/model-vers/model-ver/c19a09cf-a41b-47fa-9244-e331f590235d?depth=0 2022-05-06T15:01:27.107Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-05-06T15:01:27.145Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5f60e92-c976-429e-ad47-9760417a3770/model-vers/model-ver/c19a09cf-a41b-47fa-9244-e331f590235d?depth=0|INFO|500||Invoke 2022-05-06T15:01:27.146Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5f60e92-c976-429e-ad47-9760417a3770/model-vers/model-ver/c19a09cf-a41b-47fa-9244-e331f590235d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5f60e92-c976-429e-ad47-9760417a3770/model-vers/model-ver/c19a09cf-a41b-47fa-9244-e331f590235d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f28d932a-16ae-44df-b05f-f7779cc70cfb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f7d99a44-8664-45e5-959d-0478b7d7c14b], X-ECOMP-RequestID=[f28d932a-16ae-44df-b05f-f7779cc70cfb], X-TransactionId=[], X-ONAP-RequestID=[f28d932a-16ae-44df-b05f-f7779cc70cfb], Content-Type=[application/merge-patch+json]} 2022-05-06T15:01:27.168Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5f60e92-c976-429e-ad47-9760417a3770/model-vers/model-ver/c19a09cf-a41b-47fa-9244-e331f590235d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-06T15:01:27.240Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5f60e92-c976-429e-ad47-9760417a3770/model-vers/model-ver/c19a09cf-a41b-47fa-9244-e331f590235d?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/c5f60e92-c976-429e-ad47-9760417a3770/model-vers/model-ver/c19a09cf-a41b-47fa-9244-e331f590235d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220506-15:01:27:174-48068], vertex-id=[188632], Content-Length=[0], Date=[Fri, 06 May 2022 15:01:27 GMT], Content-Type=[application/json]} 2022-05-06T15:01:27.241Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5f60e92-c976-429e-ad47-9760417a3770/model-vers/model-ver/c19a09cf-a41b-47fa-9244-e331f590235d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-06T15:01:27.242Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5f60e92-c976-429e-ad47-9760417a3770/model-vers/model-ver/c19a09cf-a41b-47fa-9244-e331f590235d?depth=0|INFO|500||InvokeReturn 2022-05-06T15:01:27.242Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-06T15:01:27.242Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:01:27.247Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-06T15:01:27.248Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f28d932a-16ae-44df-b05f-f7779cc70cfb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-06T15:01:27.248Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-06T15:01:27.248Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:01:27.250Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:01:27.250Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849287248, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:01:27.351Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:01:27.351Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:01:27.351Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:01:27.366Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:01:27.366Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:01:28.264Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:01:28.265Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:01:28.265Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:01:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:01:29.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:01:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:01:29.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:01:29.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4abd6cb-6852-4251-8583-835902f3327e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849231911, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:01:29.996Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:01:29.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:01:29.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-06T15:01:29.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:01:29.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-06T15:01:29.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-06T15:01:29.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-06T15:01:29.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:01:29.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-06T15:01:29.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-06T15:01:29.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-06T15:01:29.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:01:29.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-06T15:01:29.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849232928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:01:29.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-06T15:01:29.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849245671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:01:29.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:01:29.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849249704, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:01:29.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:01:29.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849250771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:01:29.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:01:29.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849251823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:01:29.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:01:29.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:29.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849253058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/vfw6f2c4b737e1a0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:01:29.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:01:30.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:30.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849254060, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:01:30.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:01:30.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:30.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849255065, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/resourceInstances/vfw6f2c4b737e1a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-06T15:01:30.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:01:30.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:30.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849256070, "artifactURL": "/sdc/v1/catalog/services/Vfw20220506145528/1.0/artifacts/service-Vfw20220506145528-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:01:30.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:01:30.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-06T15:01:30.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f28d932a-16ae-44df-b05f-f7779cc70cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849287248, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:01:30.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:01:37.797Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:01:37.797Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:01:37.798Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:01:37.798Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:01:47.328Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:01:47.329Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:01:47.329Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:01:47.330Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:01:56.853Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:01:56.854Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:01:56.855Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:01:56.855Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:02:06.383Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:02:29.371Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:02:29.372Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:02:29.372Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:02:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:02:29.373Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:02:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:02:38.901Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:02:38.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:03:29.371Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:03:29.372Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:03:29.372Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:03:29.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:03:29.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:03:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:03:38.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:03:38.911Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:04:29.371Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:04:29.372Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:04:29.372Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:04:29.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:04:29.373Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:04:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:04:38.907Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:04:38.907Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:05:29.371Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:05:29.372Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:05:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:05:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:05:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:05:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:05:38.907Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:05:38.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:06:29.371Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:06:29.372Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:06:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:06:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:06:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:06:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:06:33.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:06:33.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-06T15:06:33.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2164ac4e-eb74-4807-a86e-9942eaef1d3e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b37e24d1-9100-4088-95e6-c960dcdea722","serviceDescription":"service","serviceInvariantUUID":"ce956047-6fe1-4f78-9c1c-9904519cf206","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4b2f2827-5c72-4a12-b4f3-d9630c3f52bf","resourceInvariantUUID":"7c049908-6d3f-4384-9ab2-3e022b80627c","resourceCustomizationUUID":"05b7732b-8bb7-44be-978c-1baa75b5de6d","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":"MjI5NDAyM2Y5N2ZlYjFhN2RlNjcxMTVmMjY1MmI5NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c327408-6cde-442d-9c81-08fe15703b4c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmRlYmRiNWRjYjI1MDAxODNhMDNiMzI0ZjAxY2Q2ZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a9003de-14e5-4daa-9dfa-34d892395105","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-06T15:06:33.605Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:06:33.605Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:06:33.607Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:06:33.608Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849589371, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:06:33.708Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:06:33.709Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:06:33.709Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:06:33.721Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:06:33.721Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:06:33.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:06:33.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:06:33.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "clamp", "timestamp": 1651849583440, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:06:33.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:06:34.608Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:06:34.609Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:06:34.612Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:06:34.612Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849589371, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:06:34.712Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:06:34.713Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:06:34.713Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:06:34.722Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:06:34.722Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:06:35.613Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b37e24d1-9100-4088-95e6-c960dcdea722", "serviceDescription": "service", "serviceInvariantUUID": "ce956047-6fe1-4f78-9c1c-9904519cf206", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "05b7732b-8bb7-44be-978c-1baa75b5de6d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "4b2f2827-5c72-4a12-b4f3-d9630c3f52bf", "resourceInvariantUUID": "7c049908-6d3f-4384-9ab2-3e022b80627c", "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": "ZmRlYmRiNWRjYjI1MDAxODNhMDNiMzI0ZjAxY2Q2ZDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2a9003de-14e5-4daa-9dfa-34d892395105" } ], "workloadContext": "Production" } 2022-05-06T15:06:35.614Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-06T15:06:35.614Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b37e24d1-9100-4088-95e6-c960dcdea722 ASDC 2022-05-06T15:06:35.615Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:2164ac4e-eb74-4807-a86e-9942eaef1d3e ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b37e24d1-9100-4088-95e6-c960dcdea722 ServiceInvariantUUID:ce956047-6fe1-4f78-9c1c-9904519cf206 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:2a9003de-14e5-4daa-9dfa-34d892395105 ArtifactChecksum:ZmRlYmRiNWRjYjI1MDAxODNhMDNiMzI0ZjAxY2Q2ZDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:05b7732b-8bb7-44be-978c-1baa75b5de6d ResourceInvariantUUID:7c049908-6d3f-4384-9ab2-3e022b80627c ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:4b2f2827-5c72-4a12-b4f3-d9630c3f52bf ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-06T15:06:35.615Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b37e24d1-9100-4088-95e6-c960dcdea722 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:06:35.642Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:06:35.643Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-06T15:06:35.643Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-06T15:06:35.643Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2a9003de-14e5-4daa-9dfa-34d892395105 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-06T15:06:35.643Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-06T15:06:35.643Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-06T15:06:36.184Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-06T15:06:36.187Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2a9003de-14e5-4daa-9dfa-34d892395105 52508 2022-05-06T15:06:36.188Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-06T15:06:36.188Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-06T15:06:36.189Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:06:36.189Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:06:36.192Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:06:36.192Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849596188, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:06:36.292Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:06:36.293Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:06:36.293Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:06:36.304Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:06:36.304Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:06:37.193Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:06:37.194Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-06T15:06:37.194Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2a9003de-14e5-4daa-9dfa-34d892395105, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.194Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-06T15:06:37.195Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.195Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.273Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8048428321531691687/Definitions/service-BasicNetwork-template.yml 2022-05-06T15:06:37.649Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.650Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.651Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.652Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.652Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.652Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.652Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.652Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b37e24d1-9100-4088-95e6-c960dcdea722 Model Version:NULL Model InvariantUuid:ce956047-6fe1-4f78-9c1c-9904519cf206 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:7c049908-6d3f-4384-9ab2-3e022b80627c Model UUID:abb493a1-3cb0-4c33-b04b-c6e1ad97d2ee Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:05b7732b-8bb7-44be-978c-1baa75b5de6d Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-06T15:06:37.660Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 4b2f2827-5c72-4a12-b4f3-d9630c3f52bf 2022-05-06T15:06:37.660Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||No resources found for Service: b37e24d1-9100-4088-95e6-c960dcdea722 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:06:37.667Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500|| 2022-05-06T15:06:37.667Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-06T15:06:37.668Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b37e24d1-9100-4088-95e6-c960dcdea722 2022-05-06T15:06:37.668Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b37e24d1-9100-4088-95e6-c960dcdea722 2022-05-06T15:06:37.668Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-06T15:06:37.668Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:06:37.674Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12f91b98, org.onap.sdc.toscaparser.api.parameters.Input@1b35a347, org.onap.sdc.toscaparser.api.parameters.Input@17ab162a, org.onap.sdc.toscaparser.api.parameters.Input@2aa4caec, org.onap.sdc.toscaparser.api.parameters.Input@70db21fb] 2022-05-06T15:06:37.675Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.675Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.675Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.675Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.675Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b37e24d1-9100-4088-95e6-c960dcdea722: Generic NeutronNet 2022-05-06T15:06:37.675Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.675Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.676Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.676Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-05-06T15:06:37.712Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.713Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.713Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.713Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.713Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:06:37.713Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:06:37.714Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-06T15:06:37.780Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-06T15:06:37.781Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-06T15:06:37.781Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-06T15:06:37.781Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:06:37.781Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:06:37.783Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:06:37.783Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849597780, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:06:37.883Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:06:37.884Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:06:37.884Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:06:37.896Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:06:37.897Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:06:38.784Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:06:38.799Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:06:38.802Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:06:38.802Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:06:38.802Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:07:08.802Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:07:08.815Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:07:08.817Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:07:08.817Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:07:08.817Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:07:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:07:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:07:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:07:29.389Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:07:29.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:07:29.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "policy-id", "timestamp": 1651849591555, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:07:29.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:07:38.818Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:07:38.828Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:07:38.833Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:07:38.834Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:07:38.834Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:08:08.840Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:08:08.849Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:08:08.851Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:08:08.851Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:08:08.851Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:08:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:08:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:08:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:08:29.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:08:29.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:08:29.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "aai-ml", "timestamp": 1651849585758, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:08:29.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:08:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:08:29.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "multicloud-k8s-id", "timestamp": 1651849591178, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:08:29.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:08:29.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:08:29.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849589371, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:08:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:08:38.852Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:08:38.862Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:08:38.865Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:08:38.865Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:08:38.866Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:09:08.866Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:09:08.876Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:09:08.878Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:09:08.878Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:09:08.878Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:09:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:09:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:09:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:09:29.397Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:09:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849593108, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:09:29.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:09:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "clamp", "timestamp": 1651849583440, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:09:29.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:09:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "policy-id", "timestamp": 1651849591555, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:09:29.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:09:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "aai-ml", "timestamp": 1651849585758, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:09:29.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:09:29.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "multicloud-k8s-id", "timestamp": 1651849591178, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:09:29.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:09:29.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849589371, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:09:29.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:09:29.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849593108, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:09:29.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:09:29.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849596188, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:09:29.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:09:29.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "aai-ml", "timestamp": 1651849596198, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:09:29.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:09:29.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849596197, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:09:29.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:09:29.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "policy-id", "timestamp": 1651849596191, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:09:29.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:09:29.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "ves-openapi-manager", "timestamp": 1651849595671, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:09:29.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:09:29.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "cds", "timestamp": 1651849595694, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:09:29.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:09:29.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "policy-id", "timestamp": 1651849597195, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:09:29.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:09:29.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "ves-openapi-manager", "timestamp": 1651849595671, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:09:29.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:09:29.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "cds", "timestamp": 1651849595694, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:09:29.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:09:29.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849597757, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:09:29.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:09:29.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849597780, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:09:29.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:09:29.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "policy-id", "timestamp": 1651849598198, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:09:29.412Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2164ac4e-eb74-4807-a86e-9942eaef1d3e 2022-05-06T15:09:29.412Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2164ac4e-eb74-4807-a86e-9942eaef1d3e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:09:29.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "cds", "timestamp": 1651849598600, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:09:29.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:09:29.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849598762, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:09:29.430Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2164ac4e-eb74-4807-a86e-9942eaef1d3e 2022-05-06T15:09:29.430Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2164ac4e-eb74-4807-a86e-9942eaef1d3e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:09:29.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "cds", "timestamp": 1651849599604, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:09:29.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2164ac4e-eb74-4807-a86e-9942eaef1d3e 2022-05-06T15:09:29.446Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2164ac4e-eb74-4807-a86e-9942eaef1d3e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:09:29.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "aai-ml", "timestamp": 1651849599658, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:09:29.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:09:29.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "aai-ml", "timestamp": 1651849600661, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:09:29.462Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2164ac4e-eb74-4807-a86e-9942eaef1d3e 2022-05-06T15:09:29.462Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2164ac4e-eb74-4807-a86e-9942eaef1d3e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:09:29.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "clamp", "timestamp": 1651849603420, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:09:29.471Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:09:29.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "clamp", "timestamp": 1651849605428, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:09:29.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:09:29.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:09:29.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "clamp", "timestamp": 1651849606430, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:09:29.478Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2164ac4e-eb74-4807-a86e-9942eaef1d3e 2022-05-06T15:09:29.478Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2164ac4e-eb74-4807-a86e-9942eaef1d3e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:09:38.878Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:09:38.893Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:09:38.895Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:09:38.896Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-06T15:09:38.896Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-06T15:09:38.896Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-06T15:09:38.896Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:09:38.896Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:09:38.896Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:09:38.896Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:09:38.897Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:09:38.897Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:09:38.897Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:09:38.902Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-06T15:10:08.903Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-06T15:10:08.911Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2164ac4e-eb74-4807-a86e-9942eaef1d3e and serviceModelVersionId: b37e24d1-9100-4088-95e6-c960dcdea722 2022-05-06T15:10:08.911Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce956047-6fe1-4f78-9c1c-9904519cf206 2022-05-06T15:10:08.913Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce956047-6fe1-4f78-9c1c-9904519cf206/model-vers/model-ver/b37e24d1-9100-4088-95e6-c960dcdea722?depth=0 2022-05-06T15:10:08.920Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-06T15:10:08.955Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce956047-6fe1-4f78-9c1c-9904519cf206/model-vers/model-ver/b37e24d1-9100-4088-95e6-c960dcdea722?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-06T15:10:08.956Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce956047-6fe1-4f78-9c1c-9904519cf206/model-vers/model-ver/b37e24d1-9100-4088-95e6-c960dcdea722?depth=0|INFO|500||Invoke 2022-05-06T15:10:08.977Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce956047-6fe1-4f78-9c1c-9904519cf206/model-vers/model-ver/b37e24d1-9100-4088-95e6-c960dcdea722?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-06T15:10:09.045Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce956047-6fe1-4f78-9c1c-9904519cf206/model-vers/model-ver/b37e24d1-9100-4088-95e6-c960dcdea722?depth=0|INFO|500||InvokeReturn 2022-05-06T15:10:09.045Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce956047-6fe1-4f78-9c1c-9904519cf206/model-vers/model-ver/b37e24d1-9100-4088-95e6-c960dcdea722?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220506-15:10:08:985-35377], vertex-id=[205016], Content-Length=[0], Date=[Fri, 06 May 2022 15:10:08 GMT], Content-Type=[application/json]} 2022-05-06T15:10:09.045Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-05-06T15:10:09.046Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-06T15:10:09.046Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:10:09.050Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-06T15:10:09.051Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2164ac4e-eb74-4807-a86e-9942eaef1d3e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-06T15:10:09.051Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-06T15:10:09.051Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:10:09.053Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:10:09.053Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849809051, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:10:09.153Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:10:09.154Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:10:09.154Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:09.169Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:09.170Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:10:10.066Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:10:10.067Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:10:10.067Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:15.438Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:15.440Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-06T15:10:15.440Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"53c75434-9111-4e2a-b944-c21b469de5af","serviceName":"Demo_pNF_9Rt0ivTpyIZmH95KeJfx","serviceVersion":"1.0","serviceUUID":"2611b304-a9f3-429b-a589-a80f339cab30","serviceDescription":"catalog service description","serviceInvariantUUID":"45ee1712-893c-4496-9668-4cf86114b7a9","resources":[{"resourceInstanceName":"pNF c6dade70-62c4 0","resourceName":"pNF c6dade70-62c4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f0ffbae8-8a19-49d6-9f54-aaec9183c2dd","resourceInvariantUUID":"19053015-5a09-41e5-bf52-cce6c3e385d4","resourceCustomizationUUID":"cd1cc15c-202f-475d-9835-32ac9b4527dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vf-license-model.xml","artifactChecksum":"OGZhNDUzMmRhMDZlMDJiMTk4MWJjZTA5ZGE2YmExYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"866fdcd0-8ff6-4ab4-ad6d-07cea834b792","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/pNF.csar","artifactChecksum":"NTA0MTYzYWE1MzAwMTY2ZWRjYTRhZmU3MmMwNWJkMGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e90b1f8-b76e-44a7-aa04-9789e09a822e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"499ac5db-cec0-4bcc-b614-71982d12d1cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vendor-license-model.xml","artifactChecksum":"MTY1ODNmYjk2NGYyNTNhMzI2MWZiZjBmYWYwN2JhZTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8570c183-5e42-4469-813a-517174f501ff","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40450576-4b57-4776-80d7-1be0c5b42472","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45e0eb4f-b87b-4b07-8f4f-0cb3eb00d40f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9rt0ivtpyizmh95kejfx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-template.yml","artifactChecksum":"NzhmYzNkMGNkMmE3NDYzZGE3OTI4YTBlNzMxYjNkYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4626d561-4eaa-4c0b-b009-5eaed6a977f1","artifactVersion":"1"},{"artifactName":"service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar","artifactChecksum":"MjI3MDk5ODdhZDA0NzhiNTNmZjE0NGU2NzhkODNmNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"038bcd5a-4adf-4033-b68b-614ab73fc65c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-06T15:10:15.443Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:10:15.443Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:10:15.446Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:10:15.446Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:15.546Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:10:15.547Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:10:15.547Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:15.558Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:15.558Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:10:16.446Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:10:16.447Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:10:16.449Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:10:16.449Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:16.549Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:10:16.550Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:10:16.550Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:16.563Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:16.563Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:10:17.450Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:10:17.450Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:10:17.452Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:10:17.452Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:17.552Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:10:17.553Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:10:17.553Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:17.565Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:17.565Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:10:18.452Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:10:18.453Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:10:18.455Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:10:18.455Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:18.555Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:10:18.556Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:10:18.556Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:18.567Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:18.567Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:10:19.456Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:10:19.457Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:10:19.460Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:10:19.460Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:19.560Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:10:19.561Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:10:19.561Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:19.573Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:19.574Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:10:20.460Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:10:20.461Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:10:20.464Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:10:20.464Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:20.564Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:10:20.565Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:10:20.565Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:20.576Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:20.577Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:10:21.464Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:10:21.465Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:10:21.467Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:10:21.467Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:21.567Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:10:21.568Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:10:21.568Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:21.579Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:21.579Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:10:22.467Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:10:22.469Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:10:22.470Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:10:22.471Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:10:22.571Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:10:22.571Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:10:22.572Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:22.582Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:22.583Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:10:23.472Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "serviceName": "Demo_pNF_9Rt0ivTpyIZmH95KeJfx", "serviceVersion": "1.0", "serviceUUID": "2611b304-a9f3-429b-a589-a80f339cab30", "serviceDescription": "catalog service description", "serviceInvariantUUID": "45ee1712-893c-4496-9668-4cf86114b7a9", "resources": [ { "resourceInstanceName": "pNF c6dade70-62c4 0", "resourceCustomizationUUID": "cd1cc15c-202f-475d-9835-32ac9b4527dc", "resourceName": "pNF c6dade70-62c4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f0ffbae8-8a19-49d6-9f54-aaec9183c2dd", "resourceInvariantUUID": "19053015-5a09-41e5-bf52-cce6c3e385d4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "artifactChecksum": "MjI3MDk5ODdhZDA0NzhiNTNmZjE0NGU2NzhkODNmNWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "038bcd5a-4adf-4033-b68b-614ab73fc65c" } ], "workloadContext": "Production" } 2022-05-06T15:10:23.472Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-06T15:10:23.472Z|2164ac4e-eb74-4807-a86e-9942eaef1d3e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2611b304-a9f3-429b-a589-a80f339cab30 ASDC 2022-05-06T15:10:23.473Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:53c75434-9111-4e2a-b944-c21b469de5af ServiceName:Demo_pNF_9Rt0ivTpyIZmH95KeJfx ServiceVersion:1.0 ServiceUUID:2611b304-a9f3-429b-a589-a80f339cab30 ServiceInvariantUUID:45ee1712-893c-4496-9668-4cf86114b7a9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar ArtifactUUID:038bcd5a-4adf-4033-b68b-614ab73fc65c ArtifactChecksum:MjI3MDk5ODdhZDA0NzhiNTNmZjE0NGU2NzhkODNmNWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c6dade70-62c4 0 ResourceCustomizationUUID:cd1cc15c-202f-475d-9835-32ac9b4527dc ResourceInvariantUUID:19053015-5a09-41e5-bf52-cce6c3e385d4 ResourceName:pNF c6dade70-62c4 ResourceType:PNF ResourceUUID:f0ffbae8-8a19-49d6-9f54-aaec9183c2dd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-06T15:10:23.473Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2611b304-a9f3-429b-a589-a80f339cab30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:10:23.498Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:10:23.499Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-06T15:10:23.499Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-06T15:10:23.499Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 038bcd5a-4adf-4033-b68b-614ab73fc65c from URL: /sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:23.499Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-06T15:10:23.499Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:23.573Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-06T15:10:23.579Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 038bcd5a-4adf-4033-b68b-614ab73fc65c 82651 2022-05-06T15:10:23.580Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar ASDC sendASDCNotification 2022-05-06T15:10:23.580Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:23.580Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:10:23.580Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:10:23.582Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:10:23.582Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849823580, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:10:23.683Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:10:23.684Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:10:23.684Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:23.694Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:23.694Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:10:24.583Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:10:24.584Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-06T15:10:24.585Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 038bcd5a-4adf-4033-b68b-614ab73fc65c, URL: /sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar to file: /app/ASDC/1/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:24.585Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:24.586Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:24.586Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:24.673Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4860866434624755250/Definitions/service-DemoPnf9rt0ivtpyizmh95kejfx-template.yml 2022-05-06T15:10:25.351Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-06T15:10:25.351Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-06T15:10:25.351Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:25.351Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-06T15:10:25.351Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:25.351Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:25.351Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:25.351Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:25.351Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:25.351Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c6dade70-62c4 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-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:25.352Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:25.352Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-06T15:10:25.352Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:10:25.352Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9Rt0ivTpyIZmH95KeJfx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:10:25.352Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Node template pNF c6dade70-62c4 0 is matching search criteria 2022-05-06T15:10:25.352Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-06T15:10:25.352Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c6dade70-62c4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:10:25.352Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:10:25.352Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9Rt0ivTpyIZmH95KeJfx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:10:25.352Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Node template pNF c6dade70-62c4 0 is matching search criteria 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c6dade70-62c4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9Rt0ivTpyIZmH95KeJfx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9Rt0ivTpyIZmH95KeJfx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9Rt0ivTpyIZmH95KeJfx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9Rt0ivTpyIZmH95KeJfx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9Rt0ivTpyIZmH95KeJfx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:10:25.353Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_9Rt0ivTpyIZmH95KeJfx Description:catalog service description Model UUID:2611b304-a9f3-429b-a589-a80f339cab30 Model Version:NULL Model InvariantUuid:45ee1712-893c-4496-9668-4cf86114b7a9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-06T15:10:25.359Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: f0ffbae8-8a19-49d6-9f54-aaec9183c2dd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:10:25.362Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||pNF c6dade70-62c4 0 2022-05-06T15:10:25.362Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f0ffbae8-8a19-49d6-9f54-aaec9183c2dd 2022-05-06T15:10:25.362Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 2611b304-a9f3-429b-a589-a80f339cab30 2022-05-06T15:10:25.362Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2611b304-a9f3-429b-a589-a80f339cab30 2022-05-06T15:10:25.363Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c6dade70-62c4 0 f0ffbae8-8a19-49d6-9f54-aaec9183c2dd ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:10:25.367Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a71088c, org.onap.sdc.toscaparser.api.parameters.Input@6c3f5b0d, org.onap.sdc.toscaparser.api.parameters.Input@380ee24c, org.onap.sdc.toscaparser.api.parameters.Input@c2b4628, org.onap.sdc.toscaparser.api.parameters.Input@1e0c1a49] 2022-05-06T15:10:25.367Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:10:25.367Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9Rt0ivTpyIZmH95KeJfx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:10:25.367Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2611b304-a9f3-429b-a589-a80f339cab30: pNF c6dade70-62c4 2022-05-06T15:10:25.368Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||Processing PNF resource: f0ffbae8-8a19-49d6-9f54-aaec9183c2dd 2022-05-06T15:10:25.368Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:10:25.368Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9Rt0ivTpyIZmH95KeJfx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:10:25.368Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||Resource customization UUID: cd1cc15c-202f-475d-9835-32ac9b4527dc is the same as notified resource customizationUUID: cd1cc15c-202f-475d-9835-32ac9b4527dc Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-06T15:10:25.427Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c6dade70-62c4 f0ffbae8-8a19-49d6-9f54-aaec9183c2dd 0 ASDC deployResourceStructure 2022-05-06T15:10:25.427Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar ASDC sendASDCNotification 2022-05-06T15:10:25.427Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar 2022-05-06T15:10:25.427Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:10:25.428Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:10:25.429Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:10:25.429Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849825427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:10:25.530Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:10:25.531Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:10:25.531Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:25.543Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:25.543Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:10:26.430Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53c75434-9111-4e2a-b944-c21b469de5af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:10:26.441Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53c75434-9111-4e2a-b944-c21b469de5af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:10:26.443Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:10:26.443Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:10:26.443Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:10:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:10:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:10:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:10:29.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:10:29.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "cds", "timestamp": 1651849730694, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "multicloud-k8s-id", "timestamp": 1651849731178, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "policy-id", "timestamp": 1651849731555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "cds", "timestamp": 1651849730694, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "multicloud-k8s-id", "timestamp": 1651849731178, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "policy-id", "timestamp": 1651849731555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "cds", "timestamp": 1651849730694, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "multicloud-k8s-id", "timestamp": 1651849731178, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "clamp", "timestamp": 1651849733440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "policy-id", "timestamp": 1651849731555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "cds", "timestamp": 1651849730694, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "multicloud-k8s-id", "timestamp": 1651849731178, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "clamp", "timestamp": 1651849733440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "policy-id", "timestamp": 1651849731555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "cds", "timestamp": 1651849730694, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "multicloud-k8s-id", "timestamp": 1651849731178, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "clamp", "timestamp": 1651849733440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "policy-id", "timestamp": 1651849731555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "ves-openapi-manager", "timestamp": 1651849735671, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "cds", "timestamp": 1651849730694, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "aai-ml", "timestamp": 1651849735758, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "multicloud-k8s-id", "timestamp": 1651849731178, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "clamp", "timestamp": 1651849733440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "policy-id", "timestamp": 1651849731555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "ves-openapi-manager", "timestamp": 1651849735671, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "cds", "timestamp": 1651849730694, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "aai-ml", "timestamp": 1651849735758, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "multicloud-k8s-id", "timestamp": 1651849731178, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "clamp", "timestamp": 1651849733440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "policy-id", "timestamp": 1651849731555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "ves-openapi-manager", "timestamp": 1651849735671, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "cds", "timestamp": 1651849730694, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "aai-ml", "timestamp": 1651849735758, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "multicloud-k8s-id", "timestamp": 1651849731178, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "clamp", "timestamp": 1651849733440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "policy-id", "timestamp": 1651849731555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "ves-openapi-manager", "timestamp": 1651849735671, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "aai-ml", "timestamp": 1651849735758, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "cds", "timestamp": 1651849739498, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "clamp", "timestamp": 1651849733440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "ves-openapi-manager", "timestamp": 1651849735671, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "aai-ml", "timestamp": 1651849735758, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "cds", "timestamp": 1651849740502, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:10:29.415Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53c75434-9111-4e2a-b944-c21b469de5af 2022-05-06T15:10:29.415Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c75434-9111-4e2a-b944-c21b469de5af and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:10:29.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "policy-id", "timestamp": 1651849740492, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:10:29.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:10:29.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "clamp", "timestamp": 1651849733440, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:10:29.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "ves-openapi-manager", "timestamp": 1651849735671, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-06T15:10:29.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "aai-ml", "timestamp": 1651849735758, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "policy-id", "timestamp": 1651849741495, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:10:29.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:10:29.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "ves-openapi-manager", "timestamp": 1651849735671, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "aai-ml", "timestamp": 1651849735758, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "policy-id", "timestamp": 1651849742498, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:10:29.431Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53c75434-9111-4e2a-b944-c21b469de5af 2022-05-06T15:10:29.431Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c75434-9111-4e2a-b944-c21b469de5af and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:10:29.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "ves-openapi-manager", "timestamp": 1651849735671, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "aai-ml", "timestamp": 1651849735758, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:10:29.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849743108, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "ves-openapi-manager", "timestamp": 1651849744702, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:10:29.441Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:10:29.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "aai-ml", "timestamp": 1651849744705, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:10:29.441Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:10:29.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849743108, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849743108, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "ves-openapi-manager", "timestamp": 1651849745937, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:10:29.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:10:29.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849743108, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "ves-openapi-manager", "timestamp": 1651849746984, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:10:29.448Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 53c75434-9111-4e2a-b944-c21b469de5af 2022-05-06T15:10:29.448Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c75434-9111-4e2a-b944-c21b469de5af and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:10:29.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849743108, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849743108, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "aai-ml", "timestamp": 1651849749358, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:10:29.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:10:29.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849743108, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:10:29.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "aai-ml", "timestamp": 1651849750361, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:10:29.463Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53c75434-9111-4e2a-b944-c21b469de5af 2022-05-06T15:10:29.463Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c75434-9111-4e2a-b944-c21b469de5af and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:10:29.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849743108, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:10:29.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:10:29.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849751973, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:10:29.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:10:29.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "clamp", "timestamp": 1651849753446, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:10:29.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:10:29.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849753748, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:10:29.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:10:29.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651849754752, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:10:29.479Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53c75434-9111-4e2a-b944-c21b469de5af 2022-05-06T15:10:29.480Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c75434-9111-4e2a-b944-c21b469de5af and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:10:29.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "clamp", "timestamp": 1651849755453, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:10:29.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:10:29.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:10:29.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "clamp", "timestamp": 1651849756455, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:10:29.496Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53c75434-9111-4e2a-b944-c21b469de5af 2022-05-06T15:10:29.496Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c75434-9111-4e2a-b944-c21b469de5af and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:10:56.444Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53c75434-9111-4e2a-b944-c21b469de5af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:10:56.459Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53c75434-9111-4e2a-b944-c21b469de5af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:10:56.463Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:10:56.463Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-06T15:10:56.464Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-06T15:10:56.464Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-06T15:10:56.464Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:10:56.464Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:10:56.465Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:10:56.465Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:10:56.465Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:10:56.465Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:10:56.465Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:10:56.466Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:10:56.473Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-06T15:11:26.473Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53c75434-9111-4e2a-b944-c21b469de5af and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-06T15:11:26.479Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53c75434-9111-4e2a-b944-c21b469de5af and serviceModelVersionId: 2611b304-a9f3-429b-a589-a80f339cab30 2022-05-06T15:11:26.479Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45ee1712-893c-4496-9668-4cf86114b7a9 2022-05-06T15:11:26.480Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45ee1712-893c-4496-9668-4cf86114b7a9/model-vers/model-ver/2611b304-a9f3-429b-a589-a80f339cab30?depth=0 2022-05-06T15:11:26.485Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-06T15:11:26.519Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45ee1712-893c-4496-9668-4cf86114b7a9/model-vers/model-ver/2611b304-a9f3-429b-a589-a80f339cab30?depth=0|INFO|500||Invoke 2022-05-06T15:11:26.519Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45ee1712-893c-4496-9668-4cf86114b7a9/model-vers/model-ver/2611b304-a9f3-429b-a589-a80f339cab30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45ee1712-893c-4496-9668-4cf86114b7a9/model-vers/model-ver/2611b304-a9f3-429b-a589-a80f339cab30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53c75434-9111-4e2a-b944-c21b469de5af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2beabf30-f90d-44cb-87ab-b9ef20abb05c], X-ECOMP-RequestID=[53c75434-9111-4e2a-b944-c21b469de5af], X-TransactionId=[], X-ONAP-RequestID=[53c75434-9111-4e2a-b944-c21b469de5af], Content-Type=[application/merge-patch+json]} 2022-05-06T15:11:26.538Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45ee1712-893c-4496-9668-4cf86114b7a9/model-vers/model-ver/2611b304-a9f3-429b-a589-a80f339cab30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-06T15:11:26.612Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45ee1712-893c-4496-9668-4cf86114b7a9/model-vers/model-ver/2611b304-a9f3-429b-a589-a80f339cab30?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/45ee1712-893c-4496-9668-4cf86114b7a9/model-vers/model-ver/2611b304-a9f3-429b-a589-a80f339cab30?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220506-15:11:26:545-52500], vertex-id=[208936], Content-Length=[0], Date=[Fri, 06 May 2022 15:11:26 GMT], Content-Type=[application/json]} 2022-05-06T15:11:26.612Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45ee1712-893c-4496-9668-4cf86114b7a9/model-vers/model-ver/2611b304-a9f3-429b-a589-a80f339cab30?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-06T15:11:26.613Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45ee1712-893c-4496-9668-4cf86114b7a9/model-vers/model-ver/2611b304-a9f3-429b-a589-a80f339cab30?depth=0|INFO|500||InvokeReturn 2022-05-06T15:11:26.613Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-06T15:11:26.613Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:11:26.618Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-06T15:11:26.618Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53c75434-9111-4e2a-b944-c21b469de5af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-06T15:11:26.618Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-06T15:11:26.618Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:11:26.620Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:11:26.620Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849886618, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:11:26.720Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:11:26.721Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:11:26.721Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:11:26.737Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:11:26.737Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:11:27.633Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:11:27.634Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:11:27.634Z|53c75434-9111-4e2a-b944-c21b469de5af|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:11:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:11:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:11:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:11:29.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:11:29.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:11:29.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2164ac4e-eb74-4807-a86e-9942eaef1d3e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849809051, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:11:29.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:11:29.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:11:29.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:11:29.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:11:29.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:11:29.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:11:29.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:11:29.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:11:29.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-06T15:11:29.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:11:29.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:11:29.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:11:29.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:11:29.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:11:29.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:11:29.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:11:29.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:11:29.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/resourceInstances/pnfc6dade7062c40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:11:29.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:11:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:11:29.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:11:29.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:11:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:11:29.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849810066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:11:29.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-06T15:11:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:11:29.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849823580, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:11:29.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:11:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:11:29.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849825427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9rt0ivtpyizmh95kejfx/1.0/artifacts/service-DemoPnf9rt0ivtpyizmh95kejfx-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:11:29.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:11:37.166Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:11:37.167Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:11:37.168Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:11:37.168Z|53c75434-9111-4e2a-b944-c21b469de5af|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:11:46.701Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:11:46.703Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:11:46.703Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:11:46.703Z|53c75434-9111-4e2a-b944-c21b469de5af|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:11:56.236Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:11:56.237Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:11:56.237Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:11:56.237Z|53c75434-9111-4e2a-b944-c21b469de5af|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:12:05.770Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:12:29.371Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:12:29.372Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:12:29.372Z|53c75434-9111-4e2a-b944-c21b469de5af|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:12:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:12:29.373Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:12:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:12:29.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:12:29.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-06T15:12:29.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c75434-9111-4e2a-b944-c21b469de5af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651849886618, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:12:29.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:12:38.906Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:13:29.371Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:13:29.372Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:13:29.373Z|53c75434-9111-4e2a-b944-c21b469de5af|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:13:29.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:13:29.373Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:13:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:13:38.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:13:38.912Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:14:29.371Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:14:29.372Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:14:29.372Z|53c75434-9111-4e2a-b944-c21b469de5af|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:14:29.373Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:14:29.373Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:14:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:14:38.907Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:14:38.907Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:29.372Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:15:29.373Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:15:29.373Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:15:29.373Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:15:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:29.502Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:29.503Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.503Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "ves-openapi-manager", "timestamp": 1651850115671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.505Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.505Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.505Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.505Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.505Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.505Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.505Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.505Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.505Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "ves-openapi-manager", "timestamp": 1651850115671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "ves-openapi-manager", "timestamp": 1651850115671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.506Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "ves-openapi-manager", "timestamp": 1651850115671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.507Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "ves-openapi-manager", "timestamp": 1651850115671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.508Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "ves-openapi-manager", "timestamp": 1651850115671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.509Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "ves-openapi-manager", "timestamp": 1651850115671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.510Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "ves-openapi-manager", "timestamp": 1651850115671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.511Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "ves-openapi-manager", "timestamp": 1651850115671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.512Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850128921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:15:29.513Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.514Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "policy-id", "timestamp": 1651850128924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:15:29.514Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:15:29.514Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:15:29.514Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:29.514Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:15:30.000Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:30.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-06T15:15:30.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e6451079-3868-4b34-8af5-cdbe4eb8f13c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"43e7201e-ac8b-420f-9070-47a04c18ece7","serviceDescription":"service","serviceInvariantUUID":"d09c367f-36ea-4721-bfab-e349bd50013e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0168373-6fe1-4774-8f6e-df8b7f5ecbc1","resourceInvariantUUID":"6cababb8-88e8-43dd-a71e-6cbb094cdf11","resourceCustomizationUUID":"8f9e58e7-4678-4834-b00d-e0c0f41332be","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":"MzI3MTRiNzNlZjBhZTUyN2UzMmIwY2ViOGU1NDc5Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69b35a1c-d551-4019-a0d5-00d0eaf65d9b","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":"6ba87989-4ab6-4a29-ae78-72c87e44a91c","artifactVersion":"2","generatedFromUUID":"e5f07107-7bd0-410b-8ae6-fd7b2f149632"},{"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":"e5f07107-7bd0-410b-8ae6-fd7b2f149632","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":"NGM3Y2U5MjZkOGVlYzBlNjdlYTU4MDcwMTU0MmJhMDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb20caf7-ce0c-4835-968a-c209be52f299","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":"59a2e43e-1e88-4099-abe7-38efcdbce6cd","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":"2247752c-46bd-45be-8ad8-4a84edd24611","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":"eb84b4ad-bd18-45ef-be29-3fa5d9c6a4f2","artifactVersion":"2","generatedFromUUID":"59a2e43e-1e88-4099-abe7-38efcdbce6cd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWZiNzcxZjYxZGZhMTMwNzE3ZTNkYjFjMzg0ZDMwN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93118270-531a-48c4-9f7c-76cfdd33864b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTAyMjU3Mzg5ZjQ3NjgwNDI3OWY0YTM4NTU0YzE2ODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f18e6b4a-0753-428a-9316-4bd763d40f19","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-06T15:15:30.004Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:15:30.004Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:30.007Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:30.007Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:30.107Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:30.108Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:30.108Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:30.119Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:30.120Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:31.007Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:15:31.008Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:31.011Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:31.011Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-06T15:15:31.111Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:31.112Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:31.112Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:31.124Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:31.125Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:32.011Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:15:32.012Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:32.014Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:32.015Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-06T15:15:32.115Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:32.116Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:32.117Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:32.127Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:32.128Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:33.016Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:15:33.016Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:33.018Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:33.018Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:15:33.118Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:33.119Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:33.119Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:33.130Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:33.130Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:34.019Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:15:34.020Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:34.023Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:34.023Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-06T15:15:34.123Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:34.124Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:34.124Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:34.134Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:34.134Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:35.026Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:15:35.027Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:35.030Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:35.030Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:35.130Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:35.131Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:35.131Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:35.141Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:35.142Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:36.031Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:15:36.032Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:36.034Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:36.034Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-06T15:15:36.135Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:36.135Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:36.136Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:36.148Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:36.148Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:15:37.035Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:15:37.036Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:37.037Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:37.037Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:15:37.138Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:37.138Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:37.138Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:37.149Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:37.150Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:38.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:15:38.039Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:38.041Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:38.041Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:15:38.141Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:38.142Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:38.142Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:38.153Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:38.154Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:39.043Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "43e7201e-ac8b-420f-9070-47a04c18ece7", "serviceDescription": "service", "serviceInvariantUUID": "d09c367f-36ea-4721-bfab-e349bd50013e", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "8f9e58e7-4678-4834-b00d-e0c0f41332be", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e0168373-6fe1-4774-8f6e-df8b7f5ecbc1", "resourceInvariantUUID": "6cababb8-88e8-43dd-a71e-6cbb094cdf11", "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": "6ba87989-4ab6-4a29-ae78-72c87e44a91c", "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": "e5f07107-7bd0-410b-8ae6-fd7b2f149632", "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": "NGM3Y2U5MjZkOGVlYzBlNjdlYTU4MDcwMTU0MmJhMDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fb20caf7-ce0c-4835-968a-c209be52f299", "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": "59a2e43e-1e88-4099-abe7-38efcdbce6cd", "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": "eb84b4ad-bd18-45ef-be29-3fa5d9c6a4f2", "generatedFromUUID": "59a2e43e-1e88-4099-abe7-38efcdbce6cd" }, "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": "eb84b4ad-bd18-45ef-be29-3fa5d9c6a4f2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTAyMjU3Mzg5ZjQ3NjgwNDI3OWY0YTM4NTU0YzE2ODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f18e6b4a-0753-428a-9316-4bd763d40f19" } ], "workloadContext": "Production" } 2022-05-06T15:15:39.043Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-06T15:15:39.044Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 43e7201e-ac8b-420f-9070-47a04c18ece7 ASDC 2022-05-06T15:15:39.045Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:e6451079-3868-4b34-8af5-cdbe4eb8f13c ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:43e7201e-ac8b-420f-9070-47a04c18ece7 ServiceInvariantUUID:d09c367f-36ea-4721-bfab-e349bd50013e 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:f18e6b4a-0753-428a-9316-4bd763d40f19 ArtifactChecksum:OTAyMjU3Mzg5ZjQ3NjgwNDI3OWY0YTM4NTU0YzE2ODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:8f9e58e7-4678-4834-b00d-e0c0f41332be ResourceInvariantUUID:6cababb8-88e8-43dd-a71e-6cbb094cdf11 ResourceName:basic_cnf ResourceType:VF ResourceUUID:e0168373-6fe1-4774-8f6e-df8b7f5ecbc1 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:6ba87989-4ab6-4a29-ae78-72c87e44a91c 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:e5f07107-7bd0-410b-8ae6-fd7b2f149632 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:fb20caf7-ce0c-4835-968a-c209be52f299 ArtifactChecksum:NGM3Y2U5MjZkOGVlYzBlNjdlYTU4MDcwMTU0MmJhMDg= 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:59a2e43e-1e88-4099-abe7-38efcdbce6cd 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:eb84b4ad-bd18-45ef-be29-3fa5d9c6a4f2 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:eb84b4ad-bd18-45ef-be29-3fa5d9c6a4f2 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-06T15:15:39.045Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43e7201e-ac8b-420f-9070-47a04c18ece7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:15:39.089Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:15:39.090Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-06T15:15:39.090Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-06T15:15:39.091Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f18e6b4a-0753-428a-9316-4bd763d40f19 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-06T15:15:39.091Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-06T15:15:39.091Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-06T15:15:39.263Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-06T15:15:39.268Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f18e6b4a-0753-428a-9316-4bd763d40f19 68959 2022-05-06T15:15:39.268Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-06T15:15:39.268Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-06T15:15:39.268Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:15:39.269Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:39.271Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:39.271Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850139268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:15:39.376Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-05-06T15:15:39.377Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:39.377Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:39.387Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:39.388Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:40.272Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:15:40.273Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-06T15:15:40.273Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f18e6b4a-0753-428a-9316-4bd763d40f19, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-06T15:15:40.273Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-06T15:15:40.274Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-06T15:15:40.274Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-06T15:15:40.419Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5048100318644293899/Definitions/service-BasicCnf-template.yml 2022-05-06T15:15:41.338Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-06T15:15:41.338Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-06T15:15:41.338Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-06T15:15:41.338Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-06T15:15:41.338Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-06T15:15:41.338Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-06T15:15:41.338Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-06T15:15:41.338Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-06T15:15:41.338Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-06T15:15:41.338Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.338Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:41.339Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-06T15:15:41.339Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-06T15:15:41.339Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:15:41.339Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.339Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:41.339Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-06T15:15:41.339Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-06T15:15:41.339Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:15:41.339Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.339Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:41.339Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.339Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-06T15:15:41.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7039898a-b95f-4d98-a164-74fdeadccfca 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:41.341Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:43e7201e-ac8b-420f-9070-47a04c18ece7 Model Version:NULL Model InvariantUuid:d09c367f-36ea-4721-bfab-e349bd50013e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:a66d6e94-d7d5-41ab-9f49-ebb2d069a52f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6cababb8-88e8-43dd-a71e-6cbb094cdf11 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8f9e58e7-4678-4834-b00d-e0c0f41332be NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:425e9124-6d4b-4f61-a0db-7729b97159e4 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:0c0624a7-833f-4022-8db8-bd9e170bfcff ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7039898a-b95f-4d98-a164-74fdeadccfca ModelInvariantUuid:f207f29f-f3c9-4982-b40d-652bf66473be ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:2d07a64f-2c36-470a-8c89-d3e2ca36ba32 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:58eebcc3-86eb-4844-9b57-06c7393f5660 ModelInvariantUuid:75ee67e1-cb19-451e-823d-805edbaf360b ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ef2840bf-7e57-42b4-8d5c-0ddfd0a55043 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-06T15:15:41.348Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e0168373-6fe1-4774-8f6e-df8b7f5ecbc1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:15:41.350Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-05-06T15:15:41.350Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0168373-6fe1-4774-8f6e-df8b7f5ecbc1 2022-05-06T15:15:41.350Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6ba87989-4ab6-4a29-ae78-72c87e44a91c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-06T15:15:41.350Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-06T15:15:41.350Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-06T15:15:41.559Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-06T15:15:41.559Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6ba87989-4ab6-4a29-ae78-72c87e44a91c 12 2022-05-06T15:15:41.559Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-06T15:15:41.559Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-06T15:15:41.559Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:15:41.560Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:41.561Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:41.561Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850141559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:15:41.661Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:41.662Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:41.662Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:41.672Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:41.672Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:42.562Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e5f07107-7bd0-410b-8ae6-fd7b2f149632 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-06T15:15:42.563Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-06T15:15:42.563Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-06T15:15:42.666Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-06T15:15:42.666Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e5f07107-7bd0-410b-8ae6-fd7b2f149632 2688 2022-05-06T15:15:42.666Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-06T15:15:42.666Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-06T15:15:42.667Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:15:42.667Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:42.669Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:42.669Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850142666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-06T15:15:42.769Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:42.770Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:42.770Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:42.783Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:42.784Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:43.676Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fb20caf7-ce0c-4835-968a-c209be52f299 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-06T15:15:43.676Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-06T15:15:43.676Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-06T15:15:43.853Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-06T15:15:43.853Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json fb20caf7-ce0c-4835-968a-c209be52f299 828 2022-05-06T15:15:43.853Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-06T15:15:43.853Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-06T15:15:43.853Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:15:43.854Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:43.855Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:43.855Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850143853, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:15:43.955Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:43.956Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:43.956Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:43.967Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:43.967Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:44.856Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "425e9124-6d4b-4f61-a0db-7729b97159e4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0c0624a7-833f-4022-8db8-bd9e170bfcff", "vfModuleModelCustomizationUUID": "85d7777f-9089-47e3-b7b2-30728fd8068f", "isBase": true, "artifacts": [ "59a2e43e-1e88-4099-abe7-38efcdbce6cd", "e5f07107-7bd0-410b-8ae6-fd7b2f149632", "eb84b4ad-bd18-45ef-be29-3fa5d9c6a4f2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T15:15:44.861Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0c0624a7-833f-4022-8db8-bd9e170bfcff VfModuleModelInvariantUUID:425e9124-6d4b-4f61-a0db-7729b97159e4 VfModuleModelDescription:NULL Artifacts UUID List:{ 59a2e43e-1e88-4099-abe7-38efcdbce6cd , e5f07107-7bd0-410b-8ae6-fd7b2f149632 , eb84b4ad-bd18-45ef-be29-3fa5d9c6a4f2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-06T15:15:44.865Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "425e9124-6d4b-4f61-a0db-7729b97159e4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0c0624a7-833f-4022-8db8-bd9e170bfcff", "vfModuleModelCustomizationUUID": "85d7777f-9089-47e3-b7b2-30728fd8068f", "isBase": true, "artifacts": [ "59a2e43e-1e88-4099-abe7-38efcdbce6cd", "e5f07107-7bd0-410b-8ae6-fd7b2f149632", "eb84b4ad-bd18-45ef-be29-3fa5d9c6a4f2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T15:15:44.865Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0c0624a7-833f-4022-8db8-bd9e170bfcff VfModuleModelInvariantUUID:425e9124-6d4b-4f61-a0db-7729b97159e4 VfModuleModelDescription:NULL Artifacts UUID List:{ 59a2e43e-1e88-4099-abe7-38efcdbce6cd , e5f07107-7bd0-410b-8ae6-fd7b2f149632 , eb84b4ad-bd18-45ef-be29-3fa5d9c6a4f2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-06T15:15:44.865Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 59a2e43e-1e88-4099-abe7-38efcdbce6cd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-06T15:15:44.865Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-06T15:15:44.865Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-06T15:15:45.055Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-06T15:15:45.055Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 59a2e43e-1e88-4099-abe7-38efcdbce6cd 1164 2022-05-06T15:15:45.055Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-06T15:15:45.056Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-06T15:15:45.056Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:15:45.056Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:45.057Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:45.057Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850145055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:15:45.158Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:45.158Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:45.159Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:45.168Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:45.169Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:46.058Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb84b4ad-bd18-45ef-be29-3fa5d9c6a4f2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-06T15:15:46.058Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-06T15:15:46.059Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-06T15:15:46.180Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-06T15:15:46.180Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env eb84b4ad-bd18-45ef-be29-3fa5d9c6a4f2 200 2022-05-06T15:15:46.180Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-06T15:15:46.180Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-06T15:15:46.180Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:15:46.181Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:46.182Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:46.182Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850146180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:15:46.283Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-06T15:15:46.283Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:46.283Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:46.293Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:46.293Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:47.183Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 43e7201e-ac8b-420f-9070-47a04c18ece7 2022-05-06T15:15:47.183Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e0168373-6fe1-4774-8f6e-df8b7f5ecbc1 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-05-06T15:15:47.198Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:15:47.202Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dad348c, org.onap.sdc.toscaparser.api.parameters.Input@5b3778d4, org.onap.sdc.toscaparser.api.parameters.Input@5b19aedc, org.onap.sdc.toscaparser.api.parameters.Input@5cd2487e, org.onap.sdc.toscaparser.api.parameters.Input@28af0e3c] 2022-05-06T15:15:47.203Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.203Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:47.203Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-06T15:15:47.203Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8f9e58e7-4678-4834-b00d-e0c0f41332be 2022-05-06T15:15:47.203Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f9e58e7-4678-4834-b00d-e0c0f41332be matches Tosca VF Customization UUID: 8f9e58e7-4678-4834-b00d-e0c0f41332be 2022-05-06T15:15:47.203Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8f9e58e7-4678-4834-b00d-e0c0f41332be matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-06T15:15:47.205Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.206Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:47.206Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8f9e58e7-4678-4834-b00d-e0c0f41332be: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-05-06T15:15:47.207Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@101838be 2022-05-06T15:15:47.207Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.207Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T15:15:47.207Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85d7777f-9089-47e3-b7b2-30728fd8068f 2022-05-06T15:15:47.207Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85d7777f-9089-47e3-b7b2-30728fd8068f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-06T15:15:47.210Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.210Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-06T15:15:47.211Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:15:47.211Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.211Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-06T15:15:47.212Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:15:47.212Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.212Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-06T15:15:47.212Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-06T15:15:47.212Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7039898a-b95f-4d98-a164-74fdeadccfca Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-06T15:15:47.215Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.215Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-06T15:15:47.215Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:15:47.216Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.216Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-06T15:15:47.216Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8f9e58e7-4678-4834-b00d-e0c0f41332be Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:15:47.218Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.218Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:47.218Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 43e7201e-ac8b-420f-9070-47a04c18ece7: basic_cnf 2022-05-06T15:15:47.218Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.219Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:47.219Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.219Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:47.219Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.219Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:47.219Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.219Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:47.219Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:15:47.219Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:15:47.220Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:15:47.283Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e0168373-6fe1-4774-8f6e-df8b7f5ecbc1 1 ASDC deployResourceStructure 2022-05-06T15:15:47.284Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-06T15:15:47.284Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-05-06T15:15:47.284Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-06T15:15:47.285Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:47.286Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:47.286Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850147284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-06T15:15:47.387Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:47.387Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:47.388Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:47.398Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:47.398Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:15:48.292Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-06T15:15:48.292Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-06T15:15:48.292Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-06T15:15:48.293Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:48.294Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:48.294Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850148292, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-06T15:15:48.395Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:15:48.395Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:48.396Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:48.407Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:48.407Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:49.296Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-06T15:15:49.296Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-06T15:15:49.297Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:15:49.297Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:49.298Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:49.298Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850149295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:15:49.399Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:15:49.399Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:49.399Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:49.409Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:49.409Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:50.299Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-06T15:15:50.300Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-06T15:15:50.300Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:15:50.300Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:50.302Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:50.302Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850150299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:15:50.403Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:50.403Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:50.403Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:50.415Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:50.416Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:51.303Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-06T15:15:51.304Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-06T15:15:51.304Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:15:51.304Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:51.306Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:51.306Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850151303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-06T15:15:51.406Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:51.407Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:51.407Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:51.418Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:51.419Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:52.306Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-06T15:15:52.308Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-06T15:15:52.308Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:15:52.308Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:15:52.309Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:15:52.310Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850152306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:15:52.410Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:15:52.411Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:15:52.411Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:15:52.422Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:15:52.423Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:15:53.310Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:15:53.324Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:15:53.325Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:15:53.325Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:15:53.325Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:16:23.326Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:16:23.340Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:16:23.343Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:16:23.343Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:16:23.343Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:16:29.373Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:16:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:16:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:16:29.392Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:16:29.393Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:16:29.393Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:16:29.394Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:16:53.343Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:16:53.357Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:16:53.359Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:16:53.359Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:16:53.359Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:17:23.360Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:17:23.371Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:17:23.373Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:17:23.373Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:17:23.373Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:17:29.373Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:17:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:17:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:17:29.392Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:17:29.393Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:17:29.393Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:17:29.393Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:17:53.374Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:17:53.386Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:17:53.388Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:17:53.388Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:17:53.388Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:18:23.388Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:18:23.399Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:18:23.401Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:18:23.401Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:18:23.401Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:18:29.373Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:18:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:18:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:18:29.392Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:18:29.897Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.897Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "policy-id", "timestamp": 1651850129928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:18:29.898Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:29.898Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.898Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.898Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.898Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.898Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.899Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.899Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.899Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850130192, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:29.899Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:29.899Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.899Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.899Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.899Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.899Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "cds", "timestamp": 1651850130587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:29.899Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:29.899Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.899Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "policy-id", "timestamp": 1651850130930, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:18:29.907Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6451079-3868-4b34-8af5-cdbe4eb8f13c 2022-05-06T15:18:29.907Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6451079-3868-4b34-8af5-cdbe4eb8f13c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:18:29.917Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.917Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-06T15:18:29.918Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.918Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.918Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.918Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.918Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.918Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.919Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.919Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.919Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850131494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:29.919Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:29.919Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.919Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "cds", "timestamp": 1651850131593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:18:29.925Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e6451079-3868-4b34-8af5-cdbe4eb8f13c 2022-05-06T15:18:29.925Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6451079-3868-4b34-8af5-cdbe4eb8f13c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:18:29.935Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.935Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.935Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.935Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.935Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-06T15:18:29.935Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.936Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.936Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:18:29.936Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.936Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.936Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.936Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.936Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.936Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.936Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.936Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.937Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850132790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:29.937Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:29.937Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.937Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.937Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.937Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.937Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:18:29.937Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.938Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.938Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.938Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.938Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.938Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.938Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.938Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.938Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.938Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.939Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.939Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850133831, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:18:29.945Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6451079-3868-4b34-8af5-cdbe4eb8f13c 2022-05-06T15:18:29.945Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6451079-3868-4b34-8af5-cdbe4eb8f13c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-06T15:18:29.952Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.953Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-06T15:18:29.953Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.953Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.953Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-06T15:18:29.953Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.953Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.953Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "multicloud-k8s-id", "timestamp": 1651850134834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.954Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "aai-ml", "timestamp": 1651850135599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.955Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "ves-openapi-manager", "timestamp": 1651850135671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:18:29.956Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "ves-openapi-manager", "timestamp": 1651850135671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.957Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "policy-id", "timestamp": 1651850111555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "ves-openapi-manager", "timestamp": 1651850135671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "cds", "timestamp": 1651850120694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:18:29.958Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "policy-id", "timestamp": 1651850139077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "ves-openapi-manager", "timestamp": 1651850135671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.959Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850139268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "cds", "timestamp": 1651850139693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "policy-id", "timestamp": 1651850140081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:18:29.960Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:29.961Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.961Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "ves-openapi-manager", "timestamp": 1651850135671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.961Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.961Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.961Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "cds", "timestamp": 1651850140697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:18:29.976Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4d3a914-01f4-47ec-affa-e64c8ce9f779 2022-05-06T15:18:29.976Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4d3a914-01f4-47ec-affa-e64c8ce9f779 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:18:29.985Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.985Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.985Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.986Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.986Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:29.986Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:29.986Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:29.986Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "policy-id", "timestamp": 1651850141083, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:18:29.992Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4d3a914-01f4-47ec-affa-e64c8ce9f779 2022-05-06T15:18:29.992Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4d3a914-01f4-47ec-affa-e64c8ce9f779 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:18:30.001Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.001Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "ves-openapi-manager", "timestamp": 1651850135671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.001Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.001Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.001Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850141559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.001Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.002Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.002Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:18:30.002Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.002Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.002Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "multicloud-k8s-id", "timestamp": 1651850111178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:18:30.002Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.002Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.002Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "ves-openapi-manager", "timestamp": 1651850135671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.002Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.003Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.003Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "aai-ml", "timestamp": 1651850142457, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:18:30.003Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.003Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.003Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "clamp", "timestamp": 1651850142509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.003Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.003Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.003Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850142666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.003Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.003Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.003Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850142971, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.004Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.004Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.004Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "multicloud-k8s-id", "timestamp": 1651850143061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.004Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.004Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.004Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "aai-ml", "timestamp": 1651850143460, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:18:30.009Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e6451079-3868-4b34-8af5-cdbe4eb8f13c 2022-05-06T15:18:30.009Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6451079-3868-4b34-8af5-cdbe4eb8f13c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:18:30.017Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.017Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850143853, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.017Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.017Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.017Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "multicloud-k8s-id", "timestamp": 1651850144457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.018Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.018Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.018Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.018Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.018Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.018Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "clamp", "timestamp": 1651850144517, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:18:30.018Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.018Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.018Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850145055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.019Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.019Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.019Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850145157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:18:30.019Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.019Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.019Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.019Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.019Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.019Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "clamp", "timestamp": 1651850145520, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:18:30.025Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e6451079-3868-4b34-8af5-cdbe4eb8f13c 2022-05-06T15:18:30.025Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6451079-3868-4b34-8af5-cdbe4eb8f13c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:18:30.034Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.034Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "multicloud-k8s-id", "timestamp": 1651850145660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.035Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.035Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.035Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850146161, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:18:30.040Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e6451079-3868-4b34-8af5-cdbe4eb8f13c 2022-05-06T15:18:30.040Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6451079-3868-4b34-8af5-cdbe4eb8f13c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:18:30.048Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.048Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850146180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.048Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.048Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.048Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.049Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.049Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.049Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.049Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.049Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.049Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "multicloud-k8s-id", "timestamp": 1651850146682, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:18:30.055Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4d3a914-01f4-47ec-affa-e64c8ce9f779 2022-05-06T15:18:30.055Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4d3a914-01f4-47ec-affa-e64c8ce9f779 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-06T15:18:30.064Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.064Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.064Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.065Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.065Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850147284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-06T15:18:30.065Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.065Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.065Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.066Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.066Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.066Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:18:30.066Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.066Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.066Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "multicloud-k8s-id", "timestamp": 1651850147686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:18:30.066Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.067Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.067Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.067Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.067Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.067Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850148292, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-06T15:18:30.067Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.067Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.068Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.068Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.068Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.068Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.068Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.069Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.069Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.069Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.069Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.069Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850149295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:18:30.070Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.070Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.070Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.070Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.070Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.071Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.071Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.071Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.071Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.071Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.071Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.071Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850150299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:18:30.072Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.072Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.072Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "aai-ml", "timestamp": 1651850125758, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:18:30.072Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.072Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.072Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.072Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.073Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.073Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.073Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.073Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.073Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850151303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-06T15:18:30.073Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.074Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.074Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.074Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.074Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.074Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "aai-ml", "timestamp": 1651850151549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.074Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.074Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.075Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:18:30.075Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.075Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.075Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850152306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:18:30.075Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.076Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.076Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "clamp", "timestamp": 1651850123440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:18:30.076Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.076Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.076Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850133108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:18:30.076Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:18:30.077Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.077Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850154258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.077Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.077Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.077Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850156687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:18:30.077Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.078Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.078Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "aai-ml", "timestamp": 1651850157157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:18:30.078Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.078Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.078Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651850157693, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:18:30.083Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c4d3a914-01f4-47ec-affa-e64c8ce9f779 2022-05-06T15:18:30.083Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4d3a914-01f4-47ec-affa-e64c8ce9f779 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:18:30.093Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.093Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "aai-ml", "timestamp": 1651850158160, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:18:30.099Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c4d3a914-01f4-47ec-affa-e64c8ce9f779 2022-05-06T15:18:30.100Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4d3a914-01f4-47ec-affa-e64c8ce9f779 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:18:30.111Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.111Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "clamp", "timestamp": 1651850161512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:18:30.111Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.111Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.111Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "clamp", "timestamp": 1651850163519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:18:30.112Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:18:30.112Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:18:30.112Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "clamp", "timestamp": 1651850164522, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:18:30.118Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c4d3a914-01f4-47ec-affa-e64c8ce9f779 2022-05-06T15:18:30.118Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4d3a914-01f4-47ec-affa-e64c8ce9f779 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:18:53.401Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:18:53.415Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:18:53.419Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:18:53.419Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-06T15:18:53.419Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-06T15:18:53.419Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-06T15:18:53.419Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:18:53.419Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:18:53.419Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:18:53.420Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:18:53.420Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:18:53.420Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:18:53.420Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:18:53.426Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-06T15:19:23.426Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-06T15:19:23.434Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e6451079-3868-4b34-8af5-cdbe4eb8f13c and serviceModelVersionId: 43e7201e-ac8b-420f-9070-47a04c18ece7 2022-05-06T15:19:23.434Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d09c367f-36ea-4721-bfab-e349bd50013e 2022-05-06T15:19:23.435Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d09c367f-36ea-4721-bfab-e349bd50013e/model-vers/model-ver/43e7201e-ac8b-420f-9070-47a04c18ece7?depth=0 2022-05-06T15:19:23.440Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-06T15:19:23.476Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d09c367f-36ea-4721-bfab-e349bd50013e/model-vers/model-ver/43e7201e-ac8b-420f-9070-47a04c18ece7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-06T15:19:23.477Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d09c367f-36ea-4721-bfab-e349bd50013e/model-vers/model-ver/43e7201e-ac8b-420f-9070-47a04c18ece7?depth=0|INFO|500||Invoke 2022-05-06T15:19:23.498Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d09c367f-36ea-4721-bfab-e349bd50013e/model-vers/model-ver/43e7201e-ac8b-420f-9070-47a04c18ece7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-06T15:19:23.572Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d09c367f-36ea-4721-bfab-e349bd50013e/model-vers/model-ver/43e7201e-ac8b-420f-9070-47a04c18ece7?depth=0|INFO|500||InvokeReturn 2022-05-06T15:19:23.572Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d09c367f-36ea-4721-bfab-e349bd50013e/model-vers/model-ver/43e7201e-ac8b-420f-9070-47a04c18ece7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220506-15:19:23:506-62967], vertex-id=[196720], Content-Length=[0], Date=[Fri, 06 May 2022 15:19:23 GMT], Content-Type=[application/json]} 2022-05-06T15:19:23.572Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-06T15:19:23.573Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-06T15:19:23.573Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:19:23.578Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-06T15:19:23.578Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e6451079-3868-4b34-8af5-cdbe4eb8f13c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-06T15:19:23.579Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-06T15:19:23.579Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:23.580Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:23.580Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850363579, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:19:23.681Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:19:23.682Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:23.682Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:23.695Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:23.696Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:19:24.594Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-06T15:19:24.594Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4d3a914-01f4-47ec-affa-e64c8ce9f779","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7b0cd864-d4e9-433a-9bc5-e2f4c75765f8","serviceDescription":"service","serviceInvariantUUID":"caf56ae6-930e-40dc-9581-e996a0d2d724","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e4315b-0bba-4b27-8522-d6ad89db4591","resourceInvariantUUID":"bdbd57a7-0dc2-4455-afe7-941d7e1ea0c6","resourceCustomizationUUID":"8e492f20-d60e-4bc0-bd32-569b44ec3182","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NjgwOWQ1N2RiOTJkNjQ0NTJlMWYzMGU3NGIxMmU4NjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7f086ec4-c402-4a9b-bb80-d1c3d64dce50","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZTdkYWFlYzkwNWJiNjc4Njg0ODgyMWEzZDYzNDBiYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"222339be-8745-41f8-acc1-ef1a265e031a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"63eef17c-ab17-4b00-b924-55a552acbff8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bac83e5d-a0f7-4b67-ad14-4e76d99965b4","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39d294d1-36f3-486a-851c-f8b9c7f48f2f","artifactVersion":"2","generatedFromUUID":"63eef17c-ab17-4b00-b924-55a552acbff8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzM1NjA1MTgzZDZiYzdjZGY3Y2JjZTcyZDM3ZDZkNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97e074f1-ff64-4958-90c9-095ce11cb6d7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIzYzllYzliNTY3ODM2N2IwNTBkMGIyNDc1OGQ1NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"298926dc-f142-4762-b78c-f3208556f57f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-06T15:19:24.594Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:19:24.595Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:24.597Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:24.597Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:19:24.697Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:24.698Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:24.698Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:24.709Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:24.709Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:25.597Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:19:25.598Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:25.601Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:25.601Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:19:25.701Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:25.701Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:25.702Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:25.712Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:25.712Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:26.601Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:19:26.602Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:26.604Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:26.604Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-06T15:19:26.704Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:26.705Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:26.705Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:26.716Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:26.717Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:27.604Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:19:27.605Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:27.607Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:27.607Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:19:27.707Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:27.708Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:27.708Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:27.719Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:27.720Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:28.607Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:19:28.608Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:28.610Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:28.610Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-06T15:19:28.711Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:28.712Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:28.712Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:28.723Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:28.723Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:29.373Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:19:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:19:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:29.611Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:19:29.612Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:29.614Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:29.614Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:19:29.714Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:29.715Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:29.715Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:29.725Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:29.726Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:29.731Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:29.732Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:19:29.732Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6451079-3868-4b34-8af5-cdbe4eb8f13c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850363579, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:19:29.733Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:19:29.733Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:19:29.733Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:19:29.733Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:19:29.734Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:19:29.734Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:19:29.734Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:19:29.734Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:19:29.735Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-06T15:19:29.735Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:19:29.735Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:19:29.736Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:19:29.736Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:19:29.736Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-06T15:19:29.736Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-06T15:19:29.737Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-06T15:19:30.615Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:19:30.616Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:30.619Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:30.619Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:19:30.719Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:30.720Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:30.720Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:30.729Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:30.730Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:19:31.620Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7b0cd864-d4e9-433a-9bc5-e2f4c75765f8", "serviceDescription": "service", "serviceInvariantUUID": "caf56ae6-930e-40dc-9581-e996a0d2d724", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "8e492f20-d60e-4bc0-bd32-569b44ec3182", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e4315b-0bba-4b27-8522-d6ad89db4591", "resourceInvariantUUID": "bdbd57a7-0dc2-4455-afe7-941d7e1ea0c6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "ZTdkYWFlYzkwNWJiNjc4Njg0ODgyMWEzZDYzNDBiYzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "222339be-8745-41f8-acc1-ef1a265e031a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "63eef17c-ab17-4b00-b924-55a552acbff8", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "39d294d1-36f3-486a-851c-f8b9c7f48f2f", "generatedFromUUID": "63eef17c-ab17-4b00-b924-55a552acbff8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "39d294d1-36f3-486a-851c-f8b9c7f48f2f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjIzYzllYzliNTY3ODM2N2IwNTBkMGIyNDc1OGQ1NjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "298926dc-f142-4762-b78c-f3208556f57f" } ], "workloadContext": "Production" } 2022-05-06T15:19:31.620Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-06T15:19:31.620Z|e6451079-3868-4b34-8af5-cdbe4eb8f13c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7b0cd864-d4e9-433a-9bc5-e2f4c75765f8 ASDC 2022-05-06T15:19:31.621Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:c4d3a914-01f4-47ec-affa-e64c8ce9f779 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7b0cd864-d4e9-433a-9bc5-e2f4c75765f8 ServiceInvariantUUID:caf56ae6-930e-40dc-9581-e996a0d2d724 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:298926dc-f142-4762-b78c-f3208556f57f ArtifactChecksum:NjIzYzllYzliNTY3ODM2N2IwNTBkMGIyNDc1OGQ1NjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:8e492f20-d60e-4bc0-bd32-569b44ec3182 ResourceInvariantUUID:bdbd57a7-0dc2-4455-afe7-941d7e1ea0c6 ResourceName:basic_vm ResourceType:VF ResourceUUID:18e4315b-0bba-4b27-8522-d6ad89db4591 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:222339be-8745-41f8-acc1-ef1a265e031a ArtifactChecksum:ZTdkYWFlYzkwNWJiNjc4Njg0ODgyMWEzZDYzNDBiYzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:63eef17c-ab17-4b00-b924-55a552acbff8 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:39d294d1-36f3-486a-851c-f8b9c7f48f2f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:39d294d1-36f3-486a-851c-f8b9c7f48f2f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-06T15:19:31.621Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7b0cd864-d4e9-433a-9bc5-e2f4c75765f8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:19:31.656Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:19:31.656Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-06T15:19:31.656Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-06T15:19:31.656Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 298926dc-f142-4762-b78c-f3208556f57f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-06T15:19:31.656Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-06T15:19:31.657Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-06T15:19:32.496Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-06T15:19:32.502Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 298926dc-f142-4762-b78c-f3208556f57f 71041 2022-05-06T15:19:32.502Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-06T15:19:32.502Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-06T15:19:32.502Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:19:32.503Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:32.505Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:32.505Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850372502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:19:32.605Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:32.606Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:32.606Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:32.615Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:32.616Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:33.505Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:19:33.506Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-06T15:19:33.506Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 298926dc-f142-4762-b78c-f3208556f57f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:33.506Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-06T15:19:33.507Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:33.507Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:33.592Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1513766056783145347/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-06T15:19:34.467Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-06T15:19:34.468Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-06T15:19:34.469Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:19:34.469Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.469Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:34.469Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-06T15:19:34.469Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-06T15:19:34.469Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:19:34.469Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.469Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:34.469Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.469Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-06T15:19:34.469Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-06T15:19:34.469Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.470Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2f8e4d20-abb4-43b3-b7e5-1d67195f7648 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:34.471Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:34.472Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7b0cd864-d4e9-433a-9bc5-e2f4c75765f8 Model Version:NULL Model InvariantUuid:caf56ae6-930e-40dc-9581-e996a0d2d724 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:980b52a4-a725-4623-85c6-9cd0231a2887 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bdbd57a7-0dc2-4455-afe7-941d7e1ea0c6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8e492f20-d60e-4bc0-bd32-569b44ec3182 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:15ae7a4c-05cc-4701-ba4e-6ad2c09f27ca ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:1f4e1f3f-b623-46df-a2d9-d00645eb6d9b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2f8e4d20-abb4-43b3-b7e5-1d67195f7648 ModelInvariantUuid:0f3fe5d1-5186-4094-8381-074d0d1227c9 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:081db449-64c2-47ca-8422-96acc1dfae64 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:96f614dd-5e98-464f-8b29-7d69d8511e96 ModelInvariantUuid:b9ecaac3-dc39-4937-bb53-452dd182f514 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:d49951fa-7c37-447d-ba1f-63b8c4049b3c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-06T15:19:34.479Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e4315b-0bba-4b27-8522-d6ad89db4591 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:19:34.482Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-05-06T15:19:34.482Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e4315b-0bba-4b27-8522-d6ad89db4591 2022-05-06T15:19:34.482Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 222339be-8745-41f8-acc1-ef1a265e031a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-06T15:19:34.482Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-06T15:19:34.483Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-06T15:19:34.786Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-06T15:19:34.787Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 222339be-8745-41f8-acc1-ef1a265e031a 787 2022-05-06T15:19:34.787Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-06T15:19:34.787Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-06T15:19:34.787Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:19:34.787Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:34.790Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:34.790Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850374787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:19:34.890Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:34.891Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:34.891Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:34.903Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:34.904Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:35.791Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "15ae7a4c-05cc-4701-ba4e-6ad2c09f27ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f4e1f3f-b623-46df-a2d9-d00645eb6d9b", "vfModuleModelCustomizationUUID": "ea5a0b89-cdac-4f46-a983-fcb63fbb71a2", "isBase": true, "artifacts": [ "63eef17c-ab17-4b00-b924-55a552acbff8", "39d294d1-36f3-486a-851c-f8b9c7f48f2f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T15:19:35.793Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f4e1f3f-b623-46df-a2d9-d00645eb6d9b VfModuleModelInvariantUUID:15ae7a4c-05cc-4701-ba4e-6ad2c09f27ca VfModuleModelDescription:NULL Artifacts UUID List:{ 63eef17c-ab17-4b00-b924-55a552acbff8 , 39d294d1-36f3-486a-851c-f8b9c7f48f2f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-06T15:19:35.795Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "15ae7a4c-05cc-4701-ba4e-6ad2c09f27ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f4e1f3f-b623-46df-a2d9-d00645eb6d9b", "vfModuleModelCustomizationUUID": "ea5a0b89-cdac-4f46-a983-fcb63fbb71a2", "isBase": true, "artifacts": [ "63eef17c-ab17-4b00-b924-55a552acbff8", "39d294d1-36f3-486a-851c-f8b9c7f48f2f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T15:19:35.795Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f4e1f3f-b623-46df-a2d9-d00645eb6d9b VfModuleModelInvariantUUID:15ae7a4c-05cc-4701-ba4e-6ad2c09f27ca VfModuleModelDescription:NULL Artifacts UUID List:{ 63eef17c-ab17-4b00-b924-55a552acbff8 , 39d294d1-36f3-486a-851c-f8b9c7f48f2f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-06T15:19:35.795Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 63eef17c-ab17-4b00-b924-55a552acbff8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-06T15:19:35.795Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-06T15:19:35.795Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-06T15:19:35.992Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-06T15:19:35.993Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 63eef17c-ab17-4b00-b924-55a552acbff8 5033 2022-05-06T15:19:35.993Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-06T15:19:35.993Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-06T15:19:35.993Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:19:35.993Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:35.995Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:35.995Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850375993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:19:36.095Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:36.096Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:36.096Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:36.105Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:36.106Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:36.996Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 39d294d1-36f3-486a-851c-f8b9c7f48f2f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-06T15:19:36.997Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-06T15:19:36.997Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-06T15:19:37.189Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-06T15:19:37.189Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 39d294d1-36f3-486a-851c-f8b9c7f48f2f 903 2022-05-06T15:19:37.190Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-06T15:19:37.190Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-06T15:19:37.190Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:19:37.190Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:37.191Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:37.191Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850377190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:19:37.291Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:37.292Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:37.292Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:37.304Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:37.304Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:38.192Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7b0cd864-d4e9-433a-9bc5-e2f4c75765f8 2022-05-06T15:19:38.192Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 18e4315b-0bba-4b27-8522-d6ad89db4591 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:19:38.208Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6990eb8d, org.onap.sdc.toscaparser.api.parameters.Input@3fea8580, org.onap.sdc.toscaparser.api.parameters.Input@218ab5c1, org.onap.sdc.toscaparser.api.parameters.Input@e020dd7, org.onap.sdc.toscaparser.api.parameters.Input@60a04319] 2022-05-06T15:19:38.210Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.210Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:38.210Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-06T15:19:38.210Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8e492f20-d60e-4bc0-bd32-569b44ec3182 2022-05-06T15:19:38.210Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e492f20-d60e-4bc0-bd32-569b44ec3182 matches Tosca VF Customization UUID: 8e492f20-d60e-4bc0-bd32-569b44ec3182 2022-05-06T15:19:38.211Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8e492f20-d60e-4bc0-bd32-569b44ec3182 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-06T15:19:38.213Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.213Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:38.214Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8e492f20-d60e-4bc0-bd32-569b44ec3182: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-05-06T15:19:38.214Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@612f528c 2022-05-06T15:19:38.214Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.214Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T15:19:38.214Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ea5a0b89-cdac-4f46-a983-fcb63fbb71a2 2022-05-06T15:19:38.214Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ea5a0b89-cdac-4f46-a983-fcb63fbb71a2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-06T15:19:38.216Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.216Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-06T15:19:38.217Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:19:38.217Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.217Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-06T15:19:38.217Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:19:38.218Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.218Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-06T15:19:38.218Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-06T15:19:38.218Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-06T15:19:38.218Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2f8e4d20-abb4-43b3-b7e5-1d67195f7648 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-06T15:19:38.221Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.221Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-06T15:19:38.221Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:19:38.222Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.222Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-06T15:19:38.222Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8e492f20-d60e-4bc0-bd32-569b44ec3182 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:19:38.224Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.224Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:38.224Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7b0cd864-d4e9-433a-9bc5-e2f4c75765f8: basic_vm 2022-05-06T15:19:38.224Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.224Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:38.224Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.224Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:38.224Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.225Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:38.225Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.225Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:38.225Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:19:38.225Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:19:38.225Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:19:38.313Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 18e4315b-0bba-4b27-8522-d6ad89db4591 1 ASDC deployResourceStructure 2022-05-06T15:19:38.313Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-06T15:19:38.313Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-06T15:19:38.314Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:19:38.314Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:38.316Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:38.316Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850378313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:19:38.416Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:38.418Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:38.418Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:38.430Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:38.430Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:19:39.317Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-06T15:19:39.317Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-06T15:19:39.318Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:19:39.319Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:39.321Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:39.321Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850379317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:19:39.421Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:39.422Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:39.422Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:39.435Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:39.436Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:40.322Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-06T15:19:40.322Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-06T15:19:40.323Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:19:40.323Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:40.325Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:40.325Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850380322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-06T15:19:40.425Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:40.426Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:40.427Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:40.440Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:40.440Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:41.326Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-06T15:19:41.326Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-06T15:19:41.327Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:19:41.327Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:19:41.329Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:19:41.329Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850381326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:19:41.429Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:19:41.430Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:19:41.430Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:19:41.441Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:19:41.441Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:19:42.330Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4d3a914-01f4-47ec-affa-e64c8ce9f779 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:19:42.343Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4d3a914-01f4-47ec-affa-e64c8ce9f779 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:19:42.346Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:19:42.346Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-06T15:19:42.347Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-06T15:19:42.347Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-06T15:19:42.347Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:19:42.347Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:19:42.347Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:19:42.347Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:19:42.347Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:19:42.347Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:19:42.347Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:19:42.353Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-06T15:20:12.353Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c4d3a914-01f4-47ec-affa-e64c8ce9f779 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-06T15:20:12.359Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c4d3a914-01f4-47ec-affa-e64c8ce9f779 and serviceModelVersionId: 7b0cd864-d4e9-433a-9bc5-e2f4c75765f8 2022-05-06T15:20:12.359Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : caf56ae6-930e-40dc-9581-e996a0d2d724 2022-05-06T15:20:12.360Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/caf56ae6-930e-40dc-9581-e996a0d2d724/model-vers/model-ver/7b0cd864-d4e9-433a-9bc5-e2f4c75765f8?depth=0 2022-05-06T15:20:12.364Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-06T15:20:12.395Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caf56ae6-930e-40dc-9581-e996a0d2d724/model-vers/model-ver/7b0cd864-d4e9-433a-9bc5-e2f4c75765f8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-06T15:20:12.396Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caf56ae6-930e-40dc-9581-e996a0d2d724/model-vers/model-ver/7b0cd864-d4e9-433a-9bc5-e2f4c75765f8?depth=0|INFO|500||Invoke 2022-05-06T15:20:12.413Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caf56ae6-930e-40dc-9581-e996a0d2d724/model-vers/model-ver/7b0cd864-d4e9-433a-9bc5-e2f4c75765f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-06T15:20:12.857Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caf56ae6-930e-40dc-9581-e996a0d2d724/model-vers/model-ver/7b0cd864-d4e9-433a-9bc5-e2f4c75765f8?depth=0|INFO|500||InvokeReturn 2022-05-06T15:20:12.858Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caf56ae6-930e-40dc-9581-e996a0d2d724/model-vers/model-ver/7b0cd864-d4e9-433a-9bc5-e2f4c75765f8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220506-15:20:12:420-17438], vertex-id=[458880], Content-Length=[0], Date=[Fri, 06 May 2022 15:20:12 GMT], Content-Type=[application/json]} 2022-05-06T15:20:12.859Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-06T15:20:12.859Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-06T15:20:12.859Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:20:12.864Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-06T15:20:12.864Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c4d3a914-01f4-47ec-affa-e64c8ce9f779 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-06T15:20:12.865Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-06T15:20:12.865Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:20:12.867Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:20:12.867Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850412865, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:20:12.967Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:20:12.968Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:20:12.968Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:20:12.982Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:20:12.983Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:20:13.884Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:20:13.885Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:20:13.885Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:20:25.029Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:20:25.030Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:20:25.030Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:20:25.030Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:20:29.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:20:29.374Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:20:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:20:29.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:20:29.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-06T15:20:29.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:20:29.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-06T15:20:34.562Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:20:34.563Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:20:34.563Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:20:34.563Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:20:44.093Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:20:44.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:20:44.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:20:44.094Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:20:53.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:20:53.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:20:53.623Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:20:53.624Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:21:03.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:21:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:21:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:21:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:21:29.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:21:29.373Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:21:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:21:29.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:21:29.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-06T15:21:29.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850129372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:21:29.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-06T15:21:29.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-06T15:21:29.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850372502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:21:29.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:21:29.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-06T15:21:29.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850374787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:21:29.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:21:29.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-06T15:21:29.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850375993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:21:29.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:21:29.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-06T15:21:29.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850377190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:21:29.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:21:29.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-06T15:21:29.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850378313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:21:29.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:21:29.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-06T15:21:29.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850379317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:21:29.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:21:29.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-06T15:21:29.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850380322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-06T15:21:29.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:21:29.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-06T15:21:29.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850381326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:21:29.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:21:29.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-06T15:21:29.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c4d3a914-01f4-47ec-affa-e64c8ce9f779", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651850412865, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:21:29.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:21:38.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:22:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:22:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:22:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:22:29.373Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:22:29.375Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:22:29.375Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:22:38.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:22:38.907Z|c4d3a914-01f4-47ec-affa-e64c8ce9f779|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:23:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:23:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:23:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:23:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:23:29.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:23:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:23:38.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:23:38.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:24:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:24:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:24:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:24:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:24:29.373Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:24:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:24:38.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:24:38.907Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:25:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:25:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:25:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:25:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:25:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:25:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:25:38.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:25:38.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:26:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:26:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:26:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:26:29.373Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:26:29.373Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:26:29.373Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:26:38.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:26:38.907Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:27:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:27:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:27:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:27:29.373Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:27:29.373Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:27:29.374Z|53c75434-9111-4e2a-b944-c21b469de5af|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:27:38.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:27:38.909Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:28:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:28:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:28:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:28:29.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:28:29.374Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:28:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:28:38.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:28:38.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:29:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:29:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:29:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:29:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:29:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:29:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:29:38.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:29:38.912Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:29.371Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:30:29.372Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:30:29.372Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:30:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:30:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:29.506Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:29.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "ves-openapi-manager", "timestamp": 1651850995671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "aai-ml", "timestamp": 1651850995758, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851003108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "ves-openapi-manager", "timestamp": 1651850995671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "aai-ml", "timestamp": 1651850995758, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851003108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "ves-openapi-manager", "timestamp": 1651850995671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "aai-ml", "timestamp": 1651850995758, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851003108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "cds", "timestamp": 1651851005694, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "aai-ml", "timestamp": 1651850995758, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "ves-openapi-manager", "timestamp": 1651850995671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851003108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "cds", "timestamp": 1651851005694, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "ves-openapi-manager", "timestamp": 1651850995671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "aai-ml", "timestamp": 1651850995758, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851003108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "cds", "timestamp": 1651851005694, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "aai-ml", "timestamp": 1651850995758, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "ves-openapi-manager", "timestamp": 1651850995671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851003108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "cds", "timestamp": 1651851005694, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "ves-openapi-manager", "timestamp": 1651850995671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "aai-ml", "timestamp": 1651850995758, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851003108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "cds", "timestamp": 1651851005694, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "aai-ml", "timestamp": 1651850995758, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:30:29.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "ves-openapi-manager", "timestamp": 1651850995671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851003108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:30:29.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "cds", "timestamp": 1651851005694, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851011178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "policy-id", "timestamp": 1651851011555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "cds", "timestamp": 1651851005694, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "aai-ml", "timestamp": 1651851012661, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851012662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:30:29.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:30:29.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851011178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "policy-id", "timestamp": 1651851011555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "cds", "timestamp": 1651851005694, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:30:29.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851011178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "policy-id", "timestamp": 1651851011555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "cds", "timestamp": 1651851014671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851014723, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851011178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "policy-id", "timestamp": 1651851011555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "cds", "timestamp": 1651851015675, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:30:29.531Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c1a9849-1b93-435d-a413-b77c7ab4829d 2022-05-06T15:30:29.532Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c1a9849-1b93-435d-a413-b77c7ab4829d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:30:29.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851015727, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:30:29.544Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c1a9849-1b93-435d-a413-b77c7ab4829d 2022-05-06T15:30:29.544Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c1a9849-1b93-435d-a413-b77c7ab4829d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:30:29.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851011178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "policy-id", "timestamp": 1651851011555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851011178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-06T15:30:29.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "policy-id", "timestamp": 1651851011555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851011178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "policy-id", "timestamp": 1651851011555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851011178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:30:29.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "policy-id", "timestamp": 1651851011555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "ves-openapi-manager", "timestamp": 1651851015671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "aai-ml", "timestamp": 1651851019358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851020160, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:30:29.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "policy-id", "timestamp": 1651851020274, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:30:29.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:30:29.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "ves-openapi-manager", "timestamp": 1651851015671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "aai-ml", "timestamp": 1651851020361, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:30:29.560Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c1a9849-1b93-435d-a413-b77c7ab4829d 2022-05-06T15:30:29.560Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c1a9849-1b93-435d-a413-b77c7ab4829d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:30:29.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851021220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:30:29.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:30:29.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "ves-openapi-manager", "timestamp": 1651851015671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "policy-id", "timestamp": 1651851021279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "cds", "timestamp": 1651851020694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851022295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "ves-openapi-manager", "timestamp": 1651851015671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "policy-id", "timestamp": 1651851022282, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:30:29.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c1a9849-1b93-435d-a413-b77c7ab4829d 2022-05-06T15:30:29.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c1a9849-1b93-435d-a413-b77c7ab4829d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:30:29.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "cds", "timestamp": 1651851020694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "ves-openapi-manager", "timestamp": 1651851015671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851023316, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:30:29.584Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c1a9849-1b93-435d-a413-b77c7ab4829d 2022-05-06T15:30:29.584Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c1a9849-1b93-435d-a413-b77c7ab4829d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-06T15:30:29.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "cds", "timestamp": 1651851020694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "ves-openapi-manager", "timestamp": 1651851015671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "multicloud-k8s-id", "timestamp": 1651851024319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "cds", "timestamp": 1651851020694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "ves-openapi-manager", "timestamp": 1651851015671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "cds", "timestamp": 1651851020694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "ves-openapi-manager", "timestamp": 1651851015671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "cds", "timestamp": 1651851020694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "aai-ml", "timestamp": 1651851025758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "cds", "timestamp": 1651851020694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "aai-ml", "timestamp": 1651851025758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "cds", "timestamp": 1651851020694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:30:29.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "aai-ml", "timestamp": 1651851025758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:29.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:30:29.993Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:29.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-06T15:30:29.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c1a9849-1b93-435d-a413-b77c7ab4829d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"92821931-610f-45bb-84ed-7be70c390e23","serviceDescription":"service","serviceInvariantUUID":"c1e04b28-b879-4749-a1f4-ad9dee1e6ac1","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"41c33ce0-24a7-40d4-b461-6f51f44b01b9","resourceInvariantUUID":"56078606-02cc-4937-bf0e-114d330c7c84","resourceCustomizationUUID":"17b97f2b-3d90-4e46-80be-594202c0d052","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":"a0738afe-1de1-4050-90bc-950e65f85db5","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":"ZmZjOWExYWJmMGQ5MWYwOWQzNmNlNTE3Y2I4YTdjMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fda61733-3185-4da0-a1a2-d91b1892c858","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":"N2I0MzczNGVmOGNmYWNiNzY1Njk1MTM1YmI2MTJhMzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a85f452e-9b24-4872-aa7f-06d9a3f80903","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":"76e007d5-6af2-44ca-a106-33a8767df77b","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":"fdc5525a-1de4-4d77-887c-3ec18d47458b","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":"1f888716-b672-4f54-8677-e59f97aa83c2","artifactVersion":"2","generatedFromUUID":"76e007d5-6af2-44ca-a106-33a8767df77b"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NGNjZmUwMWVjMWYwOWIwYzVkOGVlYTYyMDcxNjE4N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"193baf79-d4b7-4215-b002-d409a1956aa3","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OWZkMjg4MzNlNGMyYzFmNjk0ODIyYWVhMWY2NTU5MWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8fe3a296-2967-4047-866f-d6c1df4cbeb9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-06T15:30:29.997Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:30:29.997Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:29.999Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:30.000Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:30.100Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:30.100Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:30.101Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:30.111Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:30.111Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:31.000Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:30:31.001Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:31.003Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:31.003Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:31.103Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:31.104Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:31.104Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:31.123Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:31.123Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:32.004Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:30:32.005Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:32.007Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:32.008Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:30:32.108Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:32.109Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:32.109Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:32.122Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:32.123Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:33.009Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:30:33.010Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:33.012Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:33.012Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-06T15:30:33.112Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:33.113Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:33.113Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:33.122Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:33.122Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:34.013Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:30:34.013Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:34.015Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:34.015Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:34.115Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:34.116Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:34.116Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:34.126Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:34.126Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:35.015Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:30:35.016Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:35.018Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:35.019Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-06T15:30:35.119Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:35.120Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:35.120Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:35.130Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:35.130Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:36.019Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:30:36.021Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:36.022Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:36.022Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:30:36.123Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:36.124Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:36.124Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:36.135Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:36.136Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:37.023Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:30:37.024Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:37.027Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:37.027Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:30:37.127Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:37.128Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:37.128Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:37.141Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:37.142Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:38.028Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "92821931-610f-45bb-84ed-7be70c390e23", "serviceDescription": "service", "serviceInvariantUUID": "c1e04b28-b879-4749-a1f4-ad9dee1e6ac1", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "17b97f2b-3d90-4e46-80be-594202c0d052", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "41c33ce0-24a7-40d4-b461-6f51f44b01b9", "resourceInvariantUUID": "56078606-02cc-4937-bf0e-114d330c7c84", "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": "N2I0MzczNGVmOGNmYWNiNzY1Njk1MTM1YmI2MTJhMzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a85f452e-9b24-4872-aa7f-06d9a3f80903", "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": "76e007d5-6af2-44ca-a106-33a8767df77b", "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": "1f888716-b672-4f54-8677-e59f97aa83c2", "generatedFromUUID": "76e007d5-6af2-44ca-a106-33a8767df77b" }, "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": "1f888716-b672-4f54-8677-e59f97aa83c2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "OWZkMjg4MzNlNGMyYzFmNjk0ODIyYWVhMWY2NTU5MWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8fe3a296-2967-4047-866f-d6c1df4cbeb9" } ], "workloadContext": "Production" } 2022-05-06T15:30:38.029Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-06T15:30:38.029Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 92821931-610f-45bb-84ed-7be70c390e23 ASDC 2022-05-06T15:30:38.030Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:6c1a9849-1b93-435d-a413-b77c7ab4829d ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:92821931-610f-45bb-84ed-7be70c390e23 ServiceInvariantUUID:c1e04b28-b879-4749-a1f4-ad9dee1e6ac1 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:8fe3a296-2967-4047-866f-d6c1df4cbeb9 ArtifactChecksum:OWZkMjg4MzNlNGMyYzFmNjk0ODIyYWVhMWY2NTU5MWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:17b97f2b-3d90-4e46-80be-594202c0d052 ResourceInvariantUUID:56078606-02cc-4937-bf0e-114d330c7c84 ResourceName:basicclamp ResourceType:VF ResourceUUID:41c33ce0-24a7-40d4-b461-6f51f44b01b9 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:a85f452e-9b24-4872-aa7f-06d9a3f80903 ArtifactChecksum:N2I0MzczNGVmOGNmYWNiNzY1Njk1MTM1YmI2MTJhMzY= 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:76e007d5-6af2-44ca-a106-33a8767df77b 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:1f888716-b672-4f54-8677-e59f97aa83c2 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:1f888716-b672-4f54-8677-e59f97aa83c2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-06T15:30:38.030Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92821931-610f-45bb-84ed-7be70c390e23 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:30:38.058Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:30:38.059Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-06T15:30:38.059Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-06T15:30:38.059Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8fe3a296-2967-4047-866f-d6c1df4cbeb9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-06T15:30:38.059Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:30:38.059Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-06T15:30:38.193Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:30:38.198Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 8fe3a296-2967-4047-866f-d6c1df4cbeb9 73665 2022-05-06T15:30:38.198Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-06T15:30:38.198Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-06T15:30:38.198Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:30:38.198Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:38.200Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:38.201Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851038198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:30:38.301Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:38.302Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:38.302Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:38.313Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:38.313Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:39.201Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:30:39.202Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-06T15:30:39.202Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8fe3a296-2967-4047-866f-d6c1df4cbeb9, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-06T15:30:39.202Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-05-06T15:30:39.203Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-06T15:30:39.203Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-06T15:30:39.289Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8973109045137454096/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-06T15:30:40.232Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-06T15:30:40.233Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-06T15:30:40.233Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-06T15:30:40.233Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-06T15:30:40.233Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-06T15:30:40.233Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|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-Basicclamp-csar.csar 2022-05-06T15:30:40.233Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|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-Basicclamp-csar.csar 2022-05-06T15:30:40.233Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|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-Basicclamp-csar.csar 2022-05-06T15:30:40.233Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|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-Basicclamp-csar.csar 2022-05-06T15:30:40.234Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|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-Basicclamp-csar.csar 2022-05-06T15:30:40.234Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|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-Basicclamp-csar.csar 2022-05-06T15:30:40.234Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|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-Basicclamp-csar.csar 2022-05-06T15:30:40.234Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|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-Basicclamp-csar.csar 2022-05-06T15:30:40.234Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-06T15:30:40.234Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.234Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:40.234Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-06T15:30:40.235Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-06T15:30:40.235Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:30:40.235Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.235Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:40.235Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-06T15:30:40.235Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-06T15:30:40.235Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:30:40.236Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.236Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:40.236Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.236Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-06T15:30:40.236Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-06T15:30:40.236Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-06T15:30:40.236Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-06T15:30:40.237Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-06T15:30:40.237Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-06T15:30:40.237Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.237Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T15:30:40.237Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.237Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-06T15:30:40.237Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:30:40.238Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.238Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-06T15:30:40.238Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:30:40.238Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.238Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-06T15:30:40.238Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:30:40.238Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.238Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-06T15:30:40.238Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-06T15:30:40.239Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-06T15:30:40.239Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=826d7fdd-a891-4e65-a6a8-2af293507dcc 2022-05-06T15:30:40.239Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.239Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:40.239Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.239Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:40.239Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.239Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:40.239Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:40.239Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:40.239Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:92821931-610f-45bb-84ed-7be70c390e23 Model Version:NULL Model InvariantUuid:c1e04b28-b879-4749-a1f4-ad9dee1e6ac1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:af46c294-ddae-49a6-9726-3ca7ea583258 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:56078606-02cc-4937-bf0e-114d330c7c84 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:17b97f2b-3d90-4e46-80be-594202c0d052 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4694b486-d738-46ff-be1a-d7aba2a1266b ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:04293882-a27c-4efb-a664-4dfd89137912 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:826d7fdd-a891-4e65-a6a8-2af293507dcc ModelInvariantUuid:e6b7aa78-6b2c-4dac-90d0-fe772e81971c ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:959eeb5a-f1ee-4987-b233-a38a6493fcfd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2954960e-e0fa-4acc-988d-ff9c8fa4bc66 ModelInvariantUuid:36a32cc0-ccfc-4e2c-847b-9afdfde94eef ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:d815e68e-9bc8-455f-8de3-1cb853460b28 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-06T15:30:40.246Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 41c33ce0-24a7-40d4-b461-6f51f44b01b9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:30:40.249Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||basicclamp 0 2022-05-06T15:30:40.249Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 41c33ce0-24a7-40d4-b461-6f51f44b01b9 2022-05-06T15:30:40.249Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a85f452e-9b24-4872-aa7f-06d9a3f80903 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-06T15:30:40.249Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:30:40.250Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-06T15:30:40.555Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:30:40.555Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a85f452e-9b24-4872-aa7f-06d9a3f80903 790 2022-05-06T15:30:40.555Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-06T15:30:40.556Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-06T15:30:40.556Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:30:40.556Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:40.558Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:40.558Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851040555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:30:40.658Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:40.659Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:40.659Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:40.670Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:40.670Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:41.558Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4694b486-d738-46ff-be1a-d7aba2a1266b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04293882-a27c-4efb-a664-4dfd89137912", "vfModuleModelCustomizationUUID": "291ee165-a03b-47cf-8246-3d2058bdf2f7", "isBase": true, "artifacts": [ "76e007d5-6af2-44ca-a106-33a8767df77b", "1f888716-b672-4f54-8677-e59f97aa83c2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T15:30:41.561Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04293882-a27c-4efb-a664-4dfd89137912 VfModuleModelInvariantUUID:4694b486-d738-46ff-be1a-d7aba2a1266b VfModuleModelDescription:NULL Artifacts UUID List:{ 76e007d5-6af2-44ca-a106-33a8767df77b , 1f888716-b672-4f54-8677-e59f97aa83c2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-06T15:30:41.563Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4694b486-d738-46ff-be1a-d7aba2a1266b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04293882-a27c-4efb-a664-4dfd89137912", "vfModuleModelCustomizationUUID": "291ee165-a03b-47cf-8246-3d2058bdf2f7", "isBase": true, "artifacts": [ "76e007d5-6af2-44ca-a106-33a8767df77b", "1f888716-b672-4f54-8677-e59f97aa83c2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T15:30:41.563Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04293882-a27c-4efb-a664-4dfd89137912 VfModuleModelInvariantUUID:4694b486-d738-46ff-be1a-d7aba2a1266b VfModuleModelDescription:NULL Artifacts UUID List:{ 76e007d5-6af2-44ca-a106-33a8767df77b , 1f888716-b672-4f54-8677-e59f97aa83c2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-06T15:30:41.563Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 76e007d5-6af2-44ca-a106-33a8767df77b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-06T15:30:41.563Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:30:41.563Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-06T15:30:41.861Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:30:41.862Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 76e007d5-6af2-44ca-a106-33a8767df77b 5033 2022-05-06T15:30:41.862Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-06T15:30:41.862Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-06T15:30:41.862Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:30:41.863Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:41.865Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:41.865Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851041862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:30:41.965Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:41.966Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:41.966Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:41.977Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:41.977Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:42.865Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1f888716-b672-4f54-8677-e59f97aa83c2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-06T15:30:42.866Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:30:42.867Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-06T15:30:43.064Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:30:43.064Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 1f888716-b672-4f54-8677-e59f97aa83c2 909 2022-05-06T15:30:43.065Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-06T15:30:43.065Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-06T15:30:43.065Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:30:43.065Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:43.067Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:43.067Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851043064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:30:43.167Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:43.168Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:43.168Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:43.185Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:43.186Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:44.068Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 92821931-610f-45bb-84ed-7be70c390e23 2022-05-06T15:30:44.068Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 41c33ce0-24a7-40d4-b461-6f51f44b01b9 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:30:44.079Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45a3b5bd, org.onap.sdc.toscaparser.api.parameters.Input@3d0bd73, org.onap.sdc.toscaparser.api.parameters.Input@7dc28ddf, org.onap.sdc.toscaparser.api.parameters.Input@2a2cffe, org.onap.sdc.toscaparser.api.parameters.Input@5a748c4a] 2022-05-06T15:30:44.080Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.080Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:44.080Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-05-06T15:30:44.080Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 17b97f2b-3d90-4e46-80be-594202c0d052 2022-05-06T15:30:44.080Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 17b97f2b-3d90-4e46-80be-594202c0d052 matches Tosca VF Customization UUID: 17b97f2b-3d90-4e46-80be-594202c0d052 2022-05-06T15:30:44.080Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 17b97f2b-3d90-4e46-80be-594202c0d052 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-06T15:30:44.082Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.082Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:44.083Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 17b97f2b-3d90-4e46-80be-594202c0d052: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-06T15:30:44.083Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2145bf11 2022-05-06T15:30:44.083Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.084Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T15:30:44.084Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 291ee165-a03b-47cf-8246-3d2058bdf2f7 2022-05-06T15:30:44.084Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 291ee165-a03b-47cf-8246-3d2058bdf2f7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-06T15:30:44.086Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.086Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-06T15:30:44.086Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:30:44.086Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.087Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-06T15:30:44.087Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:30:44.087Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.087Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-06T15:30:44.087Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-06T15:30:44.087Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-06T15:30:44.087Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=826d7fdd-a891-4e65-a6a8-2af293507dcc Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-06T15:30:44.089Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.089Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-06T15:30:44.089Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:30:44.089Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.089Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-06T15:30:44.090Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=17b97f2b-3d90-4e46-80be-594202c0d052 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:30:44.091Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.091Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:44.091Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 92821931-610f-45bb-84ed-7be70c390e23: basicclamp 2022-05-06T15:30:44.091Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.092Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:44.092Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.092Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:44.092Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.092Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:44.092Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.092Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:44.092Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:30:44.093Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:30:44.093Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:30:44.184Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 41c33ce0-24a7-40d4-b461-6f51f44b01b9 1 ASDC deployResourceStructure 2022-05-06T15:30:44.185Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-06T15:30:44.185Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-06T15:30:44.185Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:30:44.185Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:44.187Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:44.187Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851044185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:30:44.287Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:44.288Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:44.288Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:44.299Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:44.299Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:45.188Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-06T15:30:45.188Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-06T15:30:45.188Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:30:45.188Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:45.190Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:45.190Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851045188, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:30:45.291Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:30:45.291Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:45.291Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:45.303Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:45.303Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:46.191Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-06T15:30:46.191Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-06T15:30:46.192Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:30:46.192Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:46.194Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:46.194Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851046191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-06T15:30:46.294Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:46.295Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:46.295Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:46.305Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:46.305Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:47.195Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-06T15:30:47.196Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-06T15:30:47.196Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:30:47.196Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:30:47.198Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:30:47.198Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851047195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:30:47.298Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:30:47.299Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:30:47.299Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:30:47.309Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:30:47.309Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:30:48.198Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c1a9849-1b93-435d-a413-b77c7ab4829d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:30:48.207Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c1a9849-1b93-435d-a413-b77c7ab4829d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:30:48.210Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:30:48.210Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-06T15:30:48.210Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-06T15:30:48.210Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-06T15:30:48.210Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:30:48.211Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:30:48.211Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:30:48.211Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:30:48.211Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:30:48.211Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:30:48.216Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-06T15:31:18.216Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c1a9849-1b93-435d-a413-b77c7ab4829d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-06T15:31:18.221Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c1a9849-1b93-435d-a413-b77c7ab4829d and serviceModelVersionId: 92821931-610f-45bb-84ed-7be70c390e23 2022-05-06T15:31:18.221Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1e04b28-b879-4749-a1f4-ad9dee1e6ac1 2022-05-06T15:31:18.221Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1e04b28-b879-4749-a1f4-ad9dee1e6ac1/model-vers/model-ver/92821931-610f-45bb-84ed-7be70c390e23?depth=0 2022-05-06T15:31:18.225Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-06T15:31:18.256Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e04b28-b879-4749-a1f4-ad9dee1e6ac1/model-vers/model-ver/92821931-610f-45bb-84ed-7be70c390e23?depth=0|INFO|500||Invoke 2022-05-06T15:31:18.256Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e04b28-b879-4749-a1f4-ad9dee1e6ac1/model-vers/model-ver/92821931-610f-45bb-84ed-7be70c390e23?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e04b28-b879-4749-a1f4-ad9dee1e6ac1/model-vers/model-ver/92821931-610f-45bb-84ed-7be70c390e23?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c1a9849-1b93-435d-a413-b77c7ab4829d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c4b5df1-e2c3-404f-bada-a74a0f73e100], X-ECOMP-RequestID=[6c1a9849-1b93-435d-a413-b77c7ab4829d], X-TransactionId=[], X-ONAP-RequestID=[6c1a9849-1b93-435d-a413-b77c7ab4829d], Content-Type=[application/merge-patch+json]} 2022-05-06T15:31:18.279Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e04b28-b879-4749-a1f4-ad9dee1e6ac1/model-vers/model-ver/92821931-610f-45bb-84ed-7be70c390e23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-06T15:31:18.392Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e04b28-b879-4749-a1f4-ad9dee1e6ac1/model-vers/model-ver/92821931-610f-45bb-84ed-7be70c390e23?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/c1e04b28-b879-4749-a1f4-ad9dee1e6ac1/model-vers/model-ver/92821931-610f-45bb-84ed-7be70c390e23?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220506-15:31:18:287-1478], vertex-id=[217200], Content-Length=[0], Date=[Fri, 06 May 2022 15:31:18 GMT], Content-Type=[application/json]} 2022-05-06T15:31:18.392Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e04b28-b879-4749-a1f4-ad9dee1e6ac1/model-vers/model-ver/92821931-610f-45bb-84ed-7be70c390e23?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-06T15:31:18.393Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e04b28-b879-4749-a1f4-ad9dee1e6ac1/model-vers/model-ver/92821931-610f-45bb-84ed-7be70c390e23?depth=0|INFO|500||InvokeReturn 2022-05-06T15:31:18.394Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-06T15:31:18.394Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:31:18.398Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-06T15:31:18.398Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c1a9849-1b93-435d-a413-b77c7ab4829d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-06T15:31:18.399Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-06T15:31:18.399Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:18.400Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:18.401Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851078399, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:31:18.501Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:18.502Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:18.502Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:18.515Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:18.515Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:31:19.412Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-06T15:31:19.412Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"13368ffd-8b1e-4ce7-83e4-8523ea313ac9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"dc636423-6dd5-4f8e-a75c-4ac72e6a28d5","serviceDescription":"service","serviceInvariantUUID":"124c72b1-4b96-4fcf-a5e1-bcb64cb8fd65","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"42cb9e9e-1989-4cdb-a089-0ad51e6efb5f","resourceInvariantUUID":"dea6c931-026b-4176-ad40-66a498aa22b1","resourceCustomizationUUID":"00662a58-dc87-440e-afce-906ba2297516","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":"YWRmNGE1NjBhMzlkZTlhMTQ0ZDBmYjE5ZmIyZGQzMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e1741188-78a6-4ffd-acce-ebeb49c146df","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":"Y2E3YmNjNWZiN2NjZWZmMDcxNDlmNDYwMzlhMWIwNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1267f390-f27d-4c81-96d5-98f74d1e8c87","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":"d0e253ea-2064-4896-9c87-9927ab510d58","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":"466b757d-a830-450f-a909-75b4889c3c87","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":"f347eb3a-927b-4aab-a858-9b2a51798c67","artifactVersion":"2","generatedFromUUID":"d0e253ea-2064-4896-9c87-9927ab510d58"},{"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":"YmVlYmY2ZThjNmMxZGU0M2MxYWE0NmQ4MTY2NzEyNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3c7fcd31-0c0a-49cf-b4b1-442b972a3aca","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":"MjZhZWI3YzM2ZjZhMTA2Njg1ZDRmNmVmZjc0MGQxMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"19eb79f7-e85d-4318-b4f6-94093056e169","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzFhZDIwMDEzYTc1MmE0ZTA4ZmUzNDMyMjhlOTRiMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6eda1df0-14c9-469e-9f12-6d7f56b93e5d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-06T15:31:19.413Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:31:19.413Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:19.415Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:19.415Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:31:19.515Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:19.516Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:19.516Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:19.527Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:19.528Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:20.416Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:31:20.417Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:20.419Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:20.419Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:31:20.519Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:20.520Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:20.520Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:20.531Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:20.531Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:21.419Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:31:21.420Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:21.422Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:21.422Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-06T15:31:21.522Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:21.523Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:21.523Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:21.533Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:21.534Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:22.422Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:31:22.423Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:22.425Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:22.425Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:31:22.525Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:22.527Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:22.527Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:22.538Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:22.538Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:23.425Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:31:23.426Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:23.429Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:23.429Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-06T15:31:23.529Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:23.530Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:23.530Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:23.540Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:23.540Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:24.429Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:31:24.430Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:24.431Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:24.431Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:31:24.532Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:31:24.532Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:24.532Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:24.542Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:24.543Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:25.432Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:31:25.433Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:25.434Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:25.434Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:31:25.534Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:25.535Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:25.535Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:25.546Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:25.546Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:26.435Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:31:26.436Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:26.437Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:26.438Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:31:26.538Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:26.539Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:26.539Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:26.550Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:26.551Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:27.439Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "dc636423-6dd5-4f8e-a75c-4ac72e6a28d5", "serviceDescription": "service", "serviceInvariantUUID": "124c72b1-4b96-4fcf-a5e1-bcb64cb8fd65", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "00662a58-dc87-440e-afce-906ba2297516", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "42cb9e9e-1989-4cdb-a089-0ad51e6efb5f", "resourceInvariantUUID": "dea6c931-026b-4176-ad40-66a498aa22b1", "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": "Y2E3YmNjNWZiN2NjZWZmMDcxNDlmNDYwMzlhMWIwNzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1267f390-f27d-4c81-96d5-98f74d1e8c87", "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": "d0e253ea-2064-4896-9c87-9927ab510d58", "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": "f347eb3a-927b-4aab-a858-9b2a51798c67", "generatedFromUUID": "d0e253ea-2064-4896-9c87-9927ab510d58" }, "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": "f347eb3a-927b-4aab-a858-9b2a51798c67", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MzFhZDIwMDEzYTc1MmE0ZTA4ZmUzNDMyMjhlOTRiMmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6eda1df0-14c9-469e-9f12-6d7f56b93e5d" } ], "workloadContext": "Production" } 2022-05-06T15:31:27.439Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-06T15:31:27.439Z|6c1a9849-1b93-435d-a413-b77c7ab4829d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dc636423-6dd5-4f8e-a75c-4ac72e6a28d5 ASDC 2022-05-06T15:31:27.439Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:13368ffd-8b1e-4ce7-83e4-8523ea313ac9 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:dc636423-6dd5-4f8e-a75c-4ac72e6a28d5 ServiceInvariantUUID:124c72b1-4b96-4fcf-a5e1-bcb64cb8fd65 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:6eda1df0-14c9-469e-9f12-6d7f56b93e5d ArtifactChecksum:MzFhZDIwMDEzYTc1MmE0ZTA4ZmUzNDMyMjhlOTRiMmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:00662a58-dc87-440e-afce-906ba2297516 ResourceInvariantUUID:dea6c931-026b-4176-ad40-66a498aa22b1 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:42cb9e9e-1989-4cdb-a089-0ad51e6efb5f 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:1267f390-f27d-4c81-96d5-98f74d1e8c87 ArtifactChecksum:Y2E3YmNjNWZiN2NjZWZmMDcxNDlmNDYwMzlhMWIwNzE= 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:d0e253ea-2064-4896-9c87-9927ab510d58 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:f347eb3a-927b-4aab-a858-9b2a51798c67 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:f347eb3a-927b-4aab-a858-9b2a51798c67 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-06T15:31:27.439Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc636423-6dd5-4f8e-a75c-4ac72e6a28d5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:31:27.472Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:31:27.472Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-06T15:31:27.472Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-06T15:31:27.472Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6eda1df0-14c9-469e-9f12-6d7f56b93e5d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-06T15:31:27.472Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:31:27.472Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-06T15:31:27.536Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:31:27.540Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6eda1df0-14c9-469e-9f12-6d7f56b93e5d 78795 2022-05-06T15:31:27.540Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-06T15:31:27.540Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-06T15:31:27.540Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:31:27.540Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:27.542Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:27.542Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851087540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:31:27.642Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:27.643Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:27.643Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:27.653Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:27.653Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:28.542Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:31:28.544Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-06T15:31:28.544Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6eda1df0-14c9-469e-9f12-6d7f56b93e5d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-06T15:31:28.545Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-06T15:31:28.546Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-06T15:31:28.546Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-06T15:31:28.674Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12075850998841727996/Definitions/service-BasicVmMacro-template.yml 2022-05-06T15:31:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:31:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:31:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:29.387Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:29.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:31:29.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "aai-ml", "timestamp": 1651851025758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:31:29.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-06T15:31:29.519Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-06T15:31:29.519Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|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-BasicVmMacro-csar.csar 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|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-BasicVmMacro-csar.csar 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|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-BasicVmMacro-csar.csar 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|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-BasicVmMacro-csar.csar 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|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-BasicVmMacro-csar.csar 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-06T15:31:29.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.521Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:29.521Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-06T15:31:29.521Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-06T15:31:29.521Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:31:29.521Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.521Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:29.521Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-06T15:31:29.521Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-06T15:31:29.521Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:31:29.522Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.522Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:29.522Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.522Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-06T15:31:29.522Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-06T15:31:29.522Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-06T15:31:29.522Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-06T15:31:29.522Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-06T15:31:29.522Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-06T15:31:29.522Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.522Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T15:31:29.522Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.523Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-06T15:31:29.523Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:31:29.523Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.523Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-06T15:31:29.523Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:31:29.523Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.523Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-06T15:31:29.523Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:31:29.523Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.523Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-06T15:31:29.524Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-06T15:31:29.524Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-06T15:31:29.524Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f364aa5e-5b38-4d68-8bc4-6ead4b80d1ac 2022-05-06T15:31:29.524Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.524Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:29.524Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.524Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:29.524Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.524Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:29.524Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:29.524Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:29.524Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:dc636423-6dd5-4f8e-a75c-4ac72e6a28d5 Model Version:NULL Model InvariantUuid:124c72b1-4b96-4fcf-a5e1-bcb64cb8fd65 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:9e2ccff2-1050-439e-afdc-b0fb78bb8602 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:dea6c931-026b-4176-ad40-66a498aa22b1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:00662a58-dc87-440e-afce-906ba2297516 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8e1b3f90-73e5-4944-9b1b-8ccf8f84aa60 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:42f99c08-fe64-4963-a427-42988f7a043c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f364aa5e-5b38-4d68-8bc4-6ead4b80d1ac ModelInvariantUuid:75e3af3a-d4d3-4ff4-8546-620d4006c49f ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:6612ba65-afa6-4ad4-b54c-235f91377632 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ced5747d-07d7-4d8f-9b69-ed6cc49e18f5 ModelInvariantUuid:868d3bef-9672-484c-a306-b05e48b12e81 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:b45a85c4-951d-4582-bd1f-b4df8d228f86 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-06T15:31:29.533Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 42cb9e9e-1989-4cdb-a089-0ad51e6efb5f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:31:29.535Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-05-06T15:31:29.535Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 42cb9e9e-1989-4cdb-a089-0ad51e6efb5f 2022-05-06T15:31:29.535Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1267f390-f27d-4c81-96d5-98f74d1e8c87 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-06T15:31:29.535Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:31:29.535Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-06T15:31:29.699Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:31:29.700Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1267f390-f27d-4c81-96d5-98f74d1e8c87 792 2022-05-06T15:31:29.700Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-06T15:31:29.700Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-06T15:31:29.700Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:31:29.700Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:29.703Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:29.703Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851089700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:31:29.803Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:29.804Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:29.804Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:29.815Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:29.815Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:30.703Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8e1b3f90-73e5-4944-9b1b-8ccf8f84aa60", "vfModuleModelVersion": "1", "vfModuleModelUUID": "42f99c08-fe64-4963-a427-42988f7a043c", "vfModuleModelCustomizationUUID": "97341d05-42ad-4003-af55-88bacbc3b22c", "isBase": true, "artifacts": [ "d0e253ea-2064-4896-9c87-9927ab510d58", "f347eb3a-927b-4aab-a858-9b2a51798c67" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T15:31:30.707Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:42f99c08-fe64-4963-a427-42988f7a043c VfModuleModelInvariantUUID:8e1b3f90-73e5-4944-9b1b-8ccf8f84aa60 VfModuleModelDescription:NULL Artifacts UUID List:{ d0e253ea-2064-4896-9c87-9927ab510d58 , f347eb3a-927b-4aab-a858-9b2a51798c67 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-06T15:31:30.708Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8e1b3f90-73e5-4944-9b1b-8ccf8f84aa60", "vfModuleModelVersion": "1", "vfModuleModelUUID": "42f99c08-fe64-4963-a427-42988f7a043c", "vfModuleModelCustomizationUUID": "97341d05-42ad-4003-af55-88bacbc3b22c", "isBase": true, "artifacts": [ "d0e253ea-2064-4896-9c87-9927ab510d58", "f347eb3a-927b-4aab-a858-9b2a51798c67" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T15:31:30.709Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:42f99c08-fe64-4963-a427-42988f7a043c VfModuleModelInvariantUUID:8e1b3f90-73e5-4944-9b1b-8ccf8f84aa60 VfModuleModelDescription:NULL Artifacts UUID List:{ d0e253ea-2064-4896-9c87-9927ab510d58 , f347eb3a-927b-4aab-a858-9b2a51798c67 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-06T15:31:30.709Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d0e253ea-2064-4896-9c87-9927ab510d58 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-06T15:31:30.709Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:31:30.709Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-06T15:31:30.985Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:31:30.985Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d0e253ea-2064-4896-9c87-9927ab510d58 5033 2022-05-06T15:31:30.985Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-06T15:31:30.986Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-06T15:31:30.986Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:31:30.986Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:30.988Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:30.988Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851090985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:31:31.088Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:31.089Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:31.089Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:31.100Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:31.100Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:31.989Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f347eb3a-927b-4aab-a858-9b2a51798c67 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-06T15:31:31.990Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:31:31.990Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-06T15:31:32.283Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:31:32.284Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f347eb3a-927b-4aab-a858-9b2a51798c67 903 2022-05-06T15:31:32.284Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-06T15:31:32.284Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-06T15:31:32.284Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:31:32.284Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:32.287Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:32.287Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851092284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:31:32.387Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:32.388Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:32.388Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:32.398Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:32.399Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:31:33.288Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: dc636423-6dd5-4f8e-a75c-4ac72e6a28d5 2022-05-06T15:31:33.288Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 42cb9e9e-1989-4cdb-a089-0ad51e6efb5f ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:31:33.301Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25c7025c, org.onap.sdc.toscaparser.api.parameters.Input@4876b9b4, org.onap.sdc.toscaparser.api.parameters.Input@77140b7, org.onap.sdc.toscaparser.api.parameters.Input@29926a2f, org.onap.sdc.toscaparser.api.parameters.Input@345a48a3] 2022-05-06T15:31:33.302Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.303Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:33.303Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-05-06T15:31:33.303Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 00662a58-dc87-440e-afce-906ba2297516 2022-05-06T15:31:33.303Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 00662a58-dc87-440e-afce-906ba2297516 matches Tosca VF Customization UUID: 00662a58-dc87-440e-afce-906ba2297516 2022-05-06T15:31:33.303Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 00662a58-dc87-440e-afce-906ba2297516 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-06T15:31:33.305Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.305Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:33.305Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 00662a58-dc87-440e-afce-906ba2297516: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-05-06T15:31:33.306Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e1cb048 2022-05-06T15:31:33.306Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.306Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T15:31:33.306Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 97341d05-42ad-4003-af55-88bacbc3b22c 2022-05-06T15:31:33.306Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 97341d05-42ad-4003-af55-88bacbc3b22c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-06T15:31:33.308Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.308Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-06T15:31:33.308Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:31:33.309Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.309Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-06T15:31:33.309Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:31:33.309Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.309Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-06T15:31:33.309Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-06T15:31:33.309Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-06T15:31:33.309Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f364aa5e-5b38-4d68-8bc4-6ead4b80d1ac Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-06T15:31:33.311Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.311Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-06T15:31:33.311Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:31:33.311Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.311Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-06T15:31:33.311Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=00662a58-dc87-440e-afce-906ba2297516 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:31:33.313Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.313Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:33.313Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid dc636423-6dd5-4f8e-a75c-4ac72e6a28d5: basic_vm_macro 2022-05-06T15:31:33.314Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.314Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:33.314Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.314Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:33.314Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.314Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:33.314Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.315Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:33.315Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:31:33.315Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:31:33.315Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:31:33.399Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 42cb9e9e-1989-4cdb-a089-0ad51e6efb5f 1 ASDC deployResourceStructure 2022-05-06T15:31:33.399Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-06T15:31:33.399Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-06T15:31:33.399Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:31:33.400Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:33.401Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:33.401Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851093399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:31:33.502Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:31:33.502Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:33.503Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:33.513Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:33.513Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:34.402Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-06T15:31:34.403Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-06T15:31:34.403Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:31:34.403Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:34.405Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:34.405Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851094402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:31:34.506Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:34.507Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:34.507Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:34.517Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:34.518Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:35.406Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-06T15:31:35.406Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-06T15:31:35.406Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:31:35.407Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:35.409Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:35.409Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851095406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-06T15:31:35.509Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:35.510Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:35.510Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:35.521Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:35.522Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:36.410Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-06T15:31:36.410Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-06T15:31:36.411Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:31:36.411Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:31:36.413Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:31:36.413Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851096410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:31:36.514Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:31:36.514Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:31:36.515Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:31:36.525Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:31:36.525Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:31:37.414Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:31:37.424Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:31:37.426Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:31:37.426Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:31:37.426Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:32:07.426Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:32:07.437Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:32:07.439Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:32:07.439Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:32:07.439Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:32:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:32:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:32:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:32:29.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:32:29.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:32:29.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "cds", "timestamp": 1651851029608, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:32:29.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:32:37.439Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:32:37.449Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:32:37.451Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:32:37.451Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:32:37.452Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:33:07.452Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:33:07.461Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:33:07.462Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:33:07.462Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-06T15:33:07.462Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-06T15:33:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:33:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:33:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:33:29.393Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:33:29.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "aai-ml", "timestamp": 1651851025758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "aai-ml", "timestamp": 1651851025758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851031178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "cds", "timestamp": 1651851031842, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:33:29.410Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 2022-05-06T15:33:29.410Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:33:29.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:33:29.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "policy-id", "timestamp": 1651851031556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "aai-ml", "timestamp": 1651851025758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851031178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "policy-id", "timestamp": 1651851031556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "aai-ml", "timestamp": 1651851025758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851033107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851031178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "policy-id", "timestamp": 1651851031556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "aai-ml", "timestamp": 1651851034694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851033107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851031178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "policy-id", "timestamp": 1651851031556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851033107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851031178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "policy-id", "timestamp": 1651851031556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851033107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851031178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "policy-id", "timestamp": 1651851031556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851033107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851031178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851038198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "policy-id", "timestamp": 1651851031556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851033107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851031178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "policy-id", "timestamp": 1651851031556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851033107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "aai-ml", "timestamp": 1651851039957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851039958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "policy-id", "timestamp": 1651851040300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851040555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851033107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "aai-ml", "timestamp": 1651851040960, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:33:29.427Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 2022-05-06T15:33:29.427Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:33:29.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851041262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.432Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "policy-id", "timestamp": 1651851041304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851041862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851042079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "policy-id", "timestamp": 1651851042306, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:33:29.436Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 2022-05-06T15:33:29.437Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:33:29.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851042472, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851043064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851043497, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:33:29.447Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 2022-05-06T15:33:29.447Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-06T15:33:29.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851043658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851044185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851044213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "multicloud-k8s-id", "timestamp": 1651851044500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851044660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "ves-openapi-manager", "timestamp": 1651851035671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "cds", "timestamp": 1651851035694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851045188, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851045217, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:33:29.457Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 2022-05-06T15:33:29.457Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:33:29.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "ves-openapi-manager", "timestamp": 1651851035671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "cds", "timestamp": 1651851035694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851046191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.464Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "ves-openapi-manager", "timestamp": 1651851035671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "cds", "timestamp": 1651851035694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851047195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851047880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "ves-openapi-manager", "timestamp": 1651851035671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "cds", "timestamp": 1651851035694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851048883, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "ves-openapi-manager", "timestamp": 1651851035671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "cds", "timestamp": 1651851035694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "clamp", "timestamp": 1651851049886, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:33:29.471Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 6c1a9849-1b93-435d-a413-b77c7ab4829d 2022-05-06T15:33:29.471Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c1a9849-1b93-435d-a413-b77c7ab4829d and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:33:29.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "ves-openapi-manager", "timestamp": 1651851035671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "cds", "timestamp": 1651851035694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "ves-openapi-manager", "timestamp": 1651851035671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "cds", "timestamp": 1651851035694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851051178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:33:29.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "ves-openapi-manager", "timestamp": 1651851035671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "cds", "timestamp": 1651851035694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851051555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851051178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "ves-openapi-manager", "timestamp": 1651851035671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "cds", "timestamp": 1651851035694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851051555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851051178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "ves-openapi-manager", "timestamp": 1651851035671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "cds", "timestamp": 1651851035694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851051555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851051178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "cds", "timestamp": 1651851055136, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851051555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851051178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851051555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851055758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "cds", "timestamp": 1651851056378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:33:29.494Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13c08f30-44e5-4be9-a161-d2c049b80a67 2022-05-06T15:33:29.494Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13c08f30-44e5-4be9-a161-d2c049b80a67 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:33:29.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851051178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-06T15:33:29.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851051555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851055758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851051178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-06T15:33:29.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "clamp", "timestamp": 1651851023440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851051555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851055758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851051178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851051555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851055758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851051178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851051555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851055758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851051178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851051555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851055758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851062094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851055758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851062505, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851063390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.506Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851055758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851063509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.506Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851063108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851055758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "policy-id", "timestamp": 1651851064511, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:33:29.511Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13c08f30-44e5-4be9-a161-d2c049b80a67 2022-05-06T15:33:29.511Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13c08f30-44e5-4be9-a161-d2c049b80a67 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:33:29.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851064689, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851063108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851055758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851063108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851066091, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "clamp", "timestamp": 1651851066662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851066690, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851063108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851067178, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:33:29.522Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13c08f30-44e5-4be9-a161-d2c049b80a67 2022-05-06T15:33:29.522Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13c08f30-44e5-4be9-a161-d2c049b80a67 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-06T15:33:29.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851063108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "multicloud-k8s-id", "timestamp": 1651851068182, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851063108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "clamp", "timestamp": 1651851069666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851063108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "clamp", "timestamp": 1651851070669, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:33:29.532Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 2022-05-06T15:33:29.532Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:33:29.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851063108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851063108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851071673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851063108, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851071673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851073968, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851071673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851074959, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851071673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "aai-ml", "timestamp": 1651851075961, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:33:29.546Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13c08f30-44e5-4be9-a161-d2c049b80a67 2022-05-06T15:33:29.546Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13c08f30-44e5-4be9-a161-d2c049b80a67 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:33:29.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851076031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:33:29.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851071673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651851077035, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:33:29.558Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13c08f30-44e5-4be9-a161-d2c049b80a67 2022-05-06T15:33:29.558Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13c08f30-44e5-4be9-a161-d2c049b80a67 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:33:29.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851071673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851071673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c1a9849-1b93-435d-a413-b77c7ab4829d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851078399, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:33:29.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851071673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851071673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851071673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851029371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851087540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:29.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:33:29.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851087665, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:33:29.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:33:37.462Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:33:37.472Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:33:37.474Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:33:37.474Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-06T15:33:37.474Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-06T15:33:37.475Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-06T15:33:37.475Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:33:37.475Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:33:37.475Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:33:37.475Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:33:37.475Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:33:37.475Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:33:37.475Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:33:37.479Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-06T15:34:07.479Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-06T15:34:07.486Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 and serviceModelVersionId: dc636423-6dd5-4f8e-a75c-4ac72e6a28d5 2022-05-06T15:34:07.486Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 124c72b1-4b96-4fcf-a5e1-bcb64cb8fd65 2022-05-06T15:34:07.487Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/124c72b1-4b96-4fcf-a5e1-bcb64cb8fd65/model-vers/model-ver/dc636423-6dd5-4f8e-a75c-4ac72e6a28d5?depth=0 2022-05-06T15:34:07.492Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-06T15:34:07.519Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/124c72b1-4b96-4fcf-a5e1-bcb64cb8fd65/model-vers/model-ver/dc636423-6dd5-4f8e-a75c-4ac72e6a28d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-06T15:34:07.520Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/124c72b1-4b96-4fcf-a5e1-bcb64cb8fd65/model-vers/model-ver/dc636423-6dd5-4f8e-a75c-4ac72e6a28d5?depth=0|INFO|500||Invoke 2022-05-06T15:34:07.539Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/124c72b1-4b96-4fcf-a5e1-bcb64cb8fd65/model-vers/model-ver/dc636423-6dd5-4f8e-a75c-4ac72e6a28d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-06T15:34:07.805Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/124c72b1-4b96-4fcf-a5e1-bcb64cb8fd65/model-vers/model-ver/dc636423-6dd5-4f8e-a75c-4ac72e6a28d5?depth=0|INFO|500||InvokeReturn 2022-05-06T15:34:07.805Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/124c72b1-4b96-4fcf-a5e1-bcb64cb8fd65/model-vers/model-ver/dc636423-6dd5-4f8e-a75c-4ac72e6a28d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220506-15:34:07:545-81813], vertex-id=[270536], Content-Length=[0], Date=[Fri, 06 May 2022 15:34:07 GMT], Content-Type=[application/json]} 2022-05-06T15:34:07.806Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-05-06T15:34:07.806Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-06T15:34:07.806Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:34:07.812Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-06T15:34:07.812Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13368ffd-8b1e-4ce7-83e4-8523ea313ac9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-06T15:34:07.813Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-06T15:34:07.813Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:07.815Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:07.815Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851247812, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:34:07.915Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:07.916Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:07.916Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:07.932Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:07.933Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:34:08.828Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:34:08.828Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:34:08.828Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:13.426Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:13.427Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-06T15:34:13.427Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"13c08f30-44e5-4be9-a161-d2c049b80a67","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"3900d211-d5cb-4e3a-b5e3-db8529b1d711","serviceDescription":"service","serviceInvariantUUID":"55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"277520bb-2401-4d68-a9b2-554b9b63a51c","resourceInvariantUUID":"97db029d-9253-46fd-b9fe-1cdb41c470ee","resourceCustomizationUUID":"8e81ce75-352b-401f-98ef-cf9d6322a3ae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NjE1OWVjNzg3Y2U4NzgwZGQxMDc5ODZmMzk0M2EzNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e838467-e876-4c2b-9ef3-14aa95cc0a09","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MzdkMDBjNWEyMDc0MzFiMDBhZWJhYzI0OWY2NGM2MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"213445ac-f59b-4d99-a455-39c643e9331e","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4761edf5-9f0d-44f6-b9d5-7f429fa869bc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1390ce92-a5d8-43aa-9b98-8f6889b9a843","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"66408ec0-a918-4624-9879-769df6f709be","artifactVersion":"2","generatedFromUUID":"5f4c40d9-d0f3-4bae-8bfa-dca31d6cbfbc"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bafb5f38-5518-48c4-a8b4-b9be0cdd6a38","artifactVersion":"2","generatedFromUUID":"4761edf5-9f0d-44f6-b9d5-7f429fa869bc"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5f4c40d9-d0f3-4bae-8bfa-dca31d6cbfbc","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c5405dec-4323-4499-a1de-1064752c4030","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NmM3NzY1NDg0MjgzMWMyNjBlY2Q5YjU5ZDZmYzE4MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfa17426-ff86-4948-9351-f9945a2a587f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTJmODQyMGUxYTUwMjZiZjI3ZWNkZGNiNzcyZWI0ZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9881ae37-4c23-4fda-b155-006264619270","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-06T15:34:13.430Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:34:13.430Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:13.432Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:13.432Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:34:13.532Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:13.533Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:13.533Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:13.544Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:13.545Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:14.433Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:34:14.433Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:14.436Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:14.436Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:34:14.537Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:34:14.537Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:14.538Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:14.550Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:14.551Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:15.437Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:34:15.438Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:15.440Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:15.440Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-06T15:34:15.540Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:15.541Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:15.541Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:15.552Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:15.552Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:16.441Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:34:16.441Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:16.443Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:16.444Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:34:16.544Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:16.544Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:16.545Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:16.556Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:16.557Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:17.444Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:34:17.445Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:17.447Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:17.447Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-06T15:34:17.547Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:17.548Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:17.548Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:17.557Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:17.557Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:18.448Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:34:18.448Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:18.450Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:18.450Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-06T15:34:18.550Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-06T15:34:18.551Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:18.552Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:18.562Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:18.563Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:19.451Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:34:19.452Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:19.454Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:19.454Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-06T15:34:19.554Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:19.555Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:19.555Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:19.567Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:19.568Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:20.454Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:34:20.455Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:20.457Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:20.457Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:34:20.557Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:20.558Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:20.558Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:20.568Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:20.568Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:21.457Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:34:21.458Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:21.460Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:21.460Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:34:21.561Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-06T15:34:21.561Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:21.562Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:21.574Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:21.574Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:34:22.461Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-06T15:34:22.462Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:22.464Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:22.464Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:34:22.565Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:34:22.565Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:22.565Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:22.577Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:22.577Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:23.465Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "3900d211-d5cb-4e3a-b5e3-db8529b1d711", "serviceDescription": "service", "serviceInvariantUUID": "55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "8e81ce75-352b-401f-98ef-cf9d6322a3ae", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "277520bb-2401-4d68-a9b2-554b9b63a51c", "resourceInvariantUUID": "97db029d-9253-46fd-b9fe-1cdb41c470ee", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "MzdkMDBjNWEyMDc0MzFiMDBhZWJhYzI0OWY2NGM2MWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "213445ac-f59b-4d99-a455-39c643e9331e", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4761edf5-9f0d-44f6-b9d5-7f429fa869bc", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bafb5f38-5518-48c4-a8b4-b9be0cdd6a38", "generatedFromUUID": "4761edf5-9f0d-44f6-b9d5-7f429fa869bc" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "66408ec0-a918-4624-9879-769df6f709be", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bafb5f38-5518-48c4-a8b4-b9be0cdd6a38", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5f4c40d9-d0f3-4bae-8bfa-dca31d6cbfbc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTJmODQyMGUxYTUwMjZiZjI3ZWNkZGNiNzcyZWI0ZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9881ae37-4c23-4fda-b155-006264619270" } ], "workloadContext": "Production" } 2022-05-06T15:34:23.466Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-06T15:34:23.466Z|13368ffd-8b1e-4ce7-83e4-8523ea313ac9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3900d211-d5cb-4e3a-b5e3-db8529b1d711 ASDC 2022-05-06T15:34:23.467Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:13c08f30-44e5-4be9-a161-d2c049b80a67 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:3900d211-d5cb-4e3a-b5e3-db8529b1d711 ServiceInvariantUUID:55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:9881ae37-4c23-4fda-b155-006264619270 ArtifactChecksum:YTJmODQyMGUxYTUwMjZiZjI3ZWNkZGNiNzcyZWI0ZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:8e81ce75-352b-401f-98ef-cf9d6322a3ae ResourceInvariantUUID:97db029d-9253-46fd-b9fe-1cdb41c470ee ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:277520bb-2401-4d68-a9b2-554b9b63a51c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:213445ac-f59b-4d99-a455-39c643e9331e ArtifactChecksum:MzdkMDBjNWEyMDc0MzFiMDBhZWJhYzI0OWY2NGM2MWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:4761edf5-9f0d-44f6-b9d5-7f429fa869bc ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:bafb5f38-5518-48c4-a8b4-b9be0cdd6a38 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:66408ec0-a918-4624-9879-769df6f709be ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:bafb5f38-5518-48c4-a8b4-b9be0cdd6a38 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:5f4c40d9-d0f3-4bae-8bfa-dca31d6cbfbc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-06T15:34:23.467Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3900d211-d5cb-4e3a-b5e3-db8529b1d711 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:34:23.498Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:34:23.499Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-06T15:34:23.499Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-06T15:34:23.499Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9881ae37-4c23-4fda-b155-006264619270 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-06T15:34:23.499Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:34:23.499Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-06T15:34:23.642Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:34:23.650Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9881ae37-4c23-4fda-b155-006264619270 158206 2022-05-06T15:34:23.650Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-06T15:34:23.650Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-06T15:34:23.651Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:34:23.651Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:23.652Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:23.652Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851263650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:34:23.752Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:23.753Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:23.753Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:23.762Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:23.762Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:24.652Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-06T15:34:24.653Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-06T15:34:24.654Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9881ae37-4c23-4fda-b155-006264619270, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-06T15:34:24.654Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-06T15:34:24.654Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-06T15:34:24.654Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-06T15:34:24.736Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5187145072400673602/Definitions/service-BasicCnfMacro-template.yml 2022-05-06T15:34:25.655Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-06T15:34:25.656Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-06T15:34:25.656Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-06T15:34:25.656Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-06T15:34:25.656Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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-BasicCnfMacro-csar.csar 2022-05-06T15:34:25.656Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-06T15:34:25.656Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-06T15:34:25.656Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_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-BasicCnfMacro-csar.csar 2022-05-06T15:34:25.656Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-06T15:34:25.656Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.656Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:25.656Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-06T15:34:25.656Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-06T15:34:25.657Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.658Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T15:34:25.658Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.658Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-06T15:34:25.658Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:34:25.658Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.658Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-06T15:34:25.658Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:34:25.658Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.658Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=994b6717-c743-40ec-807e-ee1bb9ac4fa7 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:25.659Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.660Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:25.660Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:25.660Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:25.660Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:3900d211-d5cb-4e3a-b5e3-db8529b1d711 Model Version:NULL Model InvariantUuid:55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:befb297f-d22d-4e53-9589-7f2f4a3be089 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:97db029d-9253-46fd-b9fe-1cdb41c470ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8e81ce75-352b-401f-98ef-cf9d6322a3ae NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:acd83439-ee1e-451a-845b-2980beb15925 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:2be57e5f-0e85-48b3-8846-d7b71fddc8e7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:6f8b5147-fbc2-4fe5-a29f-cf4cb8de8110 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:c1c182ab-c64f-466f-9d2b-e97dc7f1a353 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:994b6717-c743-40ec-807e-ee1bb9ac4fa7 ModelInvariantUuid:ab790540-7773-42b3-b4b9-d3b904c5a737 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:f94493b4-afeb-4fea-9506-9907f50b77bb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:0e367377-1b33-4924-b7b1-bd963902d0e1 ModelInvariantUuid:72899b50-ea52-48b9-8ad5-8f4d6bf6c7d6 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:fbea46fc-7203-4ad0-abf5-22754135024b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-06T15:34:25.667Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 277520bb-2401-4d68-a9b2-554b9b63a51c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:34:25.671Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2022-05-06T15:34:25.671Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 277520bb-2401-4d68-a9b2-554b9b63a51c 2022-05-06T15:34:25.671Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 213445ac-f59b-4d99-a455-39c643e9331e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-06T15:34:25.671Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:34:25.671Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-06T15:34:25.723Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:34:25.723Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 213445ac-f59b-4d99-a455-39c643e9331e 1565 2022-05-06T15:34:25.724Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-06T15:34:25.724Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-06T15:34:25.724Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:34:25.724Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:25.726Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:25.727Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851265724, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:34:25.827Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:25.827Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:25.827Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:25.836Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:25.837Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:26.727Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6f8b5147-fbc2-4fe5-a29f-cf4cb8de8110", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c1c182ab-c64f-466f-9d2b-e97dc7f1a353", "vfModuleModelCustomizationUUID": "69970216-6842-422c-b404-4f102da24971", "isBase": true, "artifacts": [ "4761edf5-9f0d-44f6-b9d5-7f429fa869bc", "bafb5f38-5518-48c4-a8b4-b9be0cdd6a38" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "acd83439-ee1e-451a-845b-2980beb15925", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2be57e5f-0e85-48b3-8846-d7b71fddc8e7", "vfModuleModelCustomizationUUID": "2b7230d4-e2a8-41d2-82fc-fb5b2b247343", "isBase": false, "artifacts": [ "5f4c40d9-d0f3-4bae-8bfa-dca31d6cbfbc" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T15:34:26.734Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c1c182ab-c64f-466f-9d2b-e97dc7f1a353 VfModuleModelInvariantUUID:6f8b5147-fbc2-4fe5-a29f-cf4cb8de8110 VfModuleModelDescription:NULL Artifacts UUID List:{ 4761edf5-9f0d-44f6-b9d5-7f429fa869bc , bafb5f38-5518-48c4-a8b4-b9be0cdd6a38 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:2be57e5f-0e85-48b3-8846-d7b71fddc8e7 VfModuleModelInvariantUUID:acd83439-ee1e-451a-845b-2980beb15925 VfModuleModelDescription:NULL Artifacts UUID List:{ 5f4c40d9-d0f3-4bae-8bfa-dca31d6cbfbc } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-06T15:34:26.737Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6f8b5147-fbc2-4fe5-a29f-cf4cb8de8110", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c1c182ab-c64f-466f-9d2b-e97dc7f1a353", "vfModuleModelCustomizationUUID": "69970216-6842-422c-b404-4f102da24971", "isBase": true, "artifacts": [ "4761edf5-9f0d-44f6-b9d5-7f429fa869bc", "bafb5f38-5518-48c4-a8b4-b9be0cdd6a38" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "acd83439-ee1e-451a-845b-2980beb15925", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2be57e5f-0e85-48b3-8846-d7b71fddc8e7", "vfModuleModelCustomizationUUID": "2b7230d4-e2a8-41d2-82fc-fb5b2b247343", "isBase": false, "artifacts": [ "5f4c40d9-d0f3-4bae-8bfa-dca31d6cbfbc" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-06T15:34:26.737Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c1c182ab-c64f-466f-9d2b-e97dc7f1a353 VfModuleModelInvariantUUID:6f8b5147-fbc2-4fe5-a29f-cf4cb8de8110 VfModuleModelDescription:NULL Artifacts UUID List:{ 4761edf5-9f0d-44f6-b9d5-7f429fa869bc , bafb5f38-5518-48c4-a8b4-b9be0cdd6a38 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:2be57e5f-0e85-48b3-8846-d7b71fddc8e7 VfModuleModelInvariantUUID:acd83439-ee1e-451a-845b-2980beb15925 VfModuleModelDescription:NULL Artifacts UUID List:{ 5f4c40d9-d0f3-4bae-8bfa-dca31d6cbfbc } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-06T15:34:26.737Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4761edf5-9f0d-44f6-b9d5-7f429fa869bc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-06T15:34:26.737Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:34:26.737Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-06T15:34:26.783Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:34:26.783Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4761edf5-9f0d-44f6-b9d5-7f429fa869bc 914 2022-05-06T15:34:26.784Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-06T15:34:26.784Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-06T15:34:26.784Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:34:26.784Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:26.786Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:26.786Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851266784, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:34:26.886Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:26.887Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:26.887Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:26.900Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:26.901Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:34:27.786Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 66408ec0-a918-4624-9879-769df6f709be from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-06T15:34:27.787Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:34:27.787Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-06T15:34:27.837Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:34:27.838Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 66408ec0-a918-4624-9879-769df6f709be 12 2022-05-06T15:34:27.838Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-06T15:34:27.838Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-06T15:34:27.838Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:34:27.838Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:27.840Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:27.840Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851267838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:34:27.940Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:27.941Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:27.941Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:27.951Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:27.952Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:34:28.840Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bafb5f38-5518-48c4-a8b4-b9be0cdd6a38 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-06T15:34:28.841Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:34:28.841Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-06T15:34:28.886Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:34:28.887Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env bafb5f38-5518-48c4-a8b4-b9be0cdd6a38 96 2022-05-06T15:34:28.887Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-06T15:34:28.887Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-06T15:34:28.887Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:34:28.887Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:28.889Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:28.890Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851268887, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:34:28.990Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:28.990Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:28.990Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:28.999Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:29.000Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:34:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:34:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:29.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:29.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:34:29.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851089700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:34:29.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:34:29.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:34:29.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851090985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:34:29.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:34:29.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:34:29.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851091669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:34:29.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:34:29.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:34:29.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851092284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:34:29.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:34:29.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:34:29.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "clamp", "timestamp": 1651851092671, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:34:29.399Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 13c08f30-44e5-4be9-a161-d2c049b80a67 2022-05-06T15:34:29.400Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13c08f30-44e5-4be9-a161-d2c049b80a67 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:34:29.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:34:29.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851093399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:34:29.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:34:29.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:34:29.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851094402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:34:29.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:34:29.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:34:29.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851095406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-06T15:34:29.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:34:29.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:34:29.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851096410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:34:29.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:34:29.890Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5f4c40d9-d0f3-4bae-8bfa-dca31d6cbfbc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-06T15:34:29.891Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-06T15:34:29.892Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-06T15:34:30.189Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-06T15:34:30.190Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5f4c40d9-d0f3-4bae-8bfa-dca31d6cbfbc 20206 2022-05-06T15:34:30.190Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-06T15:34:30.190Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-06T15:34:30.190Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-06T15:34:30.190Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:30.192Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:30.192Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851270190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-06T15:34:30.293Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:34:30.294Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:30.294Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:30.305Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:30.305Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:31.198Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3900d211-d5cb-4e3a-b5e3-db8529b1d711 2022-05-06T15:34:31.198Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 277520bb-2401-4d68-a9b2-554b9b63a51c 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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:34:31.207Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dd2d813, org.onap.sdc.toscaparser.api.parameters.Input@208e55a5, org.onap.sdc.toscaparser.api.parameters.Input@4f8351b7, org.onap.sdc.toscaparser.api.parameters.Input@6a05773f, org.onap.sdc.toscaparser.api.parameters.Input@1fc282c] 2022-05-06T15:34:31.208Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:31.208Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:31.209Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-05-06T15:34:31.209Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8e81ce75-352b-401f-98ef-cf9d6322a3ae 2022-05-06T15:34:31.209Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e81ce75-352b-401f-98ef-cf9d6322a3ae matches Tosca VF Customization UUID: 8e81ce75-352b-401f-98ef-cf9d6322a3ae 2022-05-06T15:34:31.209Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8e81ce75-352b-401f-98ef-cf9d6322a3ae matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-06T15:34:31.211Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:31.211Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:31.212Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8e81ce75-352b-401f-98ef-cf9d6322a3ae: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-05-06T15:34:31.212Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@472bb88e 2022-05-06T15:34:31.212Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:31.212Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-06T15:34:31.213Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b7230d4-e2a8-41d2-82fc-fb5b2b247343 2022-05-06T15:34:31.213Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b7230d4-e2a8-41d2-82fc-fb5b2b247343 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-06T15:34:31.215Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:31.215Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-06T15:34:31.215Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:34:31.215Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:31.215Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-06T15:34:31.216Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-06T15:34:31.216Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:31.216Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-06T15:34:31.216Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8e81ce75-352b-401f-98ef-cf9d6322a3ae Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:34:31.218Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:31.218Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:31.218Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3900d211-d5cb-4e3a-b5e3-db8529b1d711: basic_cnf_macro 2022-05-06T15:34:31.218Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:31.218Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:31.219Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:31.219Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:31.219Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:31.219Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:31.219Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:31.219Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:31.219Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-06T15:34:31.219Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-06T15:34:31.219Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_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 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-06T15:34:31.256Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 277520bb-2401-4d68-a9b2-554b9b63a51c 2 ASDC deployResourceStructure 2022-05-06T15:34:31.257Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-06T15:34:31.257Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-06T15:34:31.257Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:34:31.257Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:31.259Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:31.259Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851271257, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:34:31.359Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:31.360Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:31.360Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:31.371Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:31.371Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-06T15:34:32.260Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-06T15:34:32.260Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-06T15:34:32.261Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:34:32.261Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:32.263Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:32.263Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851272259, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:34:32.363Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:32.364Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:32.364Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:32.374Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:32.374Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:33.263Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-06T15:34:33.264Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-05-06T15:34:33.265Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-06T15:34:33.265Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:33.267Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:33.268Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851273263, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-06T15:34:33.368Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:33.368Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:33.369Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:33.380Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:33.380Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:34.268Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-06T15:34:34.269Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-06T15:34:34.269Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:34:34.269Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:34.271Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:34.272Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851274268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-06T15:34:34.372Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:34.372Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:34.373Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:34.384Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:34.384Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:35.272Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-06T15:34:35.273Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-06T15:34:35.273Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-06T15:34:35.273Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:35.276Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:35.276Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851275272, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-06T15:34:35.377Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-06T15:34:35.378Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:35.378Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:35.390Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:35.390Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:36.277Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-06T15:34:36.278Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-06T15:34:36.278Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-06T15:34:36.278Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:34:36.280Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:34:36.280Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851276277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:34:36.380Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-06T15:34:36.380Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:34:36.381Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:34:36.392Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:34:36.392Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-06T15:34:37.280Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13c08f30-44e5-4be9-a161-d2c049b80a67 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:34:37.290Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13c08f30-44e5-4be9-a161-d2c049b80a67 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-06T15:34:37.292Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-06T15:34:37.292Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-06T15:34:37.292Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-06T15:34:37.292Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-06T15:34:37.292Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:34:37.292Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:34:37.292Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:34:37.292Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:34:37.292Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:34:37.292Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-06T15:34:37.292Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-06T15:34:37.297Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-06T15:35:07.297Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13c08f30-44e5-4be9-a161-d2c049b80a67 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-06T15:35:07.304Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13c08f30-44e5-4be9-a161-d2c049b80a67 and serviceModelVersionId: 3900d211-d5cb-4e3a-b5e3-db8529b1d711 2022-05-06T15:35:07.305Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa 2022-05-06T15:35:07.305Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa/model-vers/model-ver/3900d211-d5cb-4e3a-b5e3-db8529b1d711?depth=0 2022-05-06T15:35:07.311Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-06T15:35:07.335Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa/model-vers/model-ver/3900d211-d5cb-4e3a-b5e3-db8529b1d711?depth=0|INFO|500||Invoke 2022-05-06T15:35:07.335Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa/model-vers/model-ver/3900d211-d5cb-4e3a-b5e3-db8529b1d711?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa/model-vers/model-ver/3900d211-d5cb-4e3a-b5e3-db8529b1d711?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[13c08f30-44e5-4be9-a161-d2c049b80a67], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1ae07ae3-eb6e-4a72-9995-9c6187011234], X-ECOMP-RequestID=[13c08f30-44e5-4be9-a161-d2c049b80a67], X-TransactionId=[], X-ONAP-RequestID=[13c08f30-44e5-4be9-a161-d2c049b80a67], Content-Type=[application/merge-patch+json]} 2022-05-06T15:35:07.357Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa/model-vers/model-ver/3900d211-d5cb-4e3a-b5e3-db8529b1d711?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-06T15:35:07.607Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa/model-vers/model-ver/3900d211-d5cb-4e3a-b5e3-db8529b1d711?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/55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa/model-vers/model-ver/3900d211-d5cb-4e3a-b5e3-db8529b1d711?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220506-15:35:07:363-21252], vertex-id=[274504], Content-Length=[0], Date=[Fri, 06 May 2022 15:35:07 GMT], Content-Type=[application/json]} 2022-05-06T15:35:07.607Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa/model-vers/model-ver/3900d211-d5cb-4e3a-b5e3-db8529b1d711?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-06T15:35:07.608Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55e3ffd1-9e95-4856-bb8d-f6c6bac2f2fa/model-vers/model-ver/3900d211-d5cb-4e3a-b5e3-db8529b1d711?depth=0|INFO|500||InvokeReturn 2022-05-06T15:35:07.609Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-06T15:35:07.609Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-06T15:35:07.615Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-06T15:35:07.616Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13c08f30-44e5-4be9-a161-d2c049b80a67 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-06T15:35:07.616Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-06T15:35:07.617Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-06T15:35:07.619Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-06T15:35:07.619Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851307616, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:35:07.719Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-06T15:35:07.719Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-06T15:35:07.719Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hijJTB7EDnMPAxqp) ... 2022-05-06T15:35:07.735Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:35:07.735Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-06T15:35:08.628Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:35:08.629Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:35:08.629Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:35:18.157Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:35:18.158Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:35:18.158Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:35:18.158Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:35:27.688Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:35:27.689Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:35:27.689Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:35:27.689Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:35:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:35:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:35:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:35:29.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:35:29.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13368ffd-8b1e-4ce7-83e4-8523ea313ac9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851247812, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:35:29.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:35:29.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:35:29.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:35:29.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-06T15:35:29.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:35:29.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851248828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-06T15:35:29.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851263650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851265724, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851266784, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851267838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851268887, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-06T15:35:29.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:35:37.226Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:35:37.226Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:35:37.227Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:35:37.227Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:35:46.759Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:36:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:36:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:36:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:36:29.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:36:29.373Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:36:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:36:29.894Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:36:29.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-06T15:36:29.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851270190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-06T15:36:29.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:36:29.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-06T15:36:29.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851271257, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-06T15:36:29.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:36:29.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-06T15:36:29.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851272259, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851273263, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851274268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851275272, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851276277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:36:29.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-06T15:36:29.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "13c08f30-44e5-4be9-a161-d2c049b80a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651851307616, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-06T15:36:29.897Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-06T15:36:38.908Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:37:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:37:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:37:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:37:29.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:37:29.373Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:37:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:37:38.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:37:38.908Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:38:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:38:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:38:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:38:29.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:38:29.373Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:38:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:38:38.905Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:38:38.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:39:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:39:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:39:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:39:29.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:39:29.373Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:39:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:39:38.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:39:38.903Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:40:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:40:29.373Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:40:29.373Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:40:29.373Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:40:29.374Z|53c75434-9111-4e2a-b944-c21b469de5af|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:40:29.374Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:40:38.909Z|53c75434-9111-4e2a-b944-c21b469de5af|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:40:38.909Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:41:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:41:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:41:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:41:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:41:29.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:41:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:41:38.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:41:38.908Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:42:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:42:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:42:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:42:29.373Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:42:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:42:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:42:38.907Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:42:38.909Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:43:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:43:29.373Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:43:29.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:43:29.373Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:43:29.374Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:43:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:43:38.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:43:38.910Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:44:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:44:29.373Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:44:29.373Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:44:29.373Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:44:29.374Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:44:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:44:38.911Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:44:38.911Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:45:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:45:29.373Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:45:29.373Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:45:29.373Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:45:29.373Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:45:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:45:38.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:45:38.910Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:46:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:46:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:46:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:46:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:46:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:46:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:46:38.905Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:46:38.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:47:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:47:29.373Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:47:29.373Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:47:29.373Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:47:29.373Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:47:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:47:38.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:47:38.910Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:48:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:48:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:48:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:48:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:48:29.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:48:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:48:38.931Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:48:38.932Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:49:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:49:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:49:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:49:29.373Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:49:29.374Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:49:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:49:38.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:49:38.907Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:50:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:50:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:50:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:50:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:50:29.373Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:50:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:50:38.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:50:38.908Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:51:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:51:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:51:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:51:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:51:29.373Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:51:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:51:38.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:51:38.912Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:52:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:52:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:52:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:52:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:52:29.373Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:52:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:52:38.907Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:52:38.907Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:53:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:53:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:53:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:53:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:53:29.374Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:53:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:53:38.908Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:53:38.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:54:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:54:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:54:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:54:29.373Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:54:29.373Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:54:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:54:38.908Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:54:38.908Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:55:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:55:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:55:29.373Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:55:29.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:55:29.374Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:55:29.374Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:55:38.909Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:55:38.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:56:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:56:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:56:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:56:29.373Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:56:29.373Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:56:29.374Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:56:38.909Z|f28d932a-16ae-44df-b05f-f7779cc70cfb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:56:38.909Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:57:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:57:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:57:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:57:29.373Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:57:29.373Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:57:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:57:38.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:57:38.908Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:58:29.371Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:58:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:58:29.372Z|13c08f30-44e5-4be9-a161-d2c049b80a67|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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:58:29.373Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-06T15:58:29.373Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-06T15:58:29.373Z||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 hijJTB7EDnMPAxqp) ... 2022-05-06T15:58:38.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-06T15:58:38.908Z|13c08f30-44e5-4be9-a161-d2c049b80a67|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK