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-11-02T03:18:05.336Z||main|||||INFO|500||The following profiles are active: basic 2022-11-02T03:18:17.769Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-02T03:18:17.770Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-02T03:18:17.885Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-02T03:18:22.270Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-02T03:18:22.685Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-02T03:18:23.124Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-02T03:18:23.130Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-02T03:18:23.237Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-02T03:18:24.011Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-02T03:18:24.771Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-02T03:18:26.741Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-02T03:18:29.075Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-02T03:18:29.135Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-02T03:18:29.947Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-02T03:18:30.187Z||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-11-02T03:18:31.420Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-02T03:18:32.470Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-02T03:18:32.487Z||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$$9ade955a.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-11-02T03:18:32.487Z||main|||||WARN|500||The sdc end point is not alive 2022-11-02T03:18:35.385Z||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-11-02T03:18:38.410Z||main|||||WARN|500||--- 2022-11-02T03:18:38.411Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-02T03:18:38.411Z||main|||||WARN|500||--- 2022-11-02T03:18:38.890Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-02T03:18:44.103Z||main|||||INFO|500||Started Application in 42.025 seconds (JVM running for 44.828) 2022-11-02T03:18:44.144Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-02T03:18:44.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-02T03:18:44.213Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-02T03:18:44.243Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-02T03:18:44.312Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a41a1a76-28ad-4f6e-a4fb-28a55a1b9322 url= /sdc/v1/artifactTypes 2022-11-02T03:18:44.312Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-02T03:18:44.655Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-02T03:18:44.695Z||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-11-02T03:18:44.718Z||scheduling-1|||||DEBUG|500||create keys 2022-11-02T03:18:44.726Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-02T03:18:44.759Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:18:44.786Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4d338a3a-30f5-4047-8c31-1681ed03d276 url= /sdc/v1/registerForDistribution 2022-11-02T03:18:44.940Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4d338a3a-30f5-4047-8c31-1681ed03d276 url= /sdc/v1/registerForDistribution 2022-11-02T03:18:44.946Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-02T03:18:44.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:18:44.965Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-02T03:18:44.969Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:18:44.990Z||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-11-02T03:18:44.990Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:18:44.988Z||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-11-02T03:18:44.991Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:18:55.301Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:18:55.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:19:44.956Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:19:44.958Z||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-11-02T03:19:44.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:19:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:19:44.959Z||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-11-02T03:19:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:19:54.524Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:19:54.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:20:44.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:20:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:20:44.959Z||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-11-02T03:20:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:20:44.984Z||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-11-02T03:20:44.984Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:20:54.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:20:54.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:21:44.957Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:21:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:21:44.960Z||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-11-02T03:21:44.960Z||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-11-02T03:21:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:21:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:21:54.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:21:54.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:22:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:22:44.958Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T03:22:44.958Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T03:22:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:22:44.960Z||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-11-02T03:22:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:22:54.510Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:22:54.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:23:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:23:44.957Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T03:23:44.957Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T03:23:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:23:44.959Z||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-11-02T03:23:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:23:54.506Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:23:54.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:24:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:24:44.957Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T03:24:44.957Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T03:24:44.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:24:44.959Z||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-11-02T03:24:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:24:54.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:24:54.512Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:25:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:25:44.957Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T03:25:44.957Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T03:25:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:25:44.961Z||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-11-02T03:25:44.962Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:25:54.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:25:54.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:26:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:26:44.957Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T03:26:44.958Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T03:26:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:26:44.959Z||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-11-02T03:26:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:26:54.517Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:26:54.521Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:27:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:27:44.957Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:27:44.961Z||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-11-02T03:27:44.962Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:27:44.963Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T03:27:44.963Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T03:27:54.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:27:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:28:14.053Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-02T03:28:44.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:28:44.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T03:28:44.960Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T03:28:44.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:28:44.971Z||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-11-02T03:28:44.971Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:28:54.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:28:54.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:29:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:29:44.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:29:44.958Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T03:29:44.959Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T03:29:44.959Z||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-11-02T03:29:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:29:54.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:29:54.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:30:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:30:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:30:44.959Z||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-11-02T03:30:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:30:44.968Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T03:30:44.968Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T03:30:54.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:30:54.531Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:31:44.956Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:31:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:31:44.959Z||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-11-02T03:31:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:31:44.960Z||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-11-02T03:31:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:31:54.511Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:31:54.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:32:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:32:44.957Z||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-11-02T03:32:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:32:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:32:44.958Z||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-11-02T03:32:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:32:54.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:32:54.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:33:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:33:44.957Z||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-11-02T03:33:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:33:44.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:33:44.959Z||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-11-02T03:33:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:33:54.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:33:54.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:34:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:34:44.957Z||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-11-02T03:34:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:34:44.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:34:44.959Z||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-11-02T03:34:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:34:54.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:34:54.521Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:35:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:35:44.957Z||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-11-02T03:35:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:35:44.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:35:44.959Z||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-11-02T03:35:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:35:54.508Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:35:54.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:36:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:36:44.959Z||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-11-02T03:36:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:36:44.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:36:44.960Z||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-11-02T03:36:44.961Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:36:54.515Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:36:54.524Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:37:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:37:44.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:37:44.959Z||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-11-02T03:37:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:37:44.962Z||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-11-02T03:37:44.962Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:37:54.512Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:37:54.512Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:38:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:38:44.957Z||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-11-02T03:38:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:38:44.960Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:38:44.961Z||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-11-02T03:38:44.961Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:38:54.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:38:54.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:39:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:39:44.957Z||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-11-02T03:39:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:39:44.966Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:39:44.967Z||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-11-02T03:39:44.968Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:39:54.522Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:39:54.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:40:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:40:44.958Z||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-11-02T03:40:44.961Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:40:44.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:40:44.962Z||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-11-02T03:40:44.962Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:40:54.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:40:54.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:41:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:41:44.957Z||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-11-02T03:41:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:41:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:41:44.959Z||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-11-02T03:41:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:41:54.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:41:54.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:42:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:42:44.957Z||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-11-02T03:42:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:42:44.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:42:44.959Z||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-11-02T03:42:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:42:54.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:42:54.509Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:43:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:43:44.956Z||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-11-02T03:43:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:43:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:43:44.959Z||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-11-02T03:43:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:43:54.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:43:54.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:44:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:44:44.957Z||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-11-02T03:44:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:44:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:44:44.959Z||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-11-02T03:44:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:44:54.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:44:54.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:45:44.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:45:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:45:44.960Z||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-11-02T03:45:44.961Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:45:44.960Z||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-11-02T03:45:44.964Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:45:54.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:45:54.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:46:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:46:44.957Z||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-11-02T03:46:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:46:44.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:46:44.959Z||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-11-02T03:46:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:46:54.523Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:46:54.525Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:47:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:47:44.958Z||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-11-02T03:47:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:47:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:47:44.959Z||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-11-02T03:47:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:47:54.510Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:47:54.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:48:44.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:48:44.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:48:44.967Z||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-11-02T03:48:44.967Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:48:44.967Z||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-11-02T03:48:44.967Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:48:54.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:48:54.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:49:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:49:44.958Z||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-11-02T03:49:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:49:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:49:44.958Z||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-11-02T03:49:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:49:54.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:49:54.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:50:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:50:44.956Z||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-11-02T03:50:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:50:44.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:50:44.960Z||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-11-02T03:50:44.961Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:50:54.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:50:54.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:51:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:51:44.956Z||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-11-02T03:51:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:51:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:51:44.959Z||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-11-02T03:51:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:51:54.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:51:54.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:52:44.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:52:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:52:44.959Z||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-11-02T03:52:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:52:44.964Z||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-11-02T03:52:44.964Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:52:54.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:52:54.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:53:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:53:44.957Z||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-11-02T03:53:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:53:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:53:44.959Z||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-11-02T03:53:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:53:54.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:53:54.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:54:44.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:54:44.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:54:44.959Z||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-11-02T03:54:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:54:44.960Z||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-11-02T03:54:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:54:54.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:54:54.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:55:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:55:44.959Z||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-11-02T03:55:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:55:44.963Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:55:44.963Z||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-11-02T03:55:44.964Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:55:54.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:55:54.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:56:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:56:44.957Z||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-11-02T03:56:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:56:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:56:44.959Z||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-11-02T03:56:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:56:54.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:56:54.514Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:57:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:57:44.957Z||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-11-02T03:57:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:57:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:57:44.961Z||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-11-02T03:57:44.961Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:57:54.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:57:54.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:58:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:58:44.956Z||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-11-02T03:58:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:58:44.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:58:44.975Z||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-11-02T03:58:44.975Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:58:54.523Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:58:54.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:59:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:59:44.957Z||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-11-02T03:59:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:59:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T03:59:44.959Z||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-11-02T03:59:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T03:59:54.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T03:59:54.522Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:00:44.957Z||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-11-02T04:00:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:00:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:00:44.959Z||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-11-02T04:00:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:00:45.106Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:45.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "ves-openapi-manager", "timestamp": 1667361640469, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:00:45.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361641098, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:00:45.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "ves-openapi-manager", "timestamp": 1667361640469, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:00:45.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361641098, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:00:45.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "policy-id", "timestamp": 1667361642190, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:00:45.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "ves-openapi-manager", "timestamp": 1667361640469, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:00:45.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361641098, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:00:45.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "cds", "timestamp": 1667361643559, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:00:45.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "policy-id", "timestamp": 1667361642190, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:00:45.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "ves-openapi-manager", "timestamp": 1667361640469, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:00:45.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361641098, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:00:45.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "cds", "timestamp": 1667361643559, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:00:45.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:45.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:00:45.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"aa0cf591-3bf5-4d61-ad63-9ae84134fdb1","serviceName":"vFW 2022-11-02 03-59-42","serviceVersion":"1.0","serviceUUID":"7a34181c-f95a-45a7-9c43-9ee118d14f76","serviceDescription":"catalog service description","serviceInvariantUUID":"b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43","resources":[{"resourceInstanceName":"vFW eded6730-76c8 0","resourceName":"vFW eded6730-76c8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"030f89d0-66b6-4f6c-8ab9-dfb81905a9ad","resourceInvariantUUID":"9c2714b2-61ca-4108-a600-e01bf2a5f65f","resourceCustomizationUUID":"ce3218a3-39c2-406e-8799-976a4fa11071","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml","artifactChecksum":"NzBhMGExZDRlMjRjMmNhZjM4YzZhYjczM2E5ZmY1MjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b394d84e-225d-4df8-9c94-6a4ead6f0228","artifactVersion":"1"},{"artifactName":"vfweded673076c80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json","artifactChecksum":"NDE3NDg4OWFiYTkwNDM5ZDA0NTExZmNkMjFlMzg1ZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0fef4476-3e2b-43a7-a945-997b5a6909ba","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b31c2ef1-9de0-4ccc-8eac-8b4586fba089","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml","artifactChecksum":"MDVkYjhjN2U4MWU3YzA2Mzc0YWY5ZDYwMWJkMWYzNzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd73870c-4dac-4448-9113-9830741dd7ce","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a38e64f5-7623-424c-870c-b5a71b31f0f9","artifactVersion":"2","generatedFromUUID":"b31c2ef1-9de0-4ccc-8eac-8b4586fba089"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221102035942-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml","artifactChecksum":"ZjNhMWJkMGJhZDMzZTdhZWMwZmNkNDJlZDVjNGIxOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81dfc7f6-96ad-4df0-a5d3-3a2b2ab7403b","artifactVersion":"1"},{"artifactName":"service-Vfw20221102035942-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar","artifactChecksum":"NThkN2I3ZmUyOTQ4YTYwNzk3MGEwNzhkNTMxYWUzNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284d4b7e-6f12-4f38-a0f2-59150a3c59d6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-02T04:00:45.600Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:00:45.609Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:00:45.623Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:00:45.623Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:45.723Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-11-02T04:00:45.729Z||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-11-02T04:00:45.729Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:00:45.747Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:45.748Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:00:46.632Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:00:46.633Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:00:46.642Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:00:46.642Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "NOTIFIED" } 2022-11-02T04:00:46.736Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-11-02T04:00:46.737Z||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-11-02T04:00:46.737Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:00:46.752Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:46.753Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:00:47.643Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:00:47.644Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:00:47.646Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:00:47.646Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-02T04:00:47.746Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:00:47.747Z||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-11-02T04:00:47.748Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:00:47.761Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:47.763Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:00:48.647Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:00:48.648Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:00:48.650Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:00:48.650Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:48.750Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:00:48.752Z||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-11-02T04:00:48.752Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:00:48.766Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:48.766Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:00:49.651Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:00:49.652Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:00:49.654Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:00:49.655Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-02T04:00:49.755Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:00:49.756Z||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-11-02T04:00:49.756Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:00:49.777Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:49.778Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:00:50.655Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:00:50.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:00:50.659Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:00:50.659Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:00:50.759Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:00:50.760Z||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-11-02T04:00:50.760Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:00:50.775Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:50.776Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:00:51.659Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:00:51.660Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:00:51.662Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:00:51.663Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:00:51.763Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:00:51.764Z||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-11-02T04:00:51.764Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:00:51.778Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:51.778Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:00:52.665Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "serviceName": "vFW 2022-11-02 03-59-42", "serviceVersion": "1.0", "serviceUUID": "7a34181c-f95a-45a7-9c43-9ee118d14f76", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43", "resources": [ { "resourceInstanceName": "vFW eded6730-76c8 0", "resourceCustomizationUUID": "ce3218a3-39c2-406e-8799-976a4fa11071", "resourceName": "vFW eded6730-76c8", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "030f89d0-66b6-4f6c-8ab9-dfb81905a9ad", "resourceInvariantUUID": "9c2714b2-61ca-4108-a600-e01bf2a5f65f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfweded673076c80_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "artifactChecksum": "NDE3NDg4OWFiYTkwNDM5ZDA0NTExZmNkMjFlMzg1ZGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0fef4476-3e2b-43a7-a945-997b5a6909ba", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b31c2ef1-9de0-4ccc-8eac-8b4586fba089", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a38e64f5-7623-424c-870c-b5a71b31f0f9", "generatedFromUUID": "b31c2ef1-9de0-4ccc-8eac-8b4586fba089" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a38e64f5-7623-424c-870c-b5a71b31f0f9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221102035942-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "artifactChecksum": "NThkN2I3ZmUyOTQ4YTYwNzk3MGEwNzhkNTMxYWUzNTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "284d4b7e-6f12-4f38-a0f2-59150a3c59d6" } ], "workloadContext": "Production" } 2022-11-02T04:00:52.666Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-02T04:00:52.667Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7a34181c-f95a-45a7-9c43-9ee118d14f76 ASDC 2022-11-02T04:00:52.805Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 ServiceName:vFW 2022-11-02 03-59-42 ServiceVersion:1.0 ServiceUUID:7a34181c-f95a-45a7-9c43-9ee118d14f76 ServiceInvariantUUID:b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221102035942-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar ArtifactUUID:284d4b7e-6f12-4f38-a0f2-59150a3c59d6 ArtifactChecksum:NThkN2I3ZmUyOTQ4YTYwNzk3MGEwNzhkNTMxYWUzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW eded6730-76c8 0 ResourceCustomizationUUID:ce3218a3-39c2-406e-8799-976a4fa11071 ResourceInvariantUUID:9c2714b2-61ca-4108-a600-e01bf2a5f65f ResourceName:vFW eded6730-76c8 ResourceType:VF ResourceUUID:030f89d0-66b6-4f6c-8ab9-dfb81905a9ad ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfweded673076c80_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json ArtifactUUID:0fef4476-3e2b-43a7-a945-997b5a6909ba ArtifactChecksum:NDE3NDg4OWFiYTkwNDM5ZDA0NTExZmNkMjFlMzg1ZGU= 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/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml ArtifactUUID:b31c2ef1-9de0-4ccc-8eac-8b4586fba089 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/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env ArtifactUUID:a38e64f5-7623-424c-870c-b5a71b31f0f9 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/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env ArtifactUUID:a38e64f5-7623-424c-870c-b5a71b31f0f9 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-02T04:00:52.806Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a34181c-f95a-45a7-9c43-9ee118d14f76 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-11-02T04:00:53.074Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:00:53.075Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-02T04:00:53.077Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-02T04:00:53.077Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 284d4b7e-6f12-4f38-a0f2-59150a3c59d6 from URL: /sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar 2022-11-02T04:00:53.077Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-02T04:00:53.079Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar 2022-11-02T04:00:53.162Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-02T04:00:53.183Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar 284d4b7e-6f12-4f38-a0f2-59150a3c59d6 99027 2022-11-02T04:00:53.185Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar ASDC sendASDCNotification 2022-11-02T04:00:53.185Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar 2022-11-02T04:00:53.186Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:00:53.187Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:00:53.189Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:00:53.189Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361653184, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:00:53.289Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:00:53.290Z||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-11-02T04:00:53.290Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:00:53.304Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:53.304Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:00:54.190Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:00:54.191Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-02T04:00:54.191Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 284d4b7e-6f12-4f38-a0f2-59150a3c59d6, URL: /sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar to file: /app/ASDC/1/service-Vfw20221102035942-csar.csar 2022-11-02T04:00:54.192Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221102035942-csar.csar 2022-11-02T04:00:54.301Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221102035942-csar.csar 2022-11-02T04:00:54.302Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221102035942-csar.csar 2022-11-02T04:00:55.082Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9030596194699972953/Definitions/service-Vfw20221102035942-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 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-11-02T04:00:58.013Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-02T04:00:58.018Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-02T04:00:58.019Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.019Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-11-02T04:00:58.019Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||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-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.019Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||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-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.020Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|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-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.020Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.020Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.020Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||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-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.020Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eded6730-76c8 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-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.020Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|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-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.021Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||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-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.021Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.021Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||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-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.021Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.021Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|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-Vfw20221102035942-csar.csar 2022-11-02T04:00:58.021Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-02T04:00:58.029Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.030Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:00:58.035Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria 2022-11-02T04:00:58.035Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-02T04:00:58.037Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:00:58.039Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.039Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:00:58.039Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria 2022-11-02T04:00:58.040Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-02T04:00:58.040Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:00:58.040Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.040Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:00:58.044Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.045Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria 2022-11-02T04:00:58.045Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-02T04:00:58.045Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-02T04:00:58.045Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-02T04:00:58.045Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-02T04:00:58.046Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-02T04:00:58.046Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-02T04:00:58.046Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-02T04:00:58.046Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-02T04:00:58.047Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-02T04:00:58.047Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-02T04:00:58.048Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-02T04:00:58.048Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-02T04:00:58.048Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-02T04:00:58.048Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-02T04:00:58.049Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-02T04:00:58.049Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-02T04:00:58.049Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.049Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-02T04:00:58.051Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.051Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria 2022-11-02T04:00:58.051Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:00:58.051Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.052Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria 2022-11-02T04:00:58.052Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:00:58.052Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.052Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria 2022-11-02T04:00:58.053Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:00:58.053Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.053Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria 2022-11-02T04:00:58.053Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-02T04:00:58.054Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-02T04:00:58.054Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-02T04:00:58.054Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-02T04:00:58.054Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-02T04:00:58.054Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-02T04:00:58.055Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-02T04:00:58.055Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-02T04:00:58.055Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-02T04:00:58.055Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-02T04:00:58.055Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-02T04:00:58.056Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c623b074-53f9-4066-a3ed-d946d99dd007 2022-11-02T04:00:58.056Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.056Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria 2022-11-02T04:00:58.056Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-02T04:00:58.056Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-02T04:00:58.057Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-02T04:00:58.057Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-02T04:00:58.057Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-02T04:00:58.057Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-02T04:00:58.058Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-02T04:00:58.058Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-02T04:00:58.058Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-02T04:00:58.058Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-02T04:00:58.058Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-02T04:00:58.059Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-02T04:00:58.059Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9ccb7003-bb6c-4ebd-883e-7302b4bc19dc 2022-11-02T04:00:58.059Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.059Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria 2022-11-02T04:00:58.059Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-02T04:00:58.060Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-02T04:00:58.060Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-02T04:00:58.060Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-02T04:00:58.060Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-02T04:00:58.060Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-02T04:00:58.061Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-02T04:00:58.061Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-02T04:00:58.061Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-02T04:00:58.061Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-02T04:00:58.061Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-02T04:00:58.062Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-02T04:00:58.062Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7db8c1d2-13eb-4365-92b9-d892c708df44 2022-11-02T04:00:58.062Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.062Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:00:58.063Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.063Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:00:58.063Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.063Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:00:58.064Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:00:58.064Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:00:58.064Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-02 03-59-42 Description:catalog service description Model UUID:7a34181c-f95a-45a7-9c43-9ee118d14f76 Model Version:NULL Model InvariantUuid:b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW eded6730-76c8 Model UUID:772df34a-f4fb-4566-a06a-31a32ee6392d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:9c2714b2-61ca-4108-a600-e01bf2a5f65f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ce3218a3-39c2-406e-8799-976a4fa11071 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5c640d10-ccc0-467b-a053-bf96490e57af ModelName:VfwEded673076c8..base_vfw..module-0 ModelUuid:01ec5e09-0f05-42d8-86a7-883a86945c7b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c623b074-53f9-4066-a3ed-d946d99dd007 ModelInvariantUuid:e5bf057a-2a2c-432c-8fa5-259ebe4683c0 ModelName:vFW eded6730-76c8-nodes.vfwCvfc ModelUuid:ab3c69f0-573f-472e-accd-6919c60ea174 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f13e2399-1d03-405b-b1fa-26c3c2699997 ModelInvariantUuid:14d6b818-e6a9-4210-a3c4-d9d5e0d56964 ModelName:VfwEded673076c8.compute.nodes.heat.vfw ModelUuid:784be819-ac0d-4558-b882-e9fd786897bf ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9ccb7003-bb6c-4ebd-883e-7302b4bc19dc ModelInvariantUuid:1825a58c-39d5-4f3c-be1c-467fd9133b23 ModelName:vFW eded6730-76c8-nodes.vsnCvfc ModelUuid:74ca2af9-99a7-46cd-83fe-a71046be4fcc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:25c820e6-9474-4048-a246-707d747e31d2 ModelInvariantUuid:7deb1799-fc29-4a97-9980-d8b6f2caa3e1 ModelName:VfwEded673076c8.compute.nodes.heat.vsn ModelUuid:061656b6-f15d-4850-88da-77e7c257ea15 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7db8c1d2-13eb-4365-92b9-d892c708df44 ModelInvariantUuid:96c375d0-7815-4b80-bd8e-91006b3645eb ModelName:vFW eded6730-76c8-nodes.vpgCvfc ModelUuid:fb8f5894-60ad-41c9-acec-f7d24372ea4f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:981820da-4d82-4408-a7a2-9704ccd3dec2 ModelInvariantUuid:441e9001-d97c-49e9-931a-9017c7b2f8f0 ModelName:VfwEded673076c8.compute.nodes.heat.vpg ModelUuid:76b68ca2-6232-4c03-b7a6-0175707bf893 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-11-02T04:00:58.085Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 030f89d0-66b6-4f6c-8ab9-dfb81905a9ad 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-11-02T04:00:58.176Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||vFW eded6730-76c8 0 2022-11-02T04:00:58.183Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 030f89d0-66b6-4f6c-8ab9-dfb81905a9ad 2022-11-02T04:00:58.183Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0fef4476-3e2b-43a7-a945-997b5a6909ba from URL: /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json 2022-11-02T04:00:58.184Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-02T04:00:58.184Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json 2022-11-02T04:00:58.254Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-02T04:00:58.254Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json 0fef4476-3e2b-43a7-a945-997b5a6909ba 785 2022-11-02T04:00:58.255Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json ASDC sendASDCNotification 2022-11-02T04:00:58.255Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json 2022-11-02T04:00:58.255Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:00:58.255Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:00:58.258Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:00:58.258Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361658255, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:00:58.358Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:00:58.359Z||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-11-02T04:00:58.359Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:00:58.373Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:58.374Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:00:59.260Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEded673076c8..base_vfw..module-0", "vfModuleModelInvariantUUID": "5c640d10-ccc0-467b-a053-bf96490e57af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "01ec5e09-0f05-42d8-86a7-883a86945c7b", "vfModuleModelCustomizationUUID": "964d22bf-1c32-4d31-ba02-b84506479056", "isBase": true, "artifacts": [ "b31c2ef1-9de0-4ccc-8eac-8b4586fba089", "a38e64f5-7623-424c-870c-b5a71b31f0f9" ], "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-11-02T04:00:59.276Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEded673076c8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:01ec5e09-0f05-42d8-86a7-883a86945c7b VfModuleModelInvariantUUID:5c640d10-ccc0-467b-a053-bf96490e57af VfModuleModelDescription:NULL Artifacts UUID List:{ b31c2ef1-9de0-4ccc-8eac-8b4586fba089 , a38e64f5-7623-424c-870c-b5a71b31f0f9 } 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-11-02T04:00:59.281Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEded673076c8..base_vfw..module-0", "vfModuleModelInvariantUUID": "5c640d10-ccc0-467b-a053-bf96490e57af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "01ec5e09-0f05-42d8-86a7-883a86945c7b", "vfModuleModelCustomizationUUID": "964d22bf-1c32-4d31-ba02-b84506479056", "isBase": true, "artifacts": [ "b31c2ef1-9de0-4ccc-8eac-8b4586fba089", "a38e64f5-7623-424c-870c-b5a71b31f0f9" ], "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-11-02T04:00:59.281Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEded673076c8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:01ec5e09-0f05-42d8-86a7-883a86945c7b VfModuleModelInvariantUUID:5c640d10-ccc0-467b-a053-bf96490e57af VfModuleModelDescription:NULL Artifacts UUID List:{ b31c2ef1-9de0-4ccc-8eac-8b4586fba089 , a38e64f5-7623-424c-870c-b5a71b31f0f9 } 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-11-02T04:00:59.281Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b31c2ef1-9de0-4ccc-8eac-8b4586fba089 from URL: /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml 2022-11-02T04:00:59.282Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-02T04:00:59.282Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml 2022-11-02T04:00:59.366Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-02T04:00:59.367Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml b31c2ef1-9de0-4ccc-8eac-8b4586fba089 20368 2022-11-02T04:00:59.367Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-02T04:00:59.368Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml 2022-11-02T04:00:59.368Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:00:59.368Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:00:59.371Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:00:59.371Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361659367, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:00:59.484Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2022-11-02T04:00:59.487Z||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-11-02T04:00:59.487Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:00:59.502Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:00:59.503Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:01:00.372Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a38e64f5-7623-424c-870c-b5a71b31f0f9 from URL: /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env 2022-11-02T04:01:00.373Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-02T04:01:00.373Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env 2022-11-02T04:01:00.429Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-02T04:01:00.430Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env a38e64f5-7623-424c-870c-b5a71b31f0f9 2098 2022-11-02T04:01:00.430Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-02T04:01:00.430Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env 2022-11-02T04:01:00.431Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:01:00.431Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:01:00.434Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:01:00.434Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361660430, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:01:00.534Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:01:00.535Z||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-11-02T04:01:00.535Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:01:00.547Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:01:00.548Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:01:01.434Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7a34181c-f95a-45a7-9c43-9ee118d14f76 2022-11-02T04:01:01.435Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eded6730-76c8 0 030f89d0-66b6-4f6c-8ab9-dfb81905a9ad 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-11-02T04:01:01.473Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1fb71fb0, org.onap.sdc.toscaparser.api.parameters.Input@2f4d9a0d, org.onap.sdc.toscaparser.api.parameters.Input@325b2515, org.onap.sdc.toscaparser.api.parameters.Input@5f586b96, org.onap.sdc.toscaparser.api.parameters.Input@78b5b552] 2022-11-02T04:01:01.493Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.494Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:01:01.497Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-02T04:01:01.497Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ce3218a3-39c2-406e-8799-976a4fa11071 2022-11-02T04:01:01.499Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce3218a3-39c2-406e-8799-976a4fa11071 matches Tosca VF Customization UUID: ce3218a3-39c2-406e-8799-976a4fa11071 2022-11-02T04:01:01.499Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ce3218a3-39c2-406e-8799-976a4fa11071 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-11-02T04:01:01.507Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.507Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:01:01.509Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ce3218a3-39c2-406e-8799-976a4fa11071: {\"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-11-02T04:01:01.509Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@721c845e 2022-11-02T04:01:01.509Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.509Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-02T04:01:01.510Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 964d22bf-1c32-4d31-ba02-b84506479056 2022-11-02T04:01:01.511Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 964d22bf-1c32-4d31-ba02-b84506479056 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-11-02T04:01:01.518Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.518Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria 2022-11-02T04:01:01.519Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:01:01.520Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.520Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria 2022-11-02T04:01:01.520Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:01:01.521Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.521Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria 2022-11-02T04:01:01.521Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-02T04:01:01.522Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-02T04:01:01.522Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-02T04:01:01.522Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-02T04:01:01.523Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-02T04:01:01.523Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-02T04:01:01.523Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-02T04:01:01.523Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-02T04:01:01.524Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-02T04:01:01.524Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-02T04:01:01.524Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-02T04:01:01.525Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c623b074-53f9-4066-a3ed-d946d99dd007 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-11-02T04:01:01.533Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.533Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria 2022-11-02T04:01:01.533Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:01:01.534Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.534Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria 2022-11-02T04:01:01.534Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-02T04:01:01.535Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-02T04:01:01.535Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-02T04:01:01.535Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-02T04:01:01.536Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-02T04:01:01.536Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-02T04:01:01.536Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-02T04:01:01.536Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-02T04:01:01.537Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-02T04:01:01.537Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-02T04:01:01.537Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-02T04:01:01.538Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-02T04:01:01.538Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9ccb7003-bb6c-4ebd-883e-7302b4bc19dc 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-11-02T04:01:01.540Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.540Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria 2022-11-02T04:01:01.541Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:01:01.543Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.543Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria 2022-11-02T04:01:01.544Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-02T04:01:01.544Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-02T04:01:01.544Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-02T04:01:01.545Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-02T04:01:01.545Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-02T04:01:01.545Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-02T04:01:01.545Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-02T04:01:01.546Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-02T04:01:01.546Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-02T04:01:01.546Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-02T04:01:01.547Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-02T04:01:01.547Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-02T04:01:01.547Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7db8c1d2-13eb-4365-92b9-d892c708df44 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-11-02T04:01:01.549Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.550Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria 2022-11-02T04:01:01.550Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:01:01.551Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.551Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria 2022-11-02T04:01:01.551Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=ce3218a3-39c2-406e-8799-976a4fa11071 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-11-02T04:01:01.553Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.553Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:01:01.554Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7a34181c-f95a-45a7-9c43-9ee118d14f76: vFW eded6730-76c8 2022-11-02T04:01:01.554Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.555Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:01:01.555Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.555Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:01:01.556Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.556Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:01:01.556Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.556Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:01:01.557Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:01:01.557Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:01:01.557Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-02 03-59-42 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-11-02T04:01:01.831Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eded6730-76c8 030f89d0-66b6-4f6c-8ab9-dfb81905a9ad 1 ASDC deployResourceStructure 2022-11-02T04:01:01.831Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json ASDC sendASDCNotification 2022-11-02T04:01:01.831Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json 2022-11-02T04:01:01.831Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:01:01.832Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:01:01.834Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:01:01.834Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361661831, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:01:01.934Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:01:01.935Z||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-11-02T04:01:01.935Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:01:01.950Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:01:01.951Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:01:02.835Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-02T04:01:02.835Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml 2022-11-02T04:01:02.836Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:01:02.836Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:01:02.838Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:01:02.839Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361662835, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:01:02.939Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:01:02.940Z||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-11-02T04:01:02.940Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:01:02.956Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:01:02.956Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:01:03.840Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-02T04:01:03.840Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env 2022-11-02T04:01:03.841Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:01:03.841Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:01:03.843Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:01:03.843Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361663839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-02T04:01:03.943Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:01:03.944Z||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-11-02T04:01:03.944Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:01:03.956Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:01:03.957Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:01:04.844Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar ASDC sendASDCNotification 2022-11-02T04:01:04.845Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar 2022-11-02T04:01:04.845Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:01:04.846Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:01:04.848Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:01:04.849Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361664844, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:01:04.949Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:01:04.950Z||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-11-02T04:01:04.951Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:01:04.964Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:01:04.965Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:01:05.850Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:01:05.875Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:01:05.877Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:01:05.877Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:01:05.878Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:01:35.878Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:01:35.891Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:01:35.894Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:01:35.894Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:01:35.895Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:01:44.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:01:44.959Z||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-11-02T04:01:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:01:44.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:01:44.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-02T04:01:44.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "policy-id", "timestamp": 1667361642190, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-02T04:01:44.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-02T04:02:05.895Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:02:05.906Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:02:05.909Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:02:05.909Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:02:05.909Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:02:35.909Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:02:35.921Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:02:35.926Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:02:35.926Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:02:35.926Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:02:44.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:02:44.959Z||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-11-02T04:02:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:02:44.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:02:44.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-02T04:02:44.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "ves-openapi-manager", "timestamp": 1667361640469, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:02:44.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:05.926Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:03:05.942Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:03:05.944Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:03:05.944Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:03:05.945Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:03:35.945Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:03:35.961Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:03:35.963Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:03:35.963Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:03:35.964Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:03:44.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:03:44.961Z||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-11-02T04:03:44.961Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:03:44.986Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:03:45.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361641098, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "cds", "timestamp": 1667361643559, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "multicloud-k8s-id", "timestamp": 1667361644755, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "policy-id", "timestamp": 1667361642190, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "ves-openapi-manager", "timestamp": 1667361640469, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361641098, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "cds", "timestamp": 1667361643559, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "NOTIFIED" } 2022-11-02T04:03:45.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "multicloud-k8s-id", "timestamp": 1667361644755, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "NOTIFIED" } 2022-11-02T04:03:45.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "policy-id", "timestamp": 1667361642190, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "ves-openapi-manager", "timestamp": 1667361640469, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361641098, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "cds", "timestamp": 1667361643559, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-02T04:03:45.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "multicloud-k8s-id", "timestamp": 1667361644755, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-02T04:03:45.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "policy-id", "timestamp": 1667361642190, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "cds", "timestamp": 1667361643559, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361648960, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "multicloud-k8s-id", "timestamp": 1667361644755, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "policy-id", "timestamp": 1667361642190, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "cds", "timestamp": 1667361643559, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-02T04:03:45.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "multicloud-k8s-id", "timestamp": 1667361644755, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-02T04:03:45.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "policy-id", "timestamp": 1667361650009, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.518Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "clamp", "timestamp": 1667361649707, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "cds", "timestamp": 1667361651401, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "multicloud-k8s-id", "timestamp": 1667361644755, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "policy-id", "timestamp": 1667361651021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.521Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "clamp", "timestamp": 1667361649707, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "NOTIFIED" } 2022-11-02T04:03:45.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "cds", "timestamp": 1667361652416, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-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-11-02T04:03:45.536Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 2022-11-02T04:03:45.537Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:03:45.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361644956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "multicloud-k8s-id", "timestamp": 1667361644755, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "policy-id", "timestamp": 1667361652025, "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-11-02T04:03:45.562Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 2022-11-02T04:03:45.562Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:03:45.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "clamp", "timestamp": 1667361649707, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "multicloud-k8s-id", "timestamp": 1667361652562, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361653184, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "clamp", "timestamp": 1667361649707, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361654258, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "multicloud-k8s-id", "timestamp": 1667361653652, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "clamp", "timestamp": 1667361649707, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361655263, "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-11-02T04:03:45.587Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 2022-11-02T04:03:45.587Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:03:45.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "multicloud-k8s-id", "timestamp": 1667361654722, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "clamp", "timestamp": 1667361649707, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "multicloud-k8s-id", "timestamp": 1667361655793, "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-11-02T04:03:45.603Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 2022-11-02T04:03:45.603Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:03:45.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "clamp", "timestamp": 1667361649707, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "multicloud-k8s-id", "timestamp": 1667361656802, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361658255, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "aai-ml", "timestamp": 1667361658395, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361659367, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "aai-ml", "timestamp": 1667361658395, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361660430, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "aai-ml", "timestamp": 1667361658395, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "clamp", "timestamp": 1667361661688, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361661831, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "aai-ml", "timestamp": 1667361658395, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361662835, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "aai-ml", "timestamp": 1667361658395, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "clamp", "timestamp": 1667361663686, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361663839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "aai-ml", "timestamp": 1667361658395, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "clamp", "timestamp": 1667361664690, "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-11-02T04:03:45.622Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 2022-11-02T04:03:45.622Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:03:45.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361664844, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "aai-ml", "timestamp": 1667361658395, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "aai-ml", "timestamp": 1667361666283, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "cds", "timestamp": 1667361673559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361671098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "cds", "timestamp": 1667361673559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361671098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "clamp", "timestamp": 1667361679707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "cds", "timestamp": 1667361673559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361671098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "aai-ml", "timestamp": 1667361680973, "artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "ves-openapi-manager", "timestamp": 1667361680469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "clamp", "timestamp": 1667361679707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:03:45.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "cds", "timestamp": 1667361673559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361671098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "aai-ml", "timestamp": 1667361681978, "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-11-02T04:03:45.641Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 2022-11-02T04:03:45.641Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:03:45.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "ves-openapi-manager", "timestamp": 1667361680469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "clamp", "timestamp": 1667361679707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "cds", "timestamp": 1667361673559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361671098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "policy-id", "timestamp": 1667361682190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "ves-openapi-manager", "timestamp": 1667361680469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "clamp", "timestamp": 1667361679707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "cds", "timestamp": 1667361673559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361671098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "policy-id", "timestamp": 1667361682190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "ves-openapi-manager", "timestamp": 1667361680469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "clamp", "timestamp": 1667361679707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "cds", "timestamp": 1667361673559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361671098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "policy-id", "timestamp": 1667361682190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-02T04:03:45.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "ves-openapi-manager", "timestamp": 1667361680469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "clamp", "timestamp": 1667361679707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "cds", "timestamp": 1667361686561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361686253, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "multicloud-k8s-id", "timestamp": 1667361684755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.657Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "policy-id", "timestamp": 1667361682190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.657Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "ves-openapi-manager", "timestamp": 1667361680469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "clamp", "timestamp": 1667361679707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "cds", "timestamp": 1667361687566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-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-11-02T04:03:45.676Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42695dda-53f3-4e75-a8b0-45d6dda4428a 2022-11-02T04:03:45.676Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42695dda-53f3-4e75-a8b0-45d6dda4428a 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-11-02T04:03:45.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "multicloud-k8s-id", "timestamp": 1667361684755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:03:45.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "policy-id", "timestamp": 1667361682190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "ves-openapi-manager", "timestamp": 1667361680469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "multicloud-k8s-id", "timestamp": 1667361684755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-02T04:03:45.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "policy-id", "timestamp": 1667361682190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361688608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.687Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "multicloud-k8s-id", "timestamp": 1667361684755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "aai-ml", "timestamp": 1667361688395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "policy-id", "timestamp": 1667361682190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667361689613, "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-11-02T04:03:45.695Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42695dda-53f3-4e75-a8b0-45d6dda4428a 2022-11-02T04:03:45.695Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42695dda-53f3-4e75-a8b0-45d6dda4428a 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-11-02T04:03:45.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "multicloud-k8s-id", "timestamp": 1667361684755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-02T04:03:45.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "aai-ml", "timestamp": 1667361688395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "policy-id", "timestamp": 1667361689943, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "multicloud-k8s-id", "timestamp": 1667361684755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "aai-ml", "timestamp": 1667361688395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "policy-id", "timestamp": 1667361690948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "multicloud-k8s-id", "timestamp": 1667361684755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "aai-ml", "timestamp": 1667361688395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "policy-id", "timestamp": 1667361691952, "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-11-02T04:03:45.711Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42695dda-53f3-4e75-a8b0-45d6dda4428a 2022-11-02T04:03:45.711Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42695dda-53f3-4e75-a8b0-45d6dda4428a 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-11-02T04:03:45.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "aai-ml", "timestamp": 1667361688395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "multicloud-k8s-id", "timestamp": 1667361692557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "clamp", "timestamp": 1667361693676, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "aai-ml", "timestamp": 1667361688395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:03:45.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "multicloud-k8s-id", "timestamp": 1667361693627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "clamp", "timestamp": 1667361694697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "aai-ml", "timestamp": 1667361688395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:03:45.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-02T04:03:45.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "multicloud-k8s-id", "timestamp": 1667361694678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "clamp", "timestamp": 1667361695701, "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-11-02T04:03:45.726Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 42695dda-53f3-4e75-a8b0-45d6dda4428a 2022-11-02T04:03:45.726Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42695dda-53f3-4e75-a8b0-45d6dda4428a 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-11-02T04:03:45.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "aai-ml", "timestamp": 1667361696113, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:03:45.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "multicloud-k8s-id", "timestamp": 1667361695706, "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-11-02T04:03:45.738Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42695dda-53f3-4e75-a8b0-45d6dda4428a 2022-11-02T04:03:45.738Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42695dda-53f3-4e75-a8b0-45d6dda4428a 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-11-02T04:03:45.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "multicloud-k8s-id", "timestamp": 1667361696711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "aai-ml", "timestamp": 1667361703158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:03:45.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:03:45.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:03:45.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "aai-ml", "timestamp": 1667361704163, "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-11-02T04:03:45.750Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42695dda-53f3-4e75-a8b0-45d6dda4428a 2022-11-02T04:03:45.750Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42695dda-53f3-4e75-a8b0-45d6dda4428a 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-11-02T04:04:05.964Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:04:05.976Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:04:05.979Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:04:05.981Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:04:05.981Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|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-11-02T04:04:05.986Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-02T04:04:35.986Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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-11-02T04:04:36.002Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 and serviceModelVersionId: 7a34181c-f95a-45a7-9c43-9ee118d14f76 2022-11-02T04:04:36.002Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43 2022-11-02T04:04:44.987Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:04:44.988Z||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-11-02T04:04:44.988Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:04:52.233Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43/model-vers/model-ver/7a34181c-f95a-45a7-9c43-9ee118d14f76?depth=0 2022-11-02T04:04:52.348Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-02T04:04:52.875Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|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/b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43/model-vers/model-ver/7a34181c-f95a-45a7-9c43-9ee118d14f76?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-11-02T04:04:52.880Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43/model-vers/model-ver/7a34181c-f95a-45a7-9c43-9ee118d14f76?depth=0|INFO|500||Invoke 2022-11-02T04:04:53.011Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43/model-vers/model-ver/7a34181c-f95a-45a7-9c43-9ee118d14f76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-02T04:04:53.243Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43/model-vers/model-ver/7a34181c-f95a-45a7-9c43-9ee118d14f76?depth=0|INFO|500||InvokeReturn 2022-11-02T04:04:53.246Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|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/b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43/model-vers/model-ver/7a34181c-f95a-45a7-9c43-9ee118d14f76?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221102-04:04:53:476-11209], vertex-id=[196840], Content-Length=[0], Date=[Wed, 02 Nov 2022 04:04:53 GMT], Content-Type=[application/json]} 2022-11-02T04:04:53.246Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-11-02T04:04:53.250Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-02T04:04:53.250Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|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-11-02T04:04:53.257Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|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-11-02T04:04:53.258Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-02T04:04:53.259Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-02T04:04:53.260Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:04:53.262Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:04:53.262Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361893258, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:04:53.362Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:04:53.364Z||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-11-02T04:04:53.364Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:04:53.376Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:04:53.377Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:04:54.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:04:54.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:04:54.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361893258, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:04:54.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-02T04:04:54.276Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:04:54.277Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|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-11-02T04:04:54.277Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:04:58.741Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:04:58.742Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:04:58.742Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"42695dda-53f3-4e75-a8b0-45d6dda4428a","serviceName":"basic_onboard_vROZZE","serviceVersion":"1.0","serviceUUID":"40b033db-5509-4e68-b705-6bb577615f5e","serviceDescription":"service","serviceInvariantUUID":"91363243-0e17-4de3-bebe-51bed48e12c0","resources":[{"resourceInstanceName":"basic_onboard_vROZZE 0","resourceName":"basic_onboard_vROZZE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f5f2318-7397-4f19-861e-b52b210a0a9f","resourceInvariantUUID":"1dc21c20-cc20-4a57-ace7-b29ba9cb23c0","resourceCustomizationUUID":"17a80aa0-f9bb-4a44-8162-8f1d91d961a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQ5M2MyYzMwZjE0NGFlNzMyNGFiMGUyZGUzMzE3OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d826f7c-002d-4638-9fd9-cd56344a6fc7","artifactVersion":"1"},{"artifactName":"basic_onboard_vrozze0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json","artifactChecksum":"OTczNTllODRhYTIxMmYyNWRiZGNkNTkwNTE1MGNjOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c44930ac-e01e-48c0-96f2-d5aaf9e76cca","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"56b7cf38-43c1-40e3-b2d8-5948b6db90a7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dffb653c-42f4-485f-9dc9-2fea4d595041","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"482bf4f7-d756-4f44-85c9-00c40e6ef24c","artifactVersion":"2","generatedFromUUID":"56b7cf38-43c1-40e3-b2d8-5948b6db90a7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVrozze-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml","artifactChecksum":"ZThkNjA4MTYxM2M4MTdmZWY1NzNlYmE1YWI0MzZlMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3494c5d2-46e5-48e8-a767-d471bf32a4b9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVrozze-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar","artifactChecksum":"NDFiN2I1N2I2NzdjNjYzYzFkMTQ1ZjI2NDAxYWNkOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28632a5f-caea-4658-a89a-f22f39e21577","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-02T04:04:58.745Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:04:58.745Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:04:58.747Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:04:58.747Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:04:58.847Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:04:58.848Z||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-11-02T04:04:58.849Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:04:58.863Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:04:58.864Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:04:59.748Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:04:59.749Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:04:59.753Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:04:59.753Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:04:59.853Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:04:59.854Z||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-11-02T04:04:59.854Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:04:59.872Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:04:59.872Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:05:00.753Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:05:00.754Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:00.756Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:00.757Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-02T04:05:00.857Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:00.858Z||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-11-02T04:05:00.858Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:00.873Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:00.874Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:05:01.757Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:05:01.760Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:01.762Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:01.763Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:05:01.863Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:01.864Z||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-11-02T04:05:01.864Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:01.876Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:01.877Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:05:02.764Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:05:02.765Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:02.767Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:02.767Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-02T04:05:02.867Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:02.868Z||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-11-02T04:05:02.868Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:02.886Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:02.887Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:05:03.768Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:05:03.769Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:03.772Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:03.772Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:05:03.872Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:03.873Z||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-11-02T04:05:03.873Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:03.886Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:03.887Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:05:04.773Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:05:04.774Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:04.776Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:04.776Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:05:04.876Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:04.878Z||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-11-02T04:05:04.878Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:04.891Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:04.892Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:05:05.778Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "serviceName": "basic_onboard_vROZZE", "serviceVersion": "1.0", "serviceUUID": "40b033db-5509-4e68-b705-6bb577615f5e", "serviceDescription": "service", "serviceInvariantUUID": "91363243-0e17-4de3-bebe-51bed48e12c0", "resources": [ { "resourceInstanceName": "basic_onboard_vROZZE 0", "resourceCustomizationUUID": "17a80aa0-f9bb-4a44-8162-8f1d91d961a1", "resourceName": "basic_onboard_vROZZE", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6f5f2318-7397-4f19-861e-b52b210a0a9f", "resourceInvariantUUID": "1dc21c20-cc20-4a57-ace7-b29ba9cb23c0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vrozze0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "artifactChecksum": "OTczNTllODRhYTIxMmYyNWRiZGNkNTkwNTE1MGNjOGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c44930ac-e01e-48c0-96f2-d5aaf9e76cca", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "56b7cf38-43c1-40e3-b2d8-5948b6db90a7", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "482bf4f7-d756-4f44-85c9-00c40e6ef24c", "generatedFromUUID": "56b7cf38-43c1-40e3-b2d8-5948b6db90a7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "482bf4f7-d756-4f44-85c9-00c40e6ef24c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVrozze-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "artifactChecksum": "NDFiN2I1N2I2NzdjNjYzYzFkMTQ1ZjI2NDAxYWNkOTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "28632a5f-caea-4658-a89a-f22f39e21577" } ], "workloadContext": "Production" } 2022-11-02T04:05:05.778Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-02T04:05:05.779Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 40b033db-5509-4e68-b705-6bb577615f5e ASDC 2022-11-02T04:05:05.779Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:42695dda-53f3-4e75-a8b0-45d6dda4428a ServiceName:basic_onboard_vROZZE ServiceVersion:1.0 ServiceUUID:40b033db-5509-4e68-b705-6bb577615f5e ServiceInvariantUUID:91363243-0e17-4de3-bebe-51bed48e12c0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVrozze-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar ArtifactUUID:28632a5f-caea-4658-a89a-f22f39e21577 ArtifactChecksum:NDFiN2I1N2I2NzdjNjYzYzFkMTQ1ZjI2NDAxYWNkOTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_vROZZE 0 ResourceCustomizationUUID:17a80aa0-f9bb-4a44-8162-8f1d91d961a1 ResourceInvariantUUID:1dc21c20-cc20-4a57-ace7-b29ba9cb23c0 ResourceName:basic_onboard_vROZZE ResourceType:VF ResourceUUID:6f5f2318-7397-4f19-861e-b52b210a0a9f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vrozze0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json ArtifactUUID:c44930ac-e01e-48c0-96f2-d5aaf9e76cca ArtifactChecksum:OTczNTllODRhYTIxMmYyNWRiZGNkNTkwNTE1MGNjOGE= 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/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml ArtifactUUID:56b7cf38-43c1-40e3-b2d8-5948b6db90a7 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/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env ArtifactUUID:482bf4f7-d756-4f44-85c9-00c40e6ef24c 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/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env ArtifactUUID:482bf4f7-d756-4f44-85c9-00c40e6ef24c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-02T04:05:05.780Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40b033db-5509-4e68-b705-6bb577615f5e 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-11-02T04:05:05.809Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:05:05.810Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-02T04:05:05.810Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-02T04:05:05.810Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 28632a5f-caea-4658-a89a-f22f39e21577 from URL: /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:05.810Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-02T04:05:05.811Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:05.958Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-02T04:05:05.965Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar 28632a5f-caea-4658-a89a-f22f39e21577 71582 2022-11-02T04:05:05.965Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar ASDC sendASDCNotification 2022-11-02T04:05:05.965Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:05.965Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:05:05.966Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:05.968Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:05.968Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361905965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:05:06.068Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:06.069Z||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-11-02T04:05:06.069Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:06.082Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:06.082Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:05:06.968Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:05:06.969Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-02T04:05:06.970Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 28632a5f-caea-4658-a89a-f22f39e21577, URL: /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar to file: /app/ASDC/1/service-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:06.970Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:06.971Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:06.971Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:07.105Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8953081134590533040/Definitions/service-BasicOnboardVrozze-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-11-02T04:05:08.317Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-02T04:05:08.318Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-02T04:05:08.318Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:08.318Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||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-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||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-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vROZZE 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-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||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-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:08.320Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-02T04:05:08.320Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.320Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:08.320Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria 2022-11-02T04:05:08.320Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-02T04:05:08.320Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:05:08.321Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.321Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:08.321Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria 2022-11-02T04:05:08.321Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-02T04:05:08.321Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:05:08.321Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.322Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:08.322Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.322Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is not matching search criteria 2022-11-02T04:05:08.322Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-02T04:05:08.322Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-02T04:05:08.323Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-02T04:05:08.323Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-02T04:05:08.323Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-02T04:05:08.323Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.323Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-02T04:05:08.323Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.324Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria 2022-11-02T04:05:08.324Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:05:08.324Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.324Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria 2022-11-02T04:05:08.324Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:05:08.325Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.325Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria 2022-11-02T04:05:08.325Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:05:08.325Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.326Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is not matching search criteria 2022-11-02T04:05:08.326Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-02T04:05:08.326Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-02T04:05:08.326Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e8fd28ff-08a9-4d04-8f6e-4e056541320c 2022-11-02T04:05:08.326Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.326Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:08.327Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.327Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:08.327Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.327Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:08.327Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:08.327Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:08.328Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_vROZZE Description:service Model UUID:40b033db-5509-4e68-b705-6bb577615f5e Model Version:NULL Model InvariantUuid:91363243-0e17-4de3-bebe-51bed48e12c0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_vROZZE Model UUID:f289ad84-641d-4600-92ae-d1785d0e1a3e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1dc21c20-cc20-4a57-ace7-b29ba9cb23c0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:17a80aa0-f9bb-4a44-8162-8f1d91d961a1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b4497402-ca36-4d13-ba8f-cdd012844d47 ModelName:BasicOnboardVrozze..base_ubuntu18..module-0 ModelUuid:e5d1a74d-e472-44e4-a42e-a5780894637f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e8fd28ff-08a9-4d04-8f6e-4e056541320c ModelInvariantUuid:070dabbf-7bf3-4a84-8e82-737e5eaa953d ModelName:basic_onboard_vROZZE-nodes.ubuntu18Cvfc ModelUuid:3086d5f7-8217-498b-a088-f0a4c00d643b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b20c3427-609c-48bb-9f13-243a798291b9 ModelInvariantUuid:60ec22fa-a8a7-42ae-af7d-04ef878164a5 ModelName:BasicOnboardVrozze.compute.nodes.heat.ubuntu18 ModelUuid:aa861d14-f706-468d-9512-aaabbda4805d 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-11-02T04:05:08.334Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f5f2318-7397-4f19-861e-b52b210a0a9f 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-11-02T04:05:08.336Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||basic_onboard_vROZZE 0 2022-11-02T04:05:08.336Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f5f2318-7397-4f19-861e-b52b210a0a9f 2022-11-02T04:05:08.336Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c44930ac-e01e-48c0-96f2-d5aaf9e76cca from URL: /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json 2022-11-02T04:05:08.337Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-02T04:05:08.337Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json 2022-11-02T04:05:08.386Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-02T04:05:08.386Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json c44930ac-e01e-48c0-96f2-d5aaf9e76cca 798 2022-11-02T04:05:08.386Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json ASDC sendASDCNotification 2022-11-02T04:05:08.386Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json 2022-11-02T04:05:08.387Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:05:08.387Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:08.391Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:08.392Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361908386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:05:08.489Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-02T04:05:08.490Z||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-11-02T04:05:08.490Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:08.505Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:08.505Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:05:09.392Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVrozze..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b4497402-ca36-4d13-ba8f-cdd012844d47", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e5d1a74d-e472-44e4-a42e-a5780894637f", "vfModuleModelCustomizationUUID": "abaf8a99-5148-4a2d-9d16-7a50eafffb40", "isBase": true, "artifacts": [ "56b7cf38-43c1-40e3-b2d8-5948b6db90a7", "482bf4f7-d756-4f44-85c9-00c40e6ef24c" ], "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-11-02T04:05:09.398Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVrozze..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e5d1a74d-e472-44e4-a42e-a5780894637f VfModuleModelInvariantUUID:b4497402-ca36-4d13-ba8f-cdd012844d47 VfModuleModelDescription:NULL Artifacts UUID List:{ 56b7cf38-43c1-40e3-b2d8-5948b6db90a7 , 482bf4f7-d756-4f44-85c9-00c40e6ef24c } 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-11-02T04:05:09.400Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVrozze..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b4497402-ca36-4d13-ba8f-cdd012844d47", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e5d1a74d-e472-44e4-a42e-a5780894637f", "vfModuleModelCustomizationUUID": "abaf8a99-5148-4a2d-9d16-7a50eafffb40", "isBase": true, "artifacts": [ "56b7cf38-43c1-40e3-b2d8-5948b6db90a7", "482bf4f7-d756-4f44-85c9-00c40e6ef24c" ], "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-11-02T04:05:09.400Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVrozze..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e5d1a74d-e472-44e4-a42e-a5780894637f VfModuleModelInvariantUUID:b4497402-ca36-4d13-ba8f-cdd012844d47 VfModuleModelDescription:NULL Artifacts UUID List:{ 56b7cf38-43c1-40e3-b2d8-5948b6db90a7 , 482bf4f7-d756-4f44-85c9-00c40e6ef24c } 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-11-02T04:05:09.401Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 56b7cf38-43c1-40e3-b2d8-5948b6db90a7 from URL: /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml 2022-11-02T04:05:09.401Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-02T04:05:09.401Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml 2022-11-02T04:05:09.452Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-02T04:05:09.453Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml 56b7cf38-43c1-40e3-b2d8-5948b6db90a7 5033 2022-11-02T04:05:09.453Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-02T04:05:09.453Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml 2022-11-02T04:05:09.453Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:05:09.454Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:09.456Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:09.456Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361909453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:05:09.556Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:09.557Z||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-11-02T04:05:09.557Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:09.570Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:09.570Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:05:10.456Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 482bf4f7-d756-4f44-85c9-00c40e6ef24c from URL: /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env 2022-11-02T04:05:10.457Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-02T04:05:10.457Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env 2022-11-02T04:05:10.506Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-02T04:05:10.506Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env 482bf4f7-d756-4f44-85c9-00c40e6ef24c 909 2022-11-02T04:05:10.506Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-02T04:05:10.506Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env 2022-11-02T04:05:10.507Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:05:10.507Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:10.509Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:10.509Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361910506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:05:10.609Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:10.610Z||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-11-02T04:05:10.610Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:10.622Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:10.623Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:05:11.509Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 40b033db-5509-4e68-b705-6bb577615f5e 2022-11-02T04:05:11.510Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vROZZE 0 6f5f2318-7397-4f19-861e-b52b210a0a9f 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-11-02T04:05:11.524Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@759537dc, org.onap.sdc.toscaparser.api.parameters.Input@7207ba13, org.onap.sdc.toscaparser.api.parameters.Input@ffbf0a6, org.onap.sdc.toscaparser.api.parameters.Input@84324ee, org.onap.sdc.toscaparser.api.parameters.Input@5434d9ed] 2022-11-02T04:05:11.526Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.526Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:11.526Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-02T04:05:11.527Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 17a80aa0-f9bb-4a44-8162-8f1d91d961a1 2022-11-02T04:05:11.527Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 17a80aa0-f9bb-4a44-8162-8f1d91d961a1 matches Tosca VF Customization UUID: 17a80aa0-f9bb-4a44-8162-8f1d91d961a1 2022-11-02T04:05:11.527Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 17a80aa0-f9bb-4a44-8162-8f1d91d961a1 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-11-02T04:05:11.529Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.529Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:11.530Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 17a80aa0-f9bb-4a44-8162-8f1d91d961a1: {\"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-11-02T04:05:11.530Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5af7b293 2022-11-02T04:05:11.530Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.530Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-02T04:05:11.531Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : abaf8a99-5148-4a2d-9d16-7a50eafffb40 2022-11-02T04:05:11.531Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID abaf8a99-5148-4a2d-9d16-7a50eafffb40 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-11-02T04:05:11.533Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.533Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria 2022-11-02T04:05:11.534Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:05:11.534Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.534Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria 2022-11-02T04:05:11.534Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:05:11.535Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.535Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is not matching search criteria 2022-11-02T04:05:11.535Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-02T04:05:11.535Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-02T04:05:11.535Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e8fd28ff-08a9-4d04-8f6e-4e056541320c 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-11-02T04:05:11.537Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.538Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria 2022-11-02T04:05:11.538Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:05:11.538Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.538Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria 2022-11-02T04:05:11.539Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=17a80aa0-f9bb-4a44-8162-8f1d91d961a1 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-11-02T04:05:11.541Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.541Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:11.541Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 40b033db-5509-4e68-b705-6bb577615f5e: basic_onboard_vROZZE 2022-11-02T04:05:11.541Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.542Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:11.542Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.542Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:11.542Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.543Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:11.543Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.543Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:11.543Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:05:11.544Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:05:11.544Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_vROZZE 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-11-02T04:05:11.621Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vROZZE 6f5f2318-7397-4f19-861e-b52b210a0a9f 1 ASDC deployResourceStructure 2022-11-02T04:05:11.622Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json ASDC sendASDCNotification 2022-11-02T04:05:11.622Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json 2022-11-02T04:05:11.622Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:05:11.623Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:11.625Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:11.625Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361911622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:05:11.725Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:11.726Z||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-11-02T04:05:11.726Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:11.739Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:11.739Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:05:12.626Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-02T04:05:12.627Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml 2022-11-02T04:05:12.627Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:05:12.627Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:12.629Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:12.630Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361912626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:05:12.730Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:12.731Z||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-11-02T04:05:12.731Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:12.742Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:12.742Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:05:13.631Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-02T04:05:13.631Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env 2022-11-02T04:05:13.632Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:05:13.632Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:13.634Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:13.634Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361913631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-02T04:05:13.734Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:13.735Z||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-11-02T04:05:13.735Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:13.751Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:13.751Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:05:14.635Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar ASDC sendASDCNotification 2022-11-02T04:05:14.636Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar 2022-11-02T04:05:14.636Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:05:14.636Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:14.638Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:14.638Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361914635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:05:14.738Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:14.739Z||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-11-02T04:05:14.740Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:14.753Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:14.754Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:05:15.639Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42695dda-53f3-4e75-a8b0-45d6dda4428a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:05:15.650Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42695dda-53f3-4e75-a8b0-45d6dda4428a 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-11-02T04:05:15.654Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:05:15.656Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:05:15.656Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:05:15.661Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-02T04:05:44.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:05:44.959Z||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-11-02T04:05:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:45.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:45.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:05:45.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-02T04:05:45.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:05:45.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-02T04:05:45.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-02T04:05:45.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-02T04:05:45.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:05:45.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-02T04:05:45.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-02T04:05:45.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-02T04:05:45.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:05:45.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-02T04:05:45.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361894276, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:05:45.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-02T04:05:45.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361905965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:05:45.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:05:45.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361908386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:05:45.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:05:45.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361909453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:05:45.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:05:45.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361910506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:05:45.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:05:45.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361911622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:05:45.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:05:45.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361912626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:05:45.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:05:45.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361913631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-02T04:05:45.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:05:45.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-02T04:05:45.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361914635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:05:45.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:05:45.661Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42695dda-53f3-4e75-a8b0-45d6dda4428a 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-11-02T04:05:45.668Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42695dda-53f3-4e75-a8b0-45d6dda4428a and serviceModelVersionId: 40b033db-5509-4e68-b705-6bb577615f5e 2022-11-02T04:05:45.668Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91363243-0e17-4de3-bebe-51bed48e12c0 2022-11-02T04:05:45.669Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91363243-0e17-4de3-bebe-51bed48e12c0/model-vers/model-ver/40b033db-5509-4e68-b705-6bb577615f5e?depth=0 2022-11-02T04:05:45.673Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-02T04:05:45.733Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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/91363243-0e17-4de3-bebe-51bed48e12c0/model-vers/model-ver/40b033db-5509-4e68-b705-6bb577615f5e?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-11-02T04:05:45.734Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91363243-0e17-4de3-bebe-51bed48e12c0/model-vers/model-ver/40b033db-5509-4e68-b705-6bb577615f5e?depth=0|INFO|500||Invoke 2022-11-02T04:05:45.769Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91363243-0e17-4de3-bebe-51bed48e12c0/model-vers/model-ver/40b033db-5509-4e68-b705-6bb577615f5e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-02T04:05:45.875Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91363243-0e17-4de3-bebe-51bed48e12c0/model-vers/model-ver/40b033db-5509-4e68-b705-6bb577615f5e?depth=0|INFO|500||InvokeReturn 2022-11-02T04:05:45.876Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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/91363243-0e17-4de3-bebe-51bed48e12c0/model-vers/model-ver/40b033db-5509-4e68-b705-6bb577615f5e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221102-04:05:46:234-16096], vertex-id=[204824], Content-Length=[0], Date=[Wed, 02 Nov 2022 04:05:46 GMT], Content-Type=[application/json]} 2022-11-02T04:05:45.876Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-11-02T04:05:45.877Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-02T04:05:45.877Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:05:45.882Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:05:45.882Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42695dda-53f3-4e75-a8b0-45d6dda4428a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-02T04:05:45.883Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-02T04:05:45.883Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:05:45.885Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:05:45.885Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361945883, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:05:45.985Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:05:45.986Z||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-11-02T04:05:45.986Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:46.000Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:46.000Z||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-11-02T04:05:46.896Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:05:46.897Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:05:46.897Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:05:56.446Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:05:56.447Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:05:56.447Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:05:56.448Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:06:06.005Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:06:06.006Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:06:06.006Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:06:06.007Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:06:15.564Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:06:15.565Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:06:15.566Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:06:15.566Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:06:25.119Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:06:44.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:06:44.959Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:06:44.960Z||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-11-02T04:06:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:06:44.961Z||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-11-02T04:06:44.961Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:06:45.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:06:45.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-02T04:06:45.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667361945883, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:06:45.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:06:54.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:07:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:07:44.957Z||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-11-02T04:07:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:07:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:07:44.959Z||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-11-02T04:07:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:07:54.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:07:54.520Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:08:44.955Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:08:44.956Z||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-11-02T04:08:44.956Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:08:44.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:08:44.959Z||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-11-02T04:08:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:08:54.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:08:54.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:09:44.955Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:09:44.956Z||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-11-02T04:09:44.956Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:09:44.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:09:44.959Z||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-11-02T04:09:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:09:54.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:09:54.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:10:44.955Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:10:44.956Z||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-11-02T04:10:44.956Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:10:44.958Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:10:44.958Z||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-11-02T04:10:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:10:54.506Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:10:54.509Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:11:44.956Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:11:44.957Z||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-11-02T04:11:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:11:44.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:11:44.962Z||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-11-02T04:11:44.963Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:11:54.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:11:54.501Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:12:44.956Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:12:44.960Z||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-11-02T04:12:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:12:44.963Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:12:44.963Z||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-11-02T04:12:44.963Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:12:54.510Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:12:54.515Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:13:44.955Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:13:44.956Z||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-11-02T04:13:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:13:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:13:44.959Z||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-11-02T04:13:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:13:54.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:13:54.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:14:44.957Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:14:44.958Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:14:44.959Z||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-11-02T04:14:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:14:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:14:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:14:54.504Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:14:54.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:15:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:15:44.956Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:15:44.956Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:15:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:15:44.958Z||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-11-02T04:15:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:15:54.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:15:54.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:16:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:16:44.958Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:16:44.958Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:16:44.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:16:44.966Z||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-11-02T04:16:44.966Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:16:49.217Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:16:49.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-02T04:16:49.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dab126ad-3f18-41a5-b1cb-6ca045fc66f0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e0873c6b-0182-4ebe-bd32-25c889e311a9","serviceDescription":"service","serviceInvariantUUID":"99c04672-c1b5-4eab-a7f7-44d7c1ad95bd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e933be99-d805-4127-9f94-9ad363176962","resourceInvariantUUID":"abf99b4b-257c-45b0-87dd-46a52a5d51c9","resourceCustomizationUUID":"d0c8a919-ae1f-4316-8da6-7c6ef53b97cf","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":"NWRjMDBlMzA4YzViNWUxM2Q0YTFkODUyMzBlOGFkMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cae66170-43f5-408d-b1f5-f49a3964d605","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U0OGUzZWE1YjQ2YzNjOWE4NjkyZDE1YjRmOGVmMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2f58b86-3125-4655-b31f-a70bbccd8fc1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-02T04:16:49.230Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:16:49.231Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:16:49.238Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:16:49.238Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362604956, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:16:49.338Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:16:49.339Z||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-11-02T04:16:49.340Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:16:49.355Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:16:49.355Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:16:49.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:16:49.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:16:49.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "cds", "timestamp": 1667362603559, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:16:49.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:16:50.239Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:16:50.240Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:16:50.244Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:16:50.244Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362604956, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:16:50.344Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:16:50.345Z||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-11-02T04:16:50.345Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:16:50.360Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:16:50.360Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:16:51.245Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e0873c6b-0182-4ebe-bd32-25c889e311a9", "serviceDescription": "service", "serviceInvariantUUID": "99c04672-c1b5-4eab-a7f7-44d7c1ad95bd", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "d0c8a919-ae1f-4316-8da6-7c6ef53b97cf", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e933be99-d805-4127-9f94-9ad363176962", "resourceInvariantUUID": "abf99b4b-257c-45b0-87dd-46a52a5d51c9", "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": "M2U0OGUzZWE1YjQ2YzNjOWE4NjkyZDE1YjRmOGVmMTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c2f58b86-3125-4655-b31f-a70bbccd8fc1" } ], "workloadContext": "Production" } 2022-11-02T04:16:51.246Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-02T04:16:51.246Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e0873c6b-0182-4ebe-bd32-25c889e311a9 ASDC 2022-11-02T04:16:51.247Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:dab126ad-3f18-41a5-b1cb-6ca045fc66f0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e0873c6b-0182-4ebe-bd32-25c889e311a9 ServiceInvariantUUID:99c04672-c1b5-4eab-a7f7-44d7c1ad95bd 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:c2f58b86-3125-4655-b31f-a70bbccd8fc1 ArtifactChecksum:M2U0OGUzZWE1YjQ2YzNjOWE4NjkyZDE1YjRmOGVmMTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:d0c8a919-ae1f-4316-8da6-7c6ef53b97cf ResourceInvariantUUID:abf99b4b-257c-45b0-87dd-46a52a5d51c9 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e933be99-d805-4127-9f94-9ad363176962 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-02T04:16:51.247Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0873c6b-0182-4ebe-bd32-25c889e311a9 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-11-02T04:16:51.284Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:16:51.285Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-02T04:16:51.285Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-02T04:16:51.285Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c2f58b86-3125-4655-b31f-a70bbccd8fc1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-02T04:16:51.286Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-02T04:16:51.286Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-02T04:16:51.427Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-02T04:16:51.430Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c2f58b86-3125-4655-b31f-a70bbccd8fc1 52511 2022-11-02T04:16:51.430Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-02T04:16:51.430Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-02T04:16:51.430Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:16:51.430Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:16:51.433Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:16:51.433Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362611430, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:16:51.533Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:16:51.534Z||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-11-02T04:16:51.535Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:16:51.599Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:16:51.600Z||pool-37-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:16:52.433Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:16:52.434Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-02T04:16:52.435Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c2f58b86-3125-4655-b31f-a70bbccd8fc1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-02T04:16:52.435Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-02T04:16:52.436Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-02T04:16:52.436Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-02T04:16:52.625Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5888580038110827427/Definitions/service-BasicNetwork-template.yml 2022-11-02T04:16:53.288Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-02T04:16:53.289Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-02T04:16:53.289Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-02T04:16:53.289Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-02T04:16:53.289Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-02T04:16:53.291Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.291Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.291Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-02T04:16:53.292Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-02T04:16:53.292Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:16:53.292Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.292Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.292Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-02T04:16:53.292Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-02T04:16:53.293Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:16:53.293Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.293Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.293Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.293Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.294Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.294Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.294Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.294Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.294Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.294Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.295Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:e0873c6b-0182-4ebe-bd32-25c889e311a9 Model Version:NULL Model InvariantUuid:99c04672-c1b5-4eab-a7f7-44d7c1ad95bd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:abf99b4b-257c-45b0-87dd-46a52a5d51c9 Model UUID:0b45a5cd-c81e-4be0-85f4-9c97a8239dcb Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:d0c8a919-ae1f-4316-8da6-7c6ef53b97cf 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-11-02T04:16:53.303Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: e933be99-d805-4127-9f94-9ad363176962 2022-11-02T04:16:53.304Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||No resources found for Service: e0873c6b-0182-4ebe-bd32-25c889e311a9 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-11-02T04:16:53.310Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500|| 2022-11-02T04:16:53.310Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-02T04:16:53.311Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e0873c6b-0182-4ebe-bd32-25c889e311a9 2022-11-02T04:16:53.312Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e0873c6b-0182-4ebe-bd32-25c889e311a9 2022-11-02T04:16:53.312Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-02T04:16:53.312Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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-11-02T04:16:53.316Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c8846e8, org.onap.sdc.toscaparser.api.parameters.Input@24e82464, org.onap.sdc.toscaparser.api.parameters.Input@59ec0e93, org.onap.sdc.toscaparser.api.parameters.Input@3810eb33, org.onap.sdc.toscaparser.api.parameters.Input@76e145df] 2022-11-02T04:16:53.318Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.318Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.318Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.318Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.319Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e0873c6b-0182-4ebe-bd32-25c889e311a9: Generic NeutronNet 2022-11-02T04:16:53.319Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.319Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.319Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.319Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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-11-02T04:16:53.365Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.366Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.366Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.366Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.366Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:16:53.366Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:16:53.367Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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-11-02T04:16:53.414Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-02T04:16:53.415Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-02T04:16:53.415Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-02T04:16:53.415Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:16:53.415Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:16:53.417Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:16:53.417Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362613415, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:16:53.517Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:16:53.518Z||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-11-02T04:16:53.518Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:16:53.533Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:16:53.534Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:16:54.418Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:16:54.429Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:16:54.431Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:16:54.431Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:16:54.431Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:17:24.431Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:17:24.441Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:17:24.443Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:17:24.444Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:17:24.444Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:17:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:17:44.960Z||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-11-02T04:17:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:17:44.986Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:17:44.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:17:44.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "ves-openapi-manager", "timestamp": 1667362600469, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:17:44.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:17:54.444Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:17:54.459Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:17:54.465Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:17:54.465Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:17:54.465Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:18:24.465Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:18:24.476Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:18:24.478Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:18:24.478Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:18:24.478Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:18:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:18:44.959Z||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-11-02T04:18:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:18:44.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:18:44.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:18:44.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "multicloud-k8s-id", "timestamp": 1667362604755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:18:44.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:18:44.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:18:44.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362601098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:18:44.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:18:44.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:18:44.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362604956, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:18:44.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:18:44.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:18:44.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "policy-id", "timestamp": 1667362602190, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:18:44.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:18:54.478Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:18:54.489Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:18:54.490Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:18:54.491Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:18:54.491Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:19:24.491Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:19:24.502Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:19:24.505Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:19:24.505Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:19:24.505Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:19:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:19:44.959Z||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-11-02T04:19:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:19:44.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:19:44.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "cds", "timestamp": 1667362603559, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:19:44.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:44.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "ves-openapi-manager", "timestamp": 1667362600469, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:44.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:44.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362601098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:19:44.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:44.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "multicloud-k8s-id", "timestamp": 1667362604755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:19:44.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:44.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362604956, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:19:44.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:44.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "policy-id", "timestamp": 1667362602190, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:19:44.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:44.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "clamp", "timestamp": 1667362609707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:44.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:44.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "clamp", "timestamp": 1667362609707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:19:44.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:44.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362611918, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:19:44.996Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:44.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "cds", "timestamp": 1667362612226, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:19:44.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:44.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362611430, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:19:44.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:44.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "policy-id", "timestamp": 1667362611434, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:19:44.998Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:44.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:44.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "cds", "timestamp": 1667362613235, "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-11-02T04:19:45.006Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dab126ad-3f18-41a5-b1cb-6ca045fc66f0 2022-11-02T04:19:45.007Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:19:45.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "policy-id", "timestamp": 1667362612440, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:19:45.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362613652, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:19:45.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362613415, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:19:45.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "policy-id", "timestamp": 1667362613444, "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-11-02T04:19:45.022Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dab126ad-3f18-41a5-b1cb-6ca045fc66f0 2022-11-02T04:19:45.022Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:19:45.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362614657, "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-11-02T04:19:45.034Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dab126ad-3f18-41a5-b1cb-6ca045fc66f0 2022-11-02T04:19:45.034Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:19:45.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "aai-ml", "timestamp": 1667362618395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "aai-ml", "timestamp": 1667362618395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:19:45.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "aai-ml", "timestamp": 1667362621115, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:19:45.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "clamp", "timestamp": 1667362621719, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:19:45.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "clamp", "timestamp": 1667362624720, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:19:45.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "aai-ml", "timestamp": 1667362625204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:19:45.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "clamp", "timestamp": 1667362625726, "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-11-02T04:19:45.050Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dab126ad-3f18-41a5-b1cb-6ca045fc66f0 2022-11-02T04:19:45.050Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:19:45.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "aai-ml", "timestamp": 1667362626208, "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-11-02T04:19:45.061Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dab126ad-3f18-41a5-b1cb-6ca045fc66f0 2022-11-02T04:19:45.062Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:19:45.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "clamp", "timestamp": 1667362639707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "ves-openapi-manager", "timestamp": 1667362640469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "policy-id", "timestamp": 1667362642190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "clamp", "timestamp": 1667362639707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "ves-openapi-manager", "timestamp": 1667362640469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "policy-id", "timestamp": 1667362642190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "clamp", "timestamp": 1667362639707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "ves-openapi-manager", "timestamp": 1667362640469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "policy-id", "timestamp": 1667362642190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "multicloud-k8s-id", "timestamp": 1667362644755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "ves-openapi-manager", "timestamp": 1667362640469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "clamp", "timestamp": 1667362639707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "policy-id", "timestamp": 1667362642190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "multicloud-k8s-id", "timestamp": 1667362644755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "clamp", "timestamp": 1667362639707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "ves-openapi-manager", "timestamp": 1667362640469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "policy-id", "timestamp": 1667362642190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "multicloud-k8s-id", "timestamp": 1667362644755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "clamp", "timestamp": 1667362639707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "ves-openapi-manager", "timestamp": 1667362640469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-02T04:19:45.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "policy-id", "timestamp": 1667362642190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "multicloud-k8s-id", "timestamp": 1667362644755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "clamp", "timestamp": 1667362639707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "ves-openapi-manager", "timestamp": 1667362640469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "policy-id", "timestamp": 1667362642190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "multicloud-k8s-id", "timestamp": 1667362644755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "ves-openapi-manager", "timestamp": 1667362640469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "clamp", "timestamp": 1667362639707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:19:45.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "policy-id", "timestamp": 1667362642190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:19:45.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "multicloud-k8s-id", "timestamp": 1667362644755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "multicloud-k8s-id", "timestamp": 1667362644755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "ves-openapi-manager", "timestamp": 1667362652091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:19:45.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "policy-id", "timestamp": 1667362651847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:19:45.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "multicloud-k8s-id", "timestamp": 1667362644755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:19:45.094Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "policy-id", "timestamp": 1667362652851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:19:45.094Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "ves-openapi-manager", "timestamp": 1667362653290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:19:45.095Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "policy-id", "timestamp": 1667362653854, "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-11-02T04:19:45.107Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 2022-11-02T04:19:45.107Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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-11-02T04:19:45.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "ves-openapi-manager", "timestamp": 1667362654294, "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-11-02T04:19:45.119Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 2022-11-02T04:19:45.119Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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-11-02T04:19:45.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:19:45.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:19:45.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "cds", "timestamp": 1667362657276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:19:45.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "aai-ml", "timestamp": 1667362657136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:19:45.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "cds", "timestamp": 1667362658280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-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-11-02T04:19:45.137Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 2022-11-02T04:19:45.137Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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-11-02T04:19:45.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "aai-ml", "timestamp": 1667362661758, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:19:45.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "aai-ml", "timestamp": 1667362662762, "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-11-02T04:19:45.177Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 2022-11-02T04:19:45.177Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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-11-02T04:19:45.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "clamp", "timestamp": 1667362662719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:19:45.189Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "clamp", "timestamp": 1667362663737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:19:45.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:19:45.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:45.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "clamp", "timestamp": 1667362664741, "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-11-02T04:19:45.215Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 2022-11-02T04:19:45.215Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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-11-02T04:19:45.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:19:45.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-02T04:19:45.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:19:54.506Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:19:54.520Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:19:54.523Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:19:54.524Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-02T04:19:54.524Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-02T04:19:54.524Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-02T04:19:54.525Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:19:54.525Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:19:54.525Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:19:54.525Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:19:54.525Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:19:54.526Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:19:54.526Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-02T04:19:54.531Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-02T04:20:24.532Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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-11-02T04:20:24.539Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 and serviceModelVersionId: e0873c6b-0182-4ebe-bd32-25c889e311a9 2022-11-02T04:20:24.539Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99c04672-c1b5-4eab-a7f7-44d7c1ad95bd 2022-11-02T04:20:24.542Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0 2022-11-02T04:20:24.548Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-02T04:20:24.614Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0|INFO|500||Invoke 2022-11-02T04:20:24.615Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dab126ad-3f18-41a5-b1cb-6ca045fc66f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[284a97c6-d50b-44df-9778-6b072aad2391], X-ECOMP-RequestID=[dab126ad-3f18-41a5-b1cb-6ca045fc66f0], X-TransactionId=[], X-ONAP-RequestID=[dab126ad-3f18-41a5-b1cb-6ca045fc66f0], Content-Type=[application/merge-patch+json]} 2022-11-02T04:20:24.640Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-02T04:20:24.723Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?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/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221102-04:20:25:140-1926], vertex-id=[208920], Content-Length=[0], Date=[Wed, 02 Nov 2022 04:20:25 GMT], Content-Type=[application/json]} 2022-11-02T04:20:24.724Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-02T04:20:24.725Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0|INFO|500||InvokeReturn 2022-11-02T04:20:24.725Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-02T04:20:24.725Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-02T04:20:24.732Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-02T04:20:24.733Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dab126ad-3f18-41a5-b1cb-6ca045fc66f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-02T04:20:24.733Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-02T04:20:24.734Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:20:24.736Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:20:24.736Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362824733, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:20:24.836Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:20:24.837Z||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-11-02T04:20:24.837Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:24.853Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:24.854Z||pool-39-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-11-02T04:20:25.751Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:20:25.752Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:20:25.752Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:30.226Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:30.228Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-02T04:20:30.229Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd","serviceName":"Demo_pNF_fqs3eboFXxPz1yQQW5X6","serviceVersion":"1.0","serviceUUID":"35ebd8f2-44fe-43ff-87ed-4b51adf214bb","serviceDescription":"catalog service description","serviceInvariantUUID":"d783c153-2579-4194-86fc-4d06a22e3a5e","resources":[{"resourceInstanceName":"pNF 4399931a-a563 0","resourceName":"pNF 4399931a-a563","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e9a44aad-57ee-4c2c-9da2-4eb277ff55b7","resourceInvariantUUID":"abd10ed5-83aa-4db1-a36f-fff37df21425","resourceCustomizationUUID":"cf63b3ec-f5ad-435f-bb69-fc16d3004134","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml","artifactChecksum":"NTc3OGU1OWYyZDA4MjQ4ZmQ2MTUxZmE5ODViOTk5Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62a08055-fa40-42fd-beb6-03e099b5a416","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar","artifactChecksum":"Yzk0ZjYxZDIzZDY1N2IyZmNjODc2MjIzMDMzMDFiNWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66591077-8a5c-4da5-8fc3-59822e5e6c16","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c98ea16a-a04c-4842-b8d1-51adbb5ebee3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml","artifactChecksum":"NGIzYzdlZDU2NDgzMGIyMTViNGRmYTA3NzllMTZlOTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"31c7b646-b439-4590-a068-4872b98247b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17f81d08-8c16-43ee-a699-746a358ede68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc2ce652-781b-4ca0-9377-f90dc01924b3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml","artifactChecksum":"YTMzYzZkMjQ1YzNmZTdiOTUzYjk2ZTM0YjUzNTk3NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3baac6ff-04b4-4502-84c1-97a9bd7e9a23","artifactVersion":"1"},{"artifactName":"service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar","artifactChecksum":"NjY0YjFlMzJhZTI4MTZlMzQ3NzFmOWRiYjg0MmVhOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d0d1954-86d8-48f8-9619-906d6fcb94ce","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-02T04:20:30.232Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:20:30.233Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:20:30.235Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:20:30.236Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:30.336Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:20:30.337Z||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-11-02T04:20:30.337Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:30.352Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:30.353Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:20:31.237Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:20:31.238Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:20:31.240Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:20:31.240Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:31.340Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:20:31.341Z||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-11-02T04:20:31.341Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:31.355Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:31.356Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:20:32.241Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:20:32.242Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:20:32.244Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:20:32.244Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:32.344Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:20:32.345Z||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-11-02T04:20:32.345Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:32.357Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:32.358Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:20:33.244Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:20:33.245Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:20:33.247Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:20:33.248Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:33.348Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:20:33.349Z||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-11-02T04:20:33.349Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:33.363Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:33.364Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:20:34.248Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:20:34.249Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:20:34.252Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:20:34.252Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:34.352Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:20:34.353Z||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-11-02T04:20:34.353Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:34.365Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:34.365Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:20:35.253Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:20:35.254Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:20:35.256Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:20:35.256Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:35.356Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:20:35.357Z||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-11-02T04:20:35.357Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:35.371Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:35.371Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:20:36.256Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:20:36.258Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:20:36.260Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:20:36.260Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:36.360Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:20:36.361Z||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-11-02T04:20:36.361Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:36.373Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:36.373Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:20:37.261Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:20:37.262Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:20:37.264Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:20:37.264Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:37.364Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:20:37.365Z||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-11-02T04:20:37.365Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:37.380Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:37.380Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:20:38.266Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "serviceName": "Demo_pNF_fqs3eboFXxPz1yQQW5X6", "serviceVersion": "1.0", "serviceUUID": "35ebd8f2-44fe-43ff-87ed-4b51adf214bb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d783c153-2579-4194-86fc-4d06a22e3a5e", "resources": [ { "resourceInstanceName": "pNF 4399931a-a563 0", "resourceCustomizationUUID": "cf63b3ec-f5ad-435f-bb69-fc16d3004134", "resourceName": "pNF 4399931a-a563", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e9a44aad-57ee-4c2c-9da2-4eb277ff55b7", "resourceInvariantUUID": "abd10ed5-83aa-4db1-a36f-fff37df21425", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "artifactChecksum": "NjY0YjFlMzJhZTI4MTZlMzQ3NzFmOWRiYjg0MmVhOTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d0d1954-86d8-48f8-9619-906d6fcb94ce" } ], "workloadContext": "Production" } 2022-11-02T04:20:38.266Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-02T04:20:38.266Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 35ebd8f2-44fe-43ff-87ed-4b51adf214bb ASDC 2022-11-02T04:20:38.267Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd ServiceName:Demo_pNF_fqs3eboFXxPz1yQQW5X6 ServiceVersion:1.0 ServiceUUID:35ebd8f2-44fe-43ff-87ed-4b51adf214bb ServiceInvariantUUID:d783c153-2579-4194-86fc-4d06a22e3a5e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar ArtifactUUID:0d0d1954-86d8-48f8-9619-906d6fcb94ce ArtifactChecksum:NjY0YjFlMzJhZTI4MTZlMzQ3NzFmOWRiYjg0MmVhOTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 4399931a-a563 0 ResourceCustomizationUUID:cf63b3ec-f5ad-435f-bb69-fc16d3004134 ResourceInvariantUUID:abd10ed5-83aa-4db1-a36f-fff37df21425 ResourceName:pNF 4399931a-a563 ResourceType:PNF ResourceUUID:e9a44aad-57ee-4c2c-9da2-4eb277ff55b7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-02T04:20:38.267Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35ebd8f2-44fe-43ff-87ed-4b51adf214bb 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-11-02T04:20:38.293Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:20:38.293Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-02T04:20:38.294Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-02T04:20:38.294Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0d0d1954-86d8-48f8-9619-906d6fcb94ce from URL: /sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:38.294Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-02T04:20:38.294Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:38.430Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-02T04:20:38.434Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 0d0d1954-86d8-48f8-9619-906d6fcb94ce 82656 2022-11-02T04:20:38.434Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar ASDC sendASDCNotification 2022-11-02T04:20:38.435Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:38.435Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:20:38.435Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:20:38.437Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:20:38.437Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362838434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:38.537Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:20:38.538Z||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-11-02T04:20:38.539Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:38.559Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:38.560Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:20:39.438Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:20:39.439Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-02T04:20:39.439Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0d0d1954-86d8-48f8-9619-906d6fcb94ce, URL: /sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar to file: /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:39.440Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:39.440Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:39.440Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:39.564Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13708112708435244723/Definitions/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml 2022-11-02T04:20:40.395Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-02T04:20:40.395Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-02T04:20:40.395Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||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-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||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-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:40.397Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4399931a-a563 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-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:40.397Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-02T04:20:40.397Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:20:40.397Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:20:40.397Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Node template pNF 4399931a-a563 0 is matching search criteria 2022-11-02T04:20:40.398Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-02T04:20:40.398Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 4399931a-a563 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:20:40.398Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:20:40.398Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:20:40.399Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Node template pNF 4399931a-a563 0 is matching search criteria 2022-11-02T04:20:40.399Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-02T04:20:40.399Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 4399931a-a563 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:20:40.399Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:20:40.399Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:20:40.400Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:20:40.400Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:20:40.400Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:20:40.400Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:20:40.400Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:20:40.401Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:20:40.401Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:20:40.401Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:20:40.401Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_fqs3eboFXxPz1yQQW5X6 Description:catalog service description Model UUID:35ebd8f2-44fe-43ff-87ed-4b51adf214bb Model Version:NULL Model InvariantUuid:d783c153-2579-4194-86fc-4d06a22e3a5e 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-11-02T04:20:40.409Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: e9a44aad-57ee-4c2c-9da2-4eb277ff55b7 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-11-02T04:20:40.412Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||pNF 4399931a-a563 0 2022-11-02T04:20:40.413Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e9a44aad-57ee-4c2c-9da2-4eb277ff55b7 2022-11-02T04:20:40.413Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 35ebd8f2-44fe-43ff-87ed-4b51adf214bb 2022-11-02T04:20:40.413Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 35ebd8f2-44fe-43ff-87ed-4b51adf214bb 2022-11-02T04:20:40.413Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4399931a-a563 0 e9a44aad-57ee-4c2c-9da2-4eb277ff55b7 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-11-02T04:20:40.418Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7580c7b6, org.onap.sdc.toscaparser.api.parameters.Input@6aba71c5, org.onap.sdc.toscaparser.api.parameters.Input@50f653b0, org.onap.sdc.toscaparser.api.parameters.Input@783779af, org.onap.sdc.toscaparser.api.parameters.Input@b79ac68] 2022-11-02T04:20:40.418Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:20:40.418Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:20:40.419Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 35ebd8f2-44fe-43ff-87ed-4b51adf214bb: pNF 4399931a-a563 2022-11-02T04:20:40.419Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Processing PNF resource: e9a44aad-57ee-4c2c-9da2-4eb277ff55b7 2022-11-02T04:20:40.419Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:20:40.419Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:20:40.420Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Resource customization UUID: cf63b3ec-f5ad-435f-bb69-fc16d3004134 is the same as notified resource customizationUUID: cf63b3ec-f5ad-435f-bb69-fc16d3004134 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-11-02T04:20:40.476Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4399931a-a563 e9a44aad-57ee-4c2c-9da2-4eb277ff55b7 0 ASDC deployResourceStructure 2022-11-02T04:20:40.477Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar ASDC sendASDCNotification 2022-11-02T04:20:40.477Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 2022-11-02T04:20:40.477Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:20:40.477Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:20:40.479Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:20:40.479Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362840476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:20:40.580Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:20:40.581Z||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-11-02T04:20:40.581Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:40.593Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:40.593Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:20:41.480Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:20:41.492Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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-11-02T04:20:41.495Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:20:41.495Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-02T04:20:41.495Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:20:41.495Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:20:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:20:44.959Z||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-11-02T04:20:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:20:44.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:20:44.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:44.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:44.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:44.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:44.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:44.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:44.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:44.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:44.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:44.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:44.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:44.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:44.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:44.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:44.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:44.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:44.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "cds", "timestamp": 1667362648559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:44.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:44.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:44.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:44.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-02T04:20:44.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:44.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-02T04:20:44.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:44.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:44.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "cds", "timestamp": 1667362668414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.000Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-02T04:20:45.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:45.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "cds", "timestamp": 1667362669420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-02T04:20:45.016Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31392343-3aa4-4a63-90ff-65959eea25b6 2022-11-02T04:20:45.016Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31392343-3aa4-4a63-90ff-65959eea25b6 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-11-02T04:20:45.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:20:45.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362669874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-02T04:20:45.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "cds", "timestamp": 1667362670423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:45.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "cds", "timestamp": 1667362670423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362671774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:20:45.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "aai-ml", "timestamp": 1667362648395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:45.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-02T04:20:45.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "policy-id", "timestamp": 1667362671908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "cds", "timestamp": 1667362670423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362672779, "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-11-02T04:20:45.035Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 2022-11-02T04:20:45.035Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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-11-02T04:20:45.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "aai-ml", "timestamp": 1667362672859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "policy-id", "timestamp": 1667362672912, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:20:45.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "cds", "timestamp": 1667362670423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:20:45.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:45.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "policy-id", "timestamp": 1667362673916, "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-11-02T04:20:45.049Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31392343-3aa4-4a63-90ff-65959eea25b6 2022-11-02T04:20:45.049Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31392343-3aa4-4a63-90ff-65959eea25b6 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-11-02T04:20:45.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "cds", "timestamp": 1667362670423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362674528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "cds", "timestamp": 1667362670423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362675589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.065Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "ves-openapi-manager", "timestamp": 1667362660469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "cds", "timestamp": 1667362670423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:45.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-02T04:20:45.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362676659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.067Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "cds", "timestamp": 1667362678190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362677715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:45.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "cds", "timestamp": 1667362679203, "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-11-02T04:20:45.082Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 2022-11-02T04:20:45.082Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 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-11-02T04:20:45.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362678773, "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-11-02T04:20:45.093Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31392343-3aa4-4a63-90ff-65959eea25b6 2022-11-02T04:20:45.093Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31392343-3aa4-4a63-90ff-65959eea25b6 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-11-02T04:20:45.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "aai-ml", "timestamp": 1667362679425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:20:45.099Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.099Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.100Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "multicloud-k8s-id", "timestamp": 1667362679776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:20:45.100Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "aai-ml", "timestamp": 1667362680429, "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-11-02T04:20:45.105Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31392343-3aa4-4a63-90ff-65959eea25b6 2022-11-02T04:20:45.105Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31392343-3aa4-4a63-90ff-65959eea25b6 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-11-02T04:20:45.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "policy-id", "timestamp": 1667362662190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:45.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:45.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "aai-ml", "timestamp": 1667362681434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "policy-id", "timestamp": 1667362682025, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.114Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:20:45.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362682882, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.115Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "aai-ml", "timestamp": 1667362681434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "policy-id", "timestamp": 1667362683030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:20:45.115Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-02T04:20:45.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "aai-ml", "timestamp": 1667362681434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "policy-id", "timestamp": 1667362684033, "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-11-02T04:20:45.120Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 2022-11-02T04:20:45.120Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 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-11-02T04:20:45.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362685056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:20:45.128Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "aai-ml", "timestamp": 1667362681434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-02T04:20:45.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362686062, "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-11-02T04:20:45.133Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31392343-3aa4-4a63-90ff-65959eea25b6 2022-11-02T04:20:45.133Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31392343-3aa4-4a63-90ff-65959eea25b6 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-11-02T04:20:45.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "aai-ml", "timestamp": 1667362681434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "aai-ml", "timestamp": 1667362681434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "multicloud-k8s-id", "timestamp": 1667362664755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:45.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "clamp", "timestamp": 1667362687721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "aai-ml", "timestamp": 1667362681434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:45.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "multicloud-k8s-id", "timestamp": 1667362687867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "aai-ml", "timestamp": 1667362689174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.146Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "multicloud-k8s-id", "timestamp": 1667362688939, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.146Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "clamp", "timestamp": 1667362689729, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:20:45.147Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "multicloud-k8s-id", "timestamp": 1667362689995, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.147Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "clamp", "timestamp": 1667362690733, "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-11-02T04:20:45.153Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31392343-3aa4-4a63-90ff-65959eea25b6 2022-11-02T04:20:45.153Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31392343-3aa4-4a63-90ff-65959eea25b6 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-11-02T04:20:45.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "multicloud-k8s-id", "timestamp": 1667362691019, "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-11-02T04:20:45.165Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 2022-11-02T04:20:45.165Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 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-11-02T04:20:45.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "multicloud-k8s-id", "timestamp": 1667362692025, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:20:45.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362661099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:45.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:20:45.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362694159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "aai-ml", "timestamp": 1667362696079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:20:45.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362696435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:20:45.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:20:45.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "aai-ml", "timestamp": 1667362697083, "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-11-02T04:20:45.181Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 2022-11-02T04:20:45.181Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 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-11-02T04:20:45.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667362697440, "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-11-02T04:20:45.192Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 2022-11-02T04:20:45.192Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 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-11-02T04:20:45.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "clamp", "timestamp": 1667362669707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:20:45.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:20:45.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "clamp", "timestamp": 1667362703721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:20:45.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "clamp", "timestamp": 1667362705730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:20:45.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:20:45.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:20:45.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "clamp", "timestamp": 1667362706734, "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-11-02T04:20:45.204Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 2022-11-02T04:20:45.204Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 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-11-02T04:21:11.496Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:21:11.521Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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-11-02T04:21:11.525Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:21:11.526Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-02T04:21:11.526Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-02T04:21:11.526Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-02T04:21:11.527Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:21:11.527Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:21:11.527Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:21:11.527Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:21:11.528Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:21:11.528Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:21:11.528Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:21:11.528Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-02T04:21:11.535Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-02T04:21:41.535Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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-11-02T04:21:41.543Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd and serviceModelVersionId: 35ebd8f2-44fe-43ff-87ed-4b51adf214bb 2022-11-02T04:21:41.544Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d783c153-2579-4194-86fc-4d06a22e3a5e 2022-11-02T04:21:41.546Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d783c153-2579-4194-86fc-4d06a22e3a5e/model-vers/model-ver/35ebd8f2-44fe-43ff-87ed-4b51adf214bb?depth=0 2022-11-02T04:21:41.554Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-02T04:21:41.620Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d783c153-2579-4194-86fc-4d06a22e3a5e/model-vers/model-ver/35ebd8f2-44fe-43ff-87ed-4b51adf214bb?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-11-02T04:21:41.622Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d783c153-2579-4194-86fc-4d06a22e3a5e/model-vers/model-ver/35ebd8f2-44fe-43ff-87ed-4b51adf214bb?depth=0|INFO|500||Invoke 2022-11-02T04:21:41.647Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d783c153-2579-4194-86fc-4d06a22e3a5e/model-vers/model-ver/35ebd8f2-44fe-43ff-87ed-4b51adf214bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-02T04:21:41.744Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d783c153-2579-4194-86fc-4d06a22e3a5e/model-vers/model-ver/35ebd8f2-44fe-43ff-87ed-4b51adf214bb?depth=0|INFO|500||InvokeReturn 2022-11-02T04:21:41.746Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d783c153-2579-4194-86fc-4d06a22e3a5e/model-vers/model-ver/35ebd8f2-44fe-43ff-87ed-4b51adf214bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221102-04:21:42:152-70614], vertex-id=[184440], Content-Length=[0], Date=[Wed, 02 Nov 2022 04:21:42 GMT], Content-Type=[application/json]} 2022-11-02T04:21:41.746Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-11-02T04:21:41.746Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-02T04:21:41.746Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-02T04:21:41.753Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-02T04:21:41.754Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-02T04:21:41.754Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-02T04:21:41.755Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:41.757Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:41.758Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362901754, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:21:41.858Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:41.860Z||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-11-02T04:21:41.860Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:41.875Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:41.875Z||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-11-02T04:21:42.772Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-02T04:21:42.772Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"31392343-3aa4-4a63-90ff-65959eea25b6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1347ee60-8982-4af2-98e8-ea22c0ce76d3","serviceDescription":"service","serviceInvariantUUID":"92fab79e-627c-4333-8092-f3f55d2fe0e2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03fe309f-52b6-451e-9510-5c2ddd16693a","resourceInvariantUUID":"c16900b8-64fe-4e30-a66d-415215ff8949","resourceCustomizationUUID":"a481c0cb-1e79-45d8-a77a-b89970901891","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":"ZWY1ZjUzMTNiODY3MTQ3YjMxMDNmYmQwNTNlZmY5YTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45498397-d388-4d78-855c-c440f1f71bbd","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":"30b9c9ec-9554-41a5-b55d-ed57f41430ea","artifactVersion":"2","generatedFromUUID":"b3ac3ce5-40dc-4966-af4e-e6dbedaeaa6e"},{"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":"b3ac3ce5-40dc-4966-af4e-e6dbedaeaa6e","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":"NWI5YjllMmU2NjJiYTQ0OGU0YzkyZWU4MGZmNGU1YjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"954a59f1-98e6-486d-a92d-b9439383e55e","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":"87048044-1bff-479c-9853-5a20c514c39d","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":"aaf230cd-1d78-45ce-ad38-5d7213b4d562","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":"bc7e1efc-0a29-4858-ba78-422a39a6d2ee","artifactVersion":"2","generatedFromUUID":"87048044-1bff-479c-9853-5a20c514c39d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmEzNTQxMzU5Mzg5ZWU4NjJiOGE4OWE5OTZlNjk2ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0bbab1d-2d33-42b5-871c-af58ec381f0e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODYyOWQ3MzE2MzE0MmZiNzcwNjYxYjk0NWI4NmU1MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"feb05c4a-77b3-4849-94db-20c20f440393","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-02T04:21:42.773Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:21:42.773Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:42.776Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:42.776Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:21:42.876Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:42.877Z||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-11-02T04:21:42.877Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:42.893Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:42.893Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:43.776Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:21:43.777Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:43.779Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:43.819Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-02T04:21:43.915Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-11-02T04:21:43.916Z||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-11-02T04:21:43.917Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:43.928Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:43.929Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:44.821Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:21:44.822Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:44.824Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:44.824Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-02T04:21:44.926Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-02T04:21:44.927Z||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-11-02T04:21:44.927Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:44.939Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:44.939Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:21:44.959Z||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-11-02T04:21:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:44.982Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:44.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:21:44.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362824733, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:21:44.984Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:21:44.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:21:44.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:21:44.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:21:44.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:21:44.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:21:44.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:21:44.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:21:44.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:21:44.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:21:44.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:21:44.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:21:44.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:21:44.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:21:44.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:21:44.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:21:44.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:21:44.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:21:44.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:21:44.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:21:44.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:21:44.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:21:44.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:21:44.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:21:44.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:21:44.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:21:44.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362838434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:21:44.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:21:44.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:21:44.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362840476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:21:45.007Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:21:45.825Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:21:45.826Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:45.828Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:45.828Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:21:45.928Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:45.929Z||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-11-02T04:21:45.929Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:45.942Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:45.943Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:46.828Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:21:46.829Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:46.831Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:46.831Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-02T04:21:46.931Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:46.932Z||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-11-02T04:21:46.933Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:46.945Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:46.945Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:47.832Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:21:47.833Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:47.835Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:47.835Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:21:47.935Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:47.936Z||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-11-02T04:21:47.936Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:47.948Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:47.948Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:48.836Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:21:48.837Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:48.839Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:48.839Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-02T04:21:48.939Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:48.940Z||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-11-02T04:21:48.940Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:48.955Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:48.956Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:21:49.840Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:21:49.841Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:49.843Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:49.843Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:21:49.943Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:49.944Z||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-11-02T04:21:49.944Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:49.957Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:49.957Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:50.843Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:21:50.844Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:50.846Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:50.846Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:21:50.947Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:21:50.947Z||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-11-02T04:21:50.947Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:50.960Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:50.960Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:51.848Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "1347ee60-8982-4af2-98e8-ea22c0ce76d3", "serviceDescription": "service", "serviceInvariantUUID": "92fab79e-627c-4333-8092-f3f55d2fe0e2", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "a481c0cb-1e79-45d8-a77a-b89970901891", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "03fe309f-52b6-451e-9510-5c2ddd16693a", "resourceInvariantUUID": "c16900b8-64fe-4e30-a66d-415215ff8949", "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": "30b9c9ec-9554-41a5-b55d-ed57f41430ea", "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": "b3ac3ce5-40dc-4966-af4e-e6dbedaeaa6e", "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": "NWI5YjllMmU2NjJiYTQ0OGU0YzkyZWU4MGZmNGU1YjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "954a59f1-98e6-486d-a92d-b9439383e55e", "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": "87048044-1bff-479c-9853-5a20c514c39d", "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": "bc7e1efc-0a29-4858-ba78-422a39a6d2ee", "generatedFromUUID": "87048044-1bff-479c-9853-5a20c514c39d" }, "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": "bc7e1efc-0a29-4858-ba78-422a39a6d2ee", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ODYyOWQ3MzE2MzE0MmZiNzcwNjYxYjk0NWI4NmU1MjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "feb05c4a-77b3-4849-94db-20c20f440393" } ], "workloadContext": "Production" } 2022-11-02T04:21:51.848Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-02T04:21:51.849Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1347ee60-8982-4af2-98e8-ea22c0ce76d3 ASDC 2022-11-02T04:21:51.849Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:31392343-3aa4-4a63-90ff-65959eea25b6 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:1347ee60-8982-4af2-98e8-ea22c0ce76d3 ServiceInvariantUUID:92fab79e-627c-4333-8092-f3f55d2fe0e2 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:feb05c4a-77b3-4849-94db-20c20f440393 ArtifactChecksum:ODYyOWQ3MzE2MzE0MmZiNzcwNjYxYjk0NWI4NmU1MjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:a481c0cb-1e79-45d8-a77a-b89970901891 ResourceInvariantUUID:c16900b8-64fe-4e30-a66d-415215ff8949 ResourceName:basic_cnf ResourceType:VF ResourceUUID:03fe309f-52b6-451e-9510-5c2ddd16693a 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:30b9c9ec-9554-41a5-b55d-ed57f41430ea 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:b3ac3ce5-40dc-4966-af4e-e6dbedaeaa6e 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:954a59f1-98e6-486d-a92d-b9439383e55e ArtifactChecksum:NWI5YjllMmU2NjJiYTQ0OGU0YzkyZWU4MGZmNGU1YjU= 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:87048044-1bff-479c-9853-5a20c514c39d 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:bc7e1efc-0a29-4858-ba78-422a39a6d2ee 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:bc7e1efc-0a29-4858-ba78-422a39a6d2ee ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-02T04:21:51.849Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1347ee60-8982-4af2-98e8-ea22c0ce76d3 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-11-02T04:21:51.880Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:21:51.881Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-02T04:21:51.881Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-02T04:21:51.881Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: feb05c4a-77b3-4849-94db-20c20f440393 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-02T04:21:51.881Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-02T04:21:51.881Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-02T04:21:52.013Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-02T04:21:52.017Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar feb05c4a-77b3-4849-94db-20c20f440393 68961 2022-11-02T04:21:52.017Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-02T04:21:52.017Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-02T04:21:52.017Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:21:52.018Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:52.020Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:52.020Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362912017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:21:52.120Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:52.121Z||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-11-02T04:21:52.121Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:52.133Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:52.134Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:53.020Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:21:53.021Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-02T04:21:53.022Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: feb05c4a-77b3-4849-94db-20c20f440393, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-02T04:21:53.022Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-02T04:21:53.023Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-02T04:21:53.023Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-02T04:21:53.154Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9086203801208950506/Definitions/service-BasicCnf-template.yml 2022-11-02T04:21:54.277Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-02T04:21:54.278Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-02T04:21:54.278Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-02T04:21:54.278Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-02T04:21:54.278Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:54.278Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:54.278Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-02T04:21:54.278Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:54.279Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-02T04:21:54.279Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.279Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:54.279Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-02T04:21:54.280Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-02T04:21:54.280Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:21:54.280Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.280Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:54.280Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-02T04:21:54.280Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-02T04:21:54.281Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:21:54.281Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.281Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:54.281Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.281Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-02T04:21:54.282Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-02T04:21:54.282Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-02T04:21:54.282Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-02T04:21:54.282Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.282Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-02T04:21:54.283Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.283Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-02T04:21:54.283Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:21:54.283Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.283Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-02T04:21:54.284Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:21:54.284Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.284Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-02T04:21:54.284Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:21:54.284Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.284Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-02T04:21:54.285Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-02T04:21:54.285Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1e544d1c-35c7-4a9e-abc4-a2bd22e05894 2022-11-02T04:21:54.285Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.285Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:54.285Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.286Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:54.286Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.286Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:54.286Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:54.286Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:54.286Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:1347ee60-8982-4af2-98e8-ea22c0ce76d3 Model Version:NULL Model InvariantUuid:92fab79e-627c-4333-8092-f3f55d2fe0e2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:86495263-a717-40fc-9044-582516354ff0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c16900b8-64fe-4e30-a66d-415215ff8949 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a481c0cb-1e79-45d8-a77a-b89970901891 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1823d80c-0451-4767-a5ae-c861c748106e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:0da6ab8a-9020-4afa-ab7f-dbf6998fd926 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1e544d1c-35c7-4a9e-abc4-a2bd22e05894 ModelInvariantUuid:c8bc3258-c1c7-4411-94cd-c497af85e709 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:0a7c6128-dbaf-417c-8831-60169e94cf9b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:fabb3979-7791-4496-bbba-da3366185679 ModelInvariantUuid:99762898-17ae-421c-a39c-ed93da724f15 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ed5ac0fb-8d38-4444-a8fc-093c0e46f1a2 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-11-02T04:21:54.294Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 03fe309f-52b6-451e-9510-5c2ddd16693a 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-11-02T04:21:54.297Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-11-02T04:21:54.297Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 03fe309f-52b6-451e-9510-5c2ddd16693a 2022-11-02T04:21:54.297Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 30b9c9ec-9554-41a5-b55d-ed57f41430ea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-02T04:21:54.297Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-02T04:21:54.298Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:54.350Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-02T04:21:54.351Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 30b9c9ec-9554-41a5-b55d-ed57f41430ea 12 2022-11-02T04:21:54.351Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:54.351Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:54.351Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:21:54.351Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:54.353Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:54.353Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362914351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:21:54.453Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:54.454Z||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-11-02T04:21:54.455Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:54.466Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:54.466Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:55.354Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b3ac3ce5-40dc-4966-af4e-e6dbedaeaa6e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-02T04:21:55.355Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-02T04:21:55.355Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:55.400Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-02T04:21:55.400Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b3ac3ce5-40dc-4966-af4e-e6dbedaeaa6e 2688 2022-11-02T04:21:55.401Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:55.401Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:55.401Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:21:55.401Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:55.403Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:55.403Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362915401, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-02T04:21:55.503Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:55.504Z||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-11-02T04:21:55.504Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:55.517Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:55.518Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:21:56.404Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 954a59f1-98e6-486d-a92d-b9439383e55e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-02T04:21:56.405Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-02T04:21:56.405Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:56.467Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-02T04:21:56.468Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 954a59f1-98e6-486d-a92d-b9439383e55e 828 2022-11-02T04:21:56.468Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:56.468Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:56.468Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:21:56.469Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:56.470Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:56.470Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362916468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:21:56.571Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:56.572Z||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-11-02T04:21:56.572Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:56.585Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:56.585Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:57.471Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1823d80c-0451-4767-a5ae-c861c748106e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0da6ab8a-9020-4afa-ab7f-dbf6998fd926", "vfModuleModelCustomizationUUID": "663f68e4-8b6d-408b-9b26-906ce1f02346", "isBase": true, "artifacts": [ "b3ac3ce5-40dc-4966-af4e-e6dbedaeaa6e", "87048044-1bff-479c-9853-5a20c514c39d", "bc7e1efc-0a29-4858-ba78-422a39a6d2ee" ], "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-11-02T04:21:57.476Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0da6ab8a-9020-4afa-ab7f-dbf6998fd926 VfModuleModelInvariantUUID:1823d80c-0451-4767-a5ae-c861c748106e VfModuleModelDescription:NULL Artifacts UUID List:{ b3ac3ce5-40dc-4966-af4e-e6dbedaeaa6e , 87048044-1bff-479c-9853-5a20c514c39d , bc7e1efc-0a29-4858-ba78-422a39a6d2ee } 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-11-02T04:21:57.477Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1823d80c-0451-4767-a5ae-c861c748106e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0da6ab8a-9020-4afa-ab7f-dbf6998fd926", "vfModuleModelCustomizationUUID": "663f68e4-8b6d-408b-9b26-906ce1f02346", "isBase": true, "artifacts": [ "b3ac3ce5-40dc-4966-af4e-e6dbedaeaa6e", "87048044-1bff-479c-9853-5a20c514c39d", "bc7e1efc-0a29-4858-ba78-422a39a6d2ee" ], "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-11-02T04:21:57.478Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0da6ab8a-9020-4afa-ab7f-dbf6998fd926 VfModuleModelInvariantUUID:1823d80c-0451-4767-a5ae-c861c748106e VfModuleModelDescription:NULL Artifacts UUID List:{ b3ac3ce5-40dc-4966-af4e-e6dbedaeaa6e , 87048044-1bff-479c-9853-5a20c514c39d , bc7e1efc-0a29-4858-ba78-422a39a6d2ee } 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-11-02T04:21:57.478Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 87048044-1bff-479c-9853-5a20c514c39d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-02T04:21:57.478Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-02T04:21:57.478Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:57.526Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-02T04:21:57.527Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 87048044-1bff-479c-9853-5a20c514c39d 1164 2022-11-02T04:21:57.527Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:57.527Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:57.528Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:21:57.528Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:57.530Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:57.530Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362917527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:21:57.630Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:57.631Z||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-11-02T04:21:57.631Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:57.645Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:57.646Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:58.531Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bc7e1efc-0a29-4858-ba78-422a39a6d2ee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-02T04:21:58.531Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-02T04:21:58.532Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:58.571Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-02T04:21:58.572Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bc7e1efc-0a29-4858-ba78-422a39a6d2ee 200 2022-11-02T04:21:58.572Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:58.572Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:58.573Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:21:58.573Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:58.576Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:58.576Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362918572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:21:58.676Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:21:58.677Z||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-11-02T04:21:58.677Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:58.690Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:58.690Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:21:59.577Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 1347ee60-8982-4af2-98e8-ea22c0ce76d3 2022-11-02T04:21:59.578Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 03fe309f-52b6-451e-9510-5c2ddd16693a 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=? 2022-11-02T04:21:59.596Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-02T04:21:59.601Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c734431, org.onap.sdc.toscaparser.api.parameters.Input@431e1c99, org.onap.sdc.toscaparser.api.parameters.Input@18496a85, org.onap.sdc.toscaparser.api.parameters.Input@7b47b281, org.onap.sdc.toscaparser.api.parameters.Input@7d133314] 2022-11-02T04:21:59.603Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.603Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:59.604Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-11-02T04:21:59.604Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a481c0cb-1e79-45d8-a77a-b89970901891 2022-11-02T04:21:59.604Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a481c0cb-1e79-45d8-a77a-b89970901891 matches Tosca VF Customization UUID: a481c0cb-1e79-45d8-a77a-b89970901891 2022-11-02T04:21:59.604Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a481c0cb-1e79-45d8-a77a-b89970901891 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-11-02T04:21:59.607Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.607Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:59.608Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a481c0cb-1e79-45d8-a77a-b89970901891: {\"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-11-02T04:21:59.608Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b013e6e 2022-11-02T04:21:59.608Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.609Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-02T04:21:59.609Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 663f68e4-8b6d-408b-9b26-906ce1f02346 2022-11-02T04:21:59.609Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 663f68e4-8b6d-408b-9b26-906ce1f02346 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-11-02T04:21:59.612Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.612Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-02T04:21:59.612Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:21:59.613Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.613Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-02T04:21:59.613Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:21:59.614Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.614Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-02T04:21:59.614Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-02T04:21:59.614Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1e544d1c-35c7-4a9e-abc4-a2bd22e05894 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-11-02T04:21:59.617Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.617Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-02T04:21:59.617Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:21:59.618Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.618Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-02T04:21:59.618Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a481c0cb-1e79-45d8-a77a-b89970901891 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-11-02T04:21:59.620Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.620Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:59.620Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 1347ee60-8982-4af2-98e8-ea22c0ce76d3: basic_cnf 2022-11-02T04:21:59.621Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.621Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:59.621Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.621Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:59.622Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.622Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:59.622Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.623Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:59.623Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:21:59.623Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:21:59.623Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:59.707Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 03fe309f-52b6-451e-9510-5c2ddd16693a 1 ASDC deployResourceStructure 2022-11-02T04:21:59.708Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:59.709Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:21:59.709Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-02T04:21:59.709Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:21:59.711Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:21:59.711Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362919708, "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-11-02T04:21:59.811Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:21:59.812Z||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-11-02T04:21:59.812Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:21:59.826Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:21:59.827Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:00.712Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:22:00.713Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:22:00.713Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-02T04:22:00.713Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:00.715Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:00.715Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362920712, "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-11-02T04:22:00.815Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:00.817Z||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-11-02T04:22:00.817Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:00.839Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:00.839Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:01.716Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:22:01.717Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:22:01.717Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:22:01.717Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:01.719Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:01.720Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362921716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:22:01.820Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:01.821Z||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-11-02T04:22:01.821Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:01.834Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:01.835Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:02.721Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:22:02.721Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:22:02.721Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:22:02.722Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:02.723Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:02.724Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362922721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:22:02.824Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:02.825Z||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-11-02T04:22:02.825Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:02.840Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:02.841Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:03.724Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:22:03.725Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||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-11-02T04:22:03.725Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:22:03.726Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:03.727Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:03.728Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362923724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-02T04:22:03.828Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:03.828Z||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-11-02T04:22:03.829Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:03.842Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:03.842Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:04.729Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-02T04:22:04.729Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-02T04:22:04.730Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:22:04.730Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:04.732Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:04.732Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362924729, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:22:04.832Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:04.834Z||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-11-02T04:22:04.834Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:04.847Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:04.848Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:22:05.733Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31392343-3aa4-4a63-90ff-65959eea25b6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:22:05.744Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31392343-3aa4-4a63-90ff-65959eea25b6 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-11-02T04:22:05.747Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:22:05.747Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-02T04:22:05.747Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-02T04:22:05.747Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-02T04:22:05.747Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:22:05.747Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:22:05.748Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:22:05.748Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:22:05.748Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:22:05.748Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:22:05.748Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-02T04:22:05.753Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-02T04:22:35.754Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31392343-3aa4-4a63-90ff-65959eea25b6 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-11-02T04:22:35.761Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31392343-3aa4-4a63-90ff-65959eea25b6 and serviceModelVersionId: 1347ee60-8982-4af2-98e8-ea22c0ce76d3 2022-11-02T04:22:35.761Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92fab79e-627c-4333-8092-f3f55d2fe0e2 2022-11-02T04:22:35.762Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92fab79e-627c-4333-8092-f3f55d2fe0e2/model-vers/model-ver/1347ee60-8982-4af2-98e8-ea22c0ce76d3?depth=0 2022-11-02T04:22:35.767Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-02T04:22:35.815Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92fab79e-627c-4333-8092-f3f55d2fe0e2/model-vers/model-ver/1347ee60-8982-4af2-98e8-ea22c0ce76d3?depth=0|INFO|500||Invoke 2022-11-02T04:22:35.815Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92fab79e-627c-4333-8092-f3f55d2fe0e2/model-vers/model-ver/1347ee60-8982-4af2-98e8-ea22c0ce76d3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92fab79e-627c-4333-8092-f3f55d2fe0e2/model-vers/model-ver/1347ee60-8982-4af2-98e8-ea22c0ce76d3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[31392343-3aa4-4a63-90ff-65959eea25b6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a33786e-a082-4d1c-bffc-56ea7f1d51fd], X-ECOMP-RequestID=[31392343-3aa4-4a63-90ff-65959eea25b6], X-TransactionId=[], X-ONAP-RequestID=[31392343-3aa4-4a63-90ff-65959eea25b6], Content-Type=[application/merge-patch+json]} 2022-11-02T04:22:35.870Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92fab79e-627c-4333-8092-f3f55d2fe0e2/model-vers/model-ver/1347ee60-8982-4af2-98e8-ea22c0ce76d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-02T04:22:35.963Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92fab79e-627c-4333-8092-f3f55d2fe0e2/model-vers/model-ver/1347ee60-8982-4af2-98e8-ea22c0ce76d3?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/92fab79e-627c-4333-8092-f3f55d2fe0e2/model-vers/model-ver/1347ee60-8982-4af2-98e8-ea22c0ce76d3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221102-04:22:36:375-98178], vertex-id=[262328], Content-Length=[0], Date=[Wed, 02 Nov 2022 04:22:36 GMT], Content-Type=[application/json]} 2022-11-02T04:22:35.964Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92fab79e-627c-4333-8092-f3f55d2fe0e2/model-vers/model-ver/1347ee60-8982-4af2-98e8-ea22c0ce76d3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-02T04:22:35.965Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92fab79e-627c-4333-8092-f3f55d2fe0e2/model-vers/model-ver/1347ee60-8982-4af2-98e8-ea22c0ce76d3?depth=0|INFO|500||InvokeReturn 2022-11-02T04:22:35.965Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-02T04:22:35.966Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-02T04:22:35.970Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-02T04:22:35.970Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31392343-3aa4-4a63-90ff-65959eea25b6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-02T04:22:35.970Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-02T04:22:35.971Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:35.973Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:35.973Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362955970, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:22:36.073Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:36.074Z||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-11-02T04:22:36.074Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:36.095Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:36.095Z||pool-72-thread-1|||||INFO|500||cambria reply ok (22 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-11-02T04:22:36.985Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-02T04:22:36.985Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4af18c28-6dc3-4bce-a646-f21a5a90a7a1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7cfa1da2-c3aa-4760-ac08-cc7043ac5a68","serviceDescription":"service","serviceInvariantUUID":"9ff01712-7efe-45da-b3e1-e26e1ccafc20","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5819d145-f083-47e4-82ac-3d1bc9473f32","resourceInvariantUUID":"a8626461-ee05-4eb9-8bec-a80fff8477c9","resourceCustomizationUUID":"5ca9d8c5-8c73-4942-ab0b-ae41a0635030","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":"NWRjZGEyOGRjOGU5ZmJjOTc2NWUyYzY1OTIyYzYyZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07bb7b31-dea1-4837-9042-c39dc775679c","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":"ZjE2MDEzN2VmMmQ0ZTEzM2ZhNjQyMDIwNDlkYzBlMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e0ae060-e01c-4cfd-aba7-8553b6df7748","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":"7c5d0ccf-7314-47ae-9ed4-2c86d85cd10e","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":"64a4462a-fc9e-42e4-a257-f38eec4d1909","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":"1e398712-bdf8-4323-a5f8-26e9828fb405","artifactVersion":"2","generatedFromUUID":"7c5d0ccf-7314-47ae-9ed4-2c86d85cd10e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTVmNmM0MjYzMzQ5ODI3YmIyNmU2YzBiZDc1NDhhMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b184b41-0732-4c87-890e-cf6a6e9f8843","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTQwMTdjMDdhOWYwYTQyYWY1MDYwMjczN2RmZmMwNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb871e23-fa1a-45c1-b28f-0175b3d5583a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-02T04:22:36.986Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:22:36.986Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:36.988Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:36.988Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:22:37.088Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:37.089Z||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-11-02T04:22:37.089Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:37.100Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:37.100Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:37.989Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:22:37.990Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:37.992Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:37.992Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:22:38.092Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:38.093Z||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-11-02T04:22:38.093Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:38.109Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:38.109Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:38.992Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:22:38.993Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:38.996Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:38.996Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-02T04:22:39.096Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:39.097Z||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-11-02T04:22:39.097Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:39.134Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:39.135Z||pool-75-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:39.996Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:22:39.997Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:39.999Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:39.999Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:22:40.099Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:40.100Z||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-11-02T04:22:40.100Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:40.110Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:40.111Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:41.000Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:22:41.001Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:41.003Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:41.003Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-02T04:22:41.103Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:41.104Z||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-11-02T04:22:41.104Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:41.117Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:41.117Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:42.003Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:22:42.004Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:42.006Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:42.007Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:22:42.107Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:42.107Z||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-11-02T04:22:42.108Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:42.121Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:42.122Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:43.007Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:22:43.008Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:43.010Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:43.011Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:22:43.111Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:43.111Z||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-11-02T04:22:43.112Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:43.124Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:43.124Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:44.015Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7cfa1da2-c3aa-4760-ac08-cc7043ac5a68", "serviceDescription": "service", "serviceInvariantUUID": "9ff01712-7efe-45da-b3e1-e26e1ccafc20", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5ca9d8c5-8c73-4942-ab0b-ae41a0635030", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5819d145-f083-47e4-82ac-3d1bc9473f32", "resourceInvariantUUID": "a8626461-ee05-4eb9-8bec-a80fff8477c9", "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": "ZjE2MDEzN2VmMmQ0ZTEzM2ZhNjQyMDIwNDlkYzBlMWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e0ae060-e01c-4cfd-aba7-8553b6df7748", "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": "7c5d0ccf-7314-47ae-9ed4-2c86d85cd10e", "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": "1e398712-bdf8-4323-a5f8-26e9828fb405", "generatedFromUUID": "7c5d0ccf-7314-47ae-9ed4-2c86d85cd10e" }, "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": "1e398712-bdf8-4323-a5f8-26e9828fb405", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NTQwMTdjMDdhOWYwYTQyYWY1MDYwMjczN2RmZmMwNWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bb871e23-fa1a-45c1-b28f-0175b3d5583a" } ], "workloadContext": "Production" } 2022-11-02T04:22:44.015Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-02T04:22:44.016Z|31392343-3aa4-4a63-90ff-65959eea25b6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7cfa1da2-c3aa-4760-ac08-cc7043ac5a68 ASDC 2022-11-02T04:22:44.016Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:4af18c28-6dc3-4bce-a646-f21a5a90a7a1 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7cfa1da2-c3aa-4760-ac08-cc7043ac5a68 ServiceInvariantUUID:9ff01712-7efe-45da-b3e1-e26e1ccafc20 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:bb871e23-fa1a-45c1-b28f-0175b3d5583a ArtifactChecksum:NTQwMTdjMDdhOWYwYTQyYWY1MDYwMjczN2RmZmMwNWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5ca9d8c5-8c73-4942-ab0b-ae41a0635030 ResourceInvariantUUID:a8626461-ee05-4eb9-8bec-a80fff8477c9 ResourceName:basic_vm ResourceType:VF ResourceUUID:5819d145-f083-47e4-82ac-3d1bc9473f32 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:8e0ae060-e01c-4cfd-aba7-8553b6df7748 ArtifactChecksum:ZjE2MDEzN2VmMmQ0ZTEzM2ZhNjQyMDIwNDlkYzBlMWI= 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:7c5d0ccf-7314-47ae-9ed4-2c86d85cd10e 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:1e398712-bdf8-4323-a5f8-26e9828fb405 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:1e398712-bdf8-4323-a5f8-26e9828fb405 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-02T04:22:44.016Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7cfa1da2-c3aa-4760-ac08-cc7043ac5a68 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-11-02T04:22:44.049Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:22:44.050Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-02T04:22:44.050Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-02T04:22:44.050Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bb871e23-fa1a-45c1-b28f-0175b3d5583a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-02T04:22:44.050Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-02T04:22:44.050Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-02T04:22:44.361Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-02T04:22:44.372Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bb871e23-fa1a-45c1-b28f-0175b3d5583a 71065 2022-11-02T04:22:44.372Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-02T04:22:44.373Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-02T04:22:44.373Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:22:44.373Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:44.375Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:44.375Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362964372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:22:44.475Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:44.476Z||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-11-02T04:22:44.476Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:44.487Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:44.488Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:22:44.960Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:22:44.961Z||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-11-02T04:22:44.961Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:44.994Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:44.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:22:44.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362901754, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:22:44.996Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:22:44.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:22:44.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:22:44.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:22:44.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:22:44.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-02T04:22:44.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:22:44.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:22:44.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-02T04:22:44.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:22:45.378Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:22:45.379Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-02T04:22:45.380Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bb871e23-fa1a-45c1-b28f-0175b3d5583a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-02T04:22:45.380Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-02T04:22:45.380Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-02T04:22:45.380Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-02T04:22:45.541Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15934312079911441677/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-11-02T04:22:46.847Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-02T04:22:46.861Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-02T04:22:46.862Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-02T04:22:46.862Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-02T04:22:46.862Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:46.863Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:46.863Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-02T04:22:46.863Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-02T04:22:46.863Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-02T04:22:46.863Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:46.864Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-02T04:22:46.864Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:46.864Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-02T04:22:46.864Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-02T04:22:46.865Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.865Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:46.866Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-02T04:22:46.866Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-02T04:22:46.867Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:22:46.867Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.867Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:46.868Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-02T04:22:46.868Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-02T04:22:46.869Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:22:46.869Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.869Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:46.869Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.869Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-02T04:22:46.870Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-02T04:22:46.870Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-02T04:22:46.870Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-02T04:22:46.870Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-02T04:22:46.870Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-02T04:22:46.871Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.871Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-02T04:22:46.871Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.871Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-02T04:22:46.871Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:22:46.871Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.871Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-02T04:22:46.872Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:22:46.872Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.872Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-02T04:22:46.872Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:22:46.872Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.872Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-02T04:22:46.872Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-02T04:22:46.872Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-02T04:22:46.873Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e51a2b75-b57d-4d04-aeb9-3e1a34e5b5e0 2022-11-02T04:22:46.873Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.873Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:46.873Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.873Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:46.873Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.873Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:46.873Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:46.873Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:46.874Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7cfa1da2-c3aa-4760-ac08-cc7043ac5a68 Model Version:NULL Model InvariantUuid:9ff01712-7efe-45da-b3e1-e26e1ccafc20 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:2c91e72b-20ec-44b5-b0c8-6d002f073726 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a8626461-ee05-4eb9-8bec-a80fff8477c9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5ca9d8c5-8c73-4942-ab0b-ae41a0635030 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7ea8b6ad-63f5-4921-9799-c5653c5768fb ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:0a5214c7-13fe-4a29-8b86-784d86a64944 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e51a2b75-b57d-4d04-aeb9-3e1a34e5b5e0 ModelInvariantUuid:8963543f-8896-4668-ab53-5c7cb835d043 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:735969c5-75b3-431c-a5b9-69717f06cee6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:df50a6a8-31b4-419e-b8e7-5721cb7f02d7 ModelInvariantUuid:3e6b8555-e367-4389-a41b-3299b779cc1d ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:68635c8a-3018-4312-b009-ef928be33d9f 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-11-02T04:22:46.881Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 5819d145-f083-47e4-82ac-3d1bc9473f32 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-11-02T04:22:46.885Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-11-02T04:22:46.885Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5819d145-f083-47e4-82ac-3d1bc9473f32 2022-11-02T04:22:46.885Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8e0ae060-e01c-4cfd-aba7-8553b6df7748 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-02T04:22:46.886Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-02T04:22:46.886Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:46.969Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-02T04:22:46.970Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8e0ae060-e01c-4cfd-aba7-8553b6df7748 787 2022-11-02T04:22:46.970Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:46.970Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:46.971Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:22:46.971Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:46.973Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:46.973Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362966970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:22:47.073Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:47.074Z||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-11-02T04:22:47.074Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:47.088Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:47.088Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:22:47.973Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7ea8b6ad-63f5-4921-9799-c5653c5768fb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a5214c7-13fe-4a29-8b86-784d86a64944", "vfModuleModelCustomizationUUID": "1bd9aeb8-aed8-4bb5-898f-a118f38d701a", "isBase": true, "artifacts": [ "7c5d0ccf-7314-47ae-9ed4-2c86d85cd10e", "1e398712-bdf8-4323-a5f8-26e9828fb405" ], "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-11-02T04:22:47.977Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a5214c7-13fe-4a29-8b86-784d86a64944 VfModuleModelInvariantUUID:7ea8b6ad-63f5-4921-9799-c5653c5768fb VfModuleModelDescription:NULL Artifacts UUID List:{ 7c5d0ccf-7314-47ae-9ed4-2c86d85cd10e , 1e398712-bdf8-4323-a5f8-26e9828fb405 } 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-11-02T04:22:47.979Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7ea8b6ad-63f5-4921-9799-c5653c5768fb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a5214c7-13fe-4a29-8b86-784d86a64944", "vfModuleModelCustomizationUUID": "1bd9aeb8-aed8-4bb5-898f-a118f38d701a", "isBase": true, "artifacts": [ "7c5d0ccf-7314-47ae-9ed4-2c86d85cd10e", "1e398712-bdf8-4323-a5f8-26e9828fb405" ], "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-11-02T04:22:47.979Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a5214c7-13fe-4a29-8b86-784d86a64944 VfModuleModelInvariantUUID:7ea8b6ad-63f5-4921-9799-c5653c5768fb VfModuleModelDescription:NULL Artifacts UUID List:{ 7c5d0ccf-7314-47ae-9ed4-2c86d85cd10e , 1e398712-bdf8-4323-a5f8-26e9828fb405 } 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-11-02T04:22:47.979Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7c5d0ccf-7314-47ae-9ed4-2c86d85cd10e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-02T04:22:47.979Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-02T04:22:47.979Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:48.023Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-02T04:22:48.023Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7c5d0ccf-7314-47ae-9ed4-2c86d85cd10e 5033 2022-11-02T04:22:48.023Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:48.024Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:48.024Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:22:48.024Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:48.029Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:48.029Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362968023, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:22:48.129Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:22:48.130Z||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-11-02T04:22:48.130Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:48.142Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:48.143Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:22:49.030Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e398712-bdf8-4323-a5f8-26e9828fb405 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-02T04:22:49.032Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-02T04:22:49.032Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:49.076Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-02T04:22:49.076Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1e398712-bdf8-4323-a5f8-26e9828fb405 903 2022-11-02T04:22:49.077Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:49.077Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:49.077Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:22:49.077Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:49.079Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:49.079Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362969076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:22:49.179Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:22:49.180Z||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-11-02T04:22:49.181Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:49.201Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:49.202Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:22:50.083Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7cfa1da2-c3aa-4760-ac08-cc7043ac5a68 2022-11-02T04:22:50.083Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5819d145-f083-47e4-82ac-3d1bc9473f32 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-11-02T04:22:50.097Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@691920ae, org.onap.sdc.toscaparser.api.parameters.Input@27ea9d28, org.onap.sdc.toscaparser.api.parameters.Input@49ed48db, org.onap.sdc.toscaparser.api.parameters.Input@68e5b04e, org.onap.sdc.toscaparser.api.parameters.Input@4859f1ac] 2022-11-02T04:22:50.099Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.099Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:50.099Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-11-02T04:22:50.100Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5ca9d8c5-8c73-4942-ab0b-ae41a0635030 2022-11-02T04:22:50.100Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ca9d8c5-8c73-4942-ab0b-ae41a0635030 matches Tosca VF Customization UUID: 5ca9d8c5-8c73-4942-ab0b-ae41a0635030 2022-11-02T04:22:50.100Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5ca9d8c5-8c73-4942-ab0b-ae41a0635030 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-11-02T04:22:50.102Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.102Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:50.103Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5ca9d8c5-8c73-4942-ab0b-ae41a0635030: {\"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-11-02T04:22:50.103Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d83aee6 2022-11-02T04:22:50.103Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.103Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-02T04:22:50.104Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1bd9aeb8-aed8-4bb5-898f-a118f38d701a 2022-11-02T04:22:50.104Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1bd9aeb8-aed8-4bb5-898f-a118f38d701a 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-11-02T04:22:50.106Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.106Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-02T04:22:50.106Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:22:50.107Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.107Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-02T04:22:50.107Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:22:50.108Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.108Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-02T04:22:50.108Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-02T04:22:50.108Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-02T04:22:50.108Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e51a2b75-b57d-4d04-aeb9-3e1a34e5b5e0 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-11-02T04:22:50.110Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.111Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-02T04:22:50.111Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:22:50.111Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.112Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-02T04:22:50.112Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5ca9d8c5-8c73-4942-ab0b-ae41a0635030 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-11-02T04:22:50.114Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.114Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:50.114Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7cfa1da2-c3aa-4760-ac08-cc7043ac5a68: basic_vm 2022-11-02T04:22:50.114Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.115Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:50.115Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.116Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:50.116Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.117Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:50.117Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.117Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:50.118Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:22:50.118Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:22:50.118Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:50.195Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5819d145-f083-47e4-82ac-3d1bc9473f32 1 ASDC deployResourceStructure 2022-11-02T04:22:50.195Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:50.195Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:50.195Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:22:50.195Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:50.197Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:50.197Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362970195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:22:50.297Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:50.298Z||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-11-02T04:22:50.298Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:50.312Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:50.312Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:51.198Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:51.198Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:51.198Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:22:51.199Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:51.201Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:51.201Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362971198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:22:51.301Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:51.302Z||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-11-02T04:22:51.302Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:51.342Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:51.343Z||pool-85-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:52.203Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:52.203Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||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-11-02T04:22:52.203Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:22:52.203Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:52.205Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:52.205Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362972202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-02T04:22:52.305Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:52.306Z||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-11-02T04:22:52.306Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:52.319Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:52.319Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:53.206Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-02T04:22:53.206Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-02T04:22:53.206Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:22:53.207Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:22:53.209Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:22:53.209Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362973205, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:22:53.309Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:22:53.310Z||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-11-02T04:22:53.310Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:22:53.323Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:22:53.323Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:22:54.210Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:22:54.220Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 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-11-02T04:22:54.222Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:22:54.222Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-02T04:22:54.223Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-02T04:22:54.223Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-02T04:22:54.223Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:22:54.223Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:22:54.223Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:22:54.223Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:22:54.224Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:22:54.224Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:22:54.224Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-02T04:22:54.228Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-02T04:23:24.229Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 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-11-02T04:23:24.234Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 and serviceModelVersionId: 7cfa1da2-c3aa-4760-ac08-cc7043ac5a68 2022-11-02T04:23:24.234Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ff01712-7efe-45da-b3e1-e26e1ccafc20 2022-11-02T04:23:24.235Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ff01712-7efe-45da-b3e1-e26e1ccafc20/model-vers/model-ver/7cfa1da2-c3aa-4760-ac08-cc7043ac5a68?depth=0 2022-11-02T04:23:24.240Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-02T04:23:24.284Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff01712-7efe-45da-b3e1-e26e1ccafc20/model-vers/model-ver/7cfa1da2-c3aa-4760-ac08-cc7043ac5a68?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-11-02T04:23:24.285Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff01712-7efe-45da-b3e1-e26e1ccafc20/model-vers/model-ver/7cfa1da2-c3aa-4760-ac08-cc7043ac5a68?depth=0|INFO|500||Invoke 2022-11-02T04:23:24.304Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff01712-7efe-45da-b3e1-e26e1ccafc20/model-vers/model-ver/7cfa1da2-c3aa-4760-ac08-cc7043ac5a68?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-02T04:23:24.389Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff01712-7efe-45da-b3e1-e26e1ccafc20/model-vers/model-ver/7cfa1da2-c3aa-4760-ac08-cc7043ac5a68?depth=0|INFO|500||InvokeReturn 2022-11-02T04:23:24.390Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff01712-7efe-45da-b3e1-e26e1ccafc20/model-vers/model-ver/7cfa1da2-c3aa-4760-ac08-cc7043ac5a68?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221102-04:23:24:812-69511], vertex-id=[167952], Content-Length=[0], Date=[Wed, 02 Nov 2022 04:23:24 GMT], Content-Type=[application/json]} 2022-11-02T04:23:24.390Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-11-02T04:23:24.390Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-02T04:23:24.390Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-02T04:23:24.396Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-02T04:23:24.397Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af18c28-6dc3-4bce-a646-f21a5a90a7a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-02T04:23:24.397Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-02T04:23:24.397Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:23:24.399Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:23:24.399Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667363004397, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:23:24.499Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:23:24.500Z||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-11-02T04:23:24.501Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:23:24.517Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:23:24.517Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-02T04:23:25.411Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:23:25.412Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:23:25.412Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:23:35.692Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:23:35.693Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:23:35.693Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:23:35.693Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:23:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:23:44.960Z||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-11-02T04:23:44.961Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:23:44.998Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:23:44.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:44.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:23:45.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-02T04:23:45.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362912017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:23:45.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362914351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:23:45.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362915401, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-02T04:23:45.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362916468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:23:45.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362917527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:23:45.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362918572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:23:45.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362919708, "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-11-02T04:23:45.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362920712, "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-11-02T04:23:45.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362921716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362922721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362923724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362924729, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362955970, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:23:45.005Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:23:45.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:23:45.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-02T04:23:45.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:23:45.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-02T04:23:45.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:23:45.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362825751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:23:45.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:23:45.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:23:45.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362964372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:23:45.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:23:45.244Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:23:45.245Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:23:45.246Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:23:45.246Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:23:54.783Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:23:54.784Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:23:54.785Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:23:54.785Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:24:04.355Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:24:04.356Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:24:04.357Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:24:04.357Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:24:13.904Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:24:13.905Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:24:13.906Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:24:13.906Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:24:23.446Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:24:44.956Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:24:44.957Z||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-11-02T04:24:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:24:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:24:44.958Z||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-11-02T04:24:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:24:45.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:24:45.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:24:45.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362966970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:24:45.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:24:45.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:24:45.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362968023, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:24:45.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:24:45.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:24:45.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362969076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:24:45.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:24:45.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:24:45.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362970195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:24:45.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:24:45.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:24:45.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362971198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:24:45.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:24:45.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:24:45.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362972202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-02T04:24:45.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:24:45.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:24:45.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667362973205, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:24:45.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:24:45.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:24:45.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4af18c28-6dc3-4bce-a646-f21a5a90a7a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667363004397, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:24:45.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:24:54.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:25:44.956Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:25:44.957Z||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-11-02T04:25:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:25:44.958Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:25:44.959Z||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-11-02T04:25:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:25:54.516Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:25:54.522Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:26:44.955Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:26:44.956Z||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-11-02T04:26:44.956Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:26:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:26:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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-11-02T04:26:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:26:54.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:26:54.505Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:27:44.956Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:27:44.957Z||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-11-02T04:27:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:27:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:27:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:27:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:27:54.500Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:27:54.501Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:28:44.956Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:28:44.957Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:28:44.957Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:28:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:28:44.959Z||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-11-02T04:28:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:28:54.512Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:28:54.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:29:44.957Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:29:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:29:44.959Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:29:44.959Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:29:44.962Z||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-11-02T04:29:44.962Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:29:54.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:29:54.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:30:44.955Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:30:44.958Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:30:44.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:30:44.959Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:30:44.960Z||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-11-02T04:30:44.961Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:30:54.512Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:30:54.513Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:31:44.956Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:31:44.957Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:31:44.958Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:31:44.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:31:44.959Z||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-11-02T04:31:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:31:54.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:31:54.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:32:44.956Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:32:44.958Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:32:44.958Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:32:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:32:44.958Z||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-11-02T04:32:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:32:54.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:32:54.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:33:44.956Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:33:44.957Z||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-11-02T04:33:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:33:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:33:44.959Z||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-11-02T04:33:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:33:54.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:33:54.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:34:44.956Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:34:44.956Z||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-11-02T04:34:44.956Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:34:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:34:44.958Z||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-11-02T04:34:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:34:54.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:34:54.509Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:35:44.955Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:35:44.956Z||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-11-02T04:35:44.956Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:35:44.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:35:44.958Z||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-11-02T04:35:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:35:54.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:35:54.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:36:44.956Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:36:44.957Z||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-11-02T04:36:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:36:44.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:36:44.965Z||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-11-02T04:36:44.965Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:36:54.513Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:36:54.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:37:44.955Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:37:44.957Z||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-11-02T04:37:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:37:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:37:44.958Z||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-11-02T04:37:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:37:54.504Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:37:54.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:38:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:38:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:38:44.959Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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-11-02T04:38:44.959Z||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-11-02T04:38:44.959Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:38:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:38:54.509Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:38:54.517Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:39:44.955Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:39:44.957Z||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-11-02T04:39:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:39:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:39:44.959Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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-11-02T04:39:44.961Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:39:54.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:39:54.506Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:44.956Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:40:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:40:44.958Z||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-11-02T04:40:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:44.962Z||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-11-02T04:40:44.968Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:45.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:45.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dd249d6-6d07-40db-bea0-783765b68138","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"129e7216-c78f-4b10-b9b9-9647fa143df2","serviceDescription":"service","serviceInvariantUUID":"f7183d30-36a6-44cb-a42a-2acf4143f7f0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3461fba4-8fd1-4275-b902-43a18603b1f6","resourceInvariantUUID":"928e663a-112c-4030-89f6-1b1168ce81ee","resourceCustomizationUUID":"601325c8-5515-49e9-a635-9df2785c41d5","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":"YmRlZjk5MTY2NTRhNDFkNWVkYWEyODBiMTAxM2UyYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a605352e-fecd-4c2c-a9b4-2cc16b315b61","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":"NzgwMjVmY2Y1Y2RiM2NmYTllNzFlZmVkMmE3OWIxMzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1c71b33-b7f5-4bfa-97bd-17794011d625","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":"52d967cb-7db2-45b3-9704-e10f2d8f3f99","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":"3a104f72-d6ff-423e-ad90-16cf44fbfaaf","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":"37aded4d-6a32-4a69-9c39-e9fa7ccf207b","artifactVersion":"2","generatedFromUUID":"978178d0-40f1-475c-960a-be831f4ba1a1"},{"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":"c93ddc3c-7a48-4359-88ea-8cea67bb4e25","artifactVersion":"2","generatedFromUUID":"52d967cb-7db2-45b3-9704-e10f2d8f3f99"},{"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":"978178d0-40f1-475c-960a-be831f4ba1a1","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":"04db8108-ac1e-487c-9f5a-7fd994967508","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":"ZGY5ZmM1OGQ5NzQ3N2IyYzM3NjYxOWEwYTQzNzEyMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dbd42159-e5d0-4843-93c8-042b0fc48f85","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODFmNDRmYTAyZTFjZmQ4ZTNkNWQ5N2ZmYmI0OTI5Y2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"617033a7-5ae0-48ce-8e18-4c096eeed7aa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-02T04:40:45.604Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:40:45.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:45.605Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:45.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364011099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "cds", "timestamp": 1667364013559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364011099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "cds", "timestamp": 1667364013559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364011099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "cds", "timestamp": 1667364013559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364019707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364011099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "cds", "timestamp": 1667364013559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "ves-openapi-manager", "timestamp": 1667364020469, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364019707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:40:45.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364011099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "cds", "timestamp": 1667364013559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "ves-openapi-manager", "timestamp": 1667364020469, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364019707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364011099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "cds", "timestamp": 1667364013559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "ves-openapi-manager", "timestamp": 1667364020469, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.612Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:45.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.612Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364022190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364019707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364011099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "cds", "timestamp": 1667364013559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364022190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "ves-openapi-manager", "timestamp": 1667364020469, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364019707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364011099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "cds", "timestamp": 1667364013559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364022190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-02T04:40:45.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "ves-openapi-manager", "timestamp": 1667364020469, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364019707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364011099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "cds", "timestamp": 1667364013559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364024755, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364022190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "ves-openapi-manager", "timestamp": 1667364020469, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364019707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364011099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:40:45.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "cds", "timestamp": 1667364013559, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:40:45.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364024755, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:40:45.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364022190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "ves-openapi-manager", "timestamp": 1667364020469, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364019707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364028308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:40:45.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364024755, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-02T04:40:45.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "cds", "timestamp": 1667364028587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:40:45.620Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364022190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "ves-openapi-manager", "timestamp": 1667364020469, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364019707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364028395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364024755, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364022190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "ves-openapi-manager", "timestamp": 1667364020469, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364019707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:40:45.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364028395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364024755, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-02T04:40:45.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364022190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "ves-openapi-manager", "timestamp": 1667364020469, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364030584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:40:45.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "cds", "timestamp": 1667364031023, "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-11-02T04:40:45.656Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dd249d6-6d07-40db-bea0-783765b68138 2022-11-02T04:40:45.657Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dd249d6-6d07-40db-bea0-783765b68138 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-11-02T04:40:45.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364028395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364024755, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-02T04:40:45.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364022190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364031597, "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-11-02T04:40:45.670Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dd249d6-6d07-40db-bea0-783765b68138 2022-11-02T04:40:45.670Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dd249d6-6d07-40db-bea0-783765b68138 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-11-02T04:40:45.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364028395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364024755, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-02T04:40:45.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364022190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:40:45.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364028395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364024755, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364033052, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:40:45.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364028395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364024755, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364034059, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:40:45.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364028395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364024755, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:40:45.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "policy-id", "timestamp": 1667364035064, "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-11-02T04:40:45.688Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dd249d6-6d07-40db-bea0-783765b68138 2022-11-02T04:40:45.688Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dd249d6-6d07-40db-bea0-783765b68138 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-11-02T04:40:45.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364028395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364035512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:40:45.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364028395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:45.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364036568, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:40:45.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364028395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:40:45.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-02T04:40:45.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364037634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:40:45.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364038807, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:40:45.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364039210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:40:45.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364038703, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-02T04:40:45.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364039780, "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-11-02T04:40:45.702Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dd249d6-6d07-40db-bea0-783765b68138 2022-11-02T04:40:45.702Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dd249d6-6d07-40db-bea0-783765b68138 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-11-02T04:40:45.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "multicloud-k8s-id", "timestamp": 1667364040788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:40:45.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364043812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:40:45.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:40:45.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-02T04:40:45.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "clamp", "timestamp": 1667364044816, "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-11-02T04:40:45.712Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:40:45.712Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9dd249d6-6d07-40db-bea0-783765b68138 2022-11-02T04:40:45.712Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dd249d6-6d07-40db-bea0-783765b68138 and ComponentName clamp 2022-11-02T04:40:45.713Z||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-11-02T04:40:45.713Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-11-02T04:40:45.731Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:45.733Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:40:46.613Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:40:46.614Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:46.617Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:46.617Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:40:46.717Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:40:46.718Z||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-11-02T04:40:46.718Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:46.738Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:46.739Z||pool-90-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:40:47.618Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:40:47.619Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:47.621Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:47.621Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-02T04:40:47.722Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-02T04:40:47.724Z||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-11-02T04:40:47.724Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:47.735Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:47.735Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:40:48.622Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:40:48.623Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:48.627Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:48.627Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:48.727Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:40:48.728Z||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-11-02T04:40:48.729Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:48.742Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:48.743Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:40:49.628Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:40:49.629Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:49.631Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:49.631Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-02T04:40:49.731Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:40:49.732Z||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-11-02T04:40:49.732Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:49.744Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:49.744Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:40:50.631Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:40:50.632Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:50.635Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:50.635Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-02T04:40:50.735Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:40:50.736Z||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-11-02T04:40:50.736Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:50.749Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:50.749Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:40:51.635Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:40:51.636Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:51.638Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:51.638Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-02T04:40:51.738Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:40:51.739Z||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-11-02T04:40:51.739Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:51.751Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:51.751Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:40:52.639Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:40:52.640Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:52.642Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:52.642Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:52.742Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:40:52.743Z||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-11-02T04:40:52.743Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:52.755Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:52.756Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:40:53.643Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:40:53.644Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:53.646Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:53.647Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:40:53.747Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:40:53.747Z||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-11-02T04:40:53.747Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:53.761Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:53.762Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:40:54.647Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:40:54.648Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:54.651Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:54.651Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:40:54.751Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:40:54.752Z||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-11-02T04:40:54.752Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:54.766Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:54.767Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:40:55.652Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "129e7216-c78f-4b10-b9b9-9647fa143df2", "serviceDescription": "service", "serviceInvariantUUID": "f7183d30-36a6-44cb-a42a-2acf4143f7f0", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "601325c8-5515-49e9-a635-9df2785c41d5", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3461fba4-8fd1-4275-b902-43a18603b1f6", "resourceInvariantUUID": "928e663a-112c-4030-89f6-1b1168ce81ee", "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": "NzgwMjVmY2Y1Y2RiM2NmYTllNzFlZmVkMmE3OWIxMzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d1c71b33-b7f5-4bfa-97bd-17794011d625", "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": "52d967cb-7db2-45b3-9704-e10f2d8f3f99", "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": "c93ddc3c-7a48-4359-88ea-8cea67bb4e25", "generatedFromUUID": "52d967cb-7db2-45b3-9704-e10f2d8f3f99" }, "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": "37aded4d-6a32-4a69-9c39-e9fa7ccf207b", "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": "c93ddc3c-7a48-4359-88ea-8cea67bb4e25", "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": "978178d0-40f1-475c-960a-be831f4ba1a1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ODFmNDRmYTAyZTFjZmQ4ZTNkNWQ5N2ZmYmI0OTI5Y2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "617033a7-5ae0-48ce-8e18-4c096eeed7aa" } ], "workloadContext": "Production" } 2022-11-02T04:40:55.653Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-02T04:40:55.653Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 129e7216-c78f-4b10-b9b9-9647fa143df2 ASDC 2022-11-02T04:40:55.654Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:9dd249d6-6d07-40db-bea0-783765b68138 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:129e7216-c78f-4b10-b9b9-9647fa143df2 ServiceInvariantUUID:f7183d30-36a6-44cb-a42a-2acf4143f7f0 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:617033a7-5ae0-48ce-8e18-4c096eeed7aa ArtifactChecksum:ODFmNDRmYTAyZTFjZmQ4ZTNkNWQ5N2ZmYmI0OTI5Y2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:601325c8-5515-49e9-a635-9df2785c41d5 ResourceInvariantUUID:928e663a-112c-4030-89f6-1b1168ce81ee ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:3461fba4-8fd1-4275-b902-43a18603b1f6 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:d1c71b33-b7f5-4bfa-97bd-17794011d625 ArtifactChecksum:NzgwMjVmY2Y1Y2RiM2NmYTllNzFlZmVkMmE3OWIxMzM= 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:52d967cb-7db2-45b3-9704-e10f2d8f3f99 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:c93ddc3c-7a48-4359-88ea-8cea67bb4e25 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:37aded4d-6a32-4a69-9c39-e9fa7ccf207b 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:c93ddc3c-7a48-4359-88ea-8cea67bb4e25 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:978178d0-40f1-475c-960a-be831f4ba1a1 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-02T04:40:55.654Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 129e7216-c78f-4b10-b9b9-9647fa143df2 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-11-02T04:40:55.729Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:40:55.730Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-02T04:40:55.730Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-02T04:40:55.730Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 617033a7-5ae0-48ce-8e18-4c096eeed7aa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-02T04:40:55.730Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-02T04:40:55.731Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-02T04:40:55.815Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-02T04:40:55.824Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 617033a7-5ae0-48ce-8e18-4c096eeed7aa 158209 2022-11-02T04:40:55.825Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-02T04:40:55.825Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-02T04:40:55.825Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:40:55.825Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:55.827Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:55.828Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364055825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:40:55.928Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:40:55.929Z||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-11-02T04:40:55.929Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:55.941Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:55.941Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:40:56.828Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:40:56.829Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-02T04:40:56.830Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 617033a7-5ae0-48ce-8e18-4c096eeed7aa, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-02T04:40:56.830Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-02T04:40:56.831Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-02T04:40:56.831Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-02T04:40:57.013Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP195976053376255451/Definitions/service-BasicCnfMacro-template.yml 2022-11-02T04:40:58.349Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-02T04:40:58.350Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-02T04:40:58.350Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-02T04:40:58.350Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-02T04:40:58.350Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-02T04:40:58.350Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:40:58.350Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:40:58.350Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:40:58.350Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-02T04:40:58.351Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.351Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:40:58.351Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-02T04:40:58.351Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-02T04:40:58.351Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:40:58.352Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.352Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:40:58.352Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-02T04:40:58.352Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-02T04:40:58.352Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:40:58.352Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.352Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:40:58.353Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.353Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-02T04:40:58.353Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-02T04:40:58.353Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-02T04:40:58.353Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-02T04:40:58.353Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.353Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-02T04:40:58.354Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.354Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-02T04:40:58.354Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:40:58.354Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.354Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-02T04:40:58.354Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:40:58.355Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.355Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-02T04:40:58.355Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:40:58.355Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.355Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-02T04:40:58.355Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:40:58.356Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.356Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-02T04:40:58.356Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-02T04:40:58.356Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=cef1fe6c-c65a-437b-9420-cf24079d8de4 2022-11-02T04:40:58.356Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.356Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:40:58.357Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.357Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:40:58.357Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.357Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:40:58.357Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:40:58.357Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:40:58.357Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:129e7216-c78f-4b10-b9b9-9647fa143df2 Model Version:NULL Model InvariantUuid:f7183d30-36a6-44cb-a42a-2acf4143f7f0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:6c00edc1-6f61-4b91-a975-e0b528aec20c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:928e663a-112c-4030-89f6-1b1168ce81ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:601325c8-5515-49e9-a635-9df2785c41d5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f4f9c276-608b-4f7c-8707-58b2e039a867 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:b71d444b-fcdf-4c86-ba72-ebd3f9389d1f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:e88b4532-a436-48f9-a263-f03cb40c0bf0 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:afc56c94-7b3d-4168-a2ea-056ec276eec5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cef1fe6c-c65a-437b-9420-cf24079d8de4 ModelInvariantUuid:ca7bee87-fb9b-42eb-a7df-a43702227d42 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:84e90375-f33e-4471-95df-ca63b361b03f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:b79efed1-23f4-4c65-8dfa-736df5a2adbd ModelInvariantUuid:b36b37cf-7df3-4b6a-926e-6870aa841332 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:66ddcbd7-afde-4952-af18-d12c5a0a8f56 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-11-02T04:40:58.366Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 3461fba4-8fd1-4275-b902-43a18603b1f6 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-11-02T04:40:58.371Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-11-02T04:40:58.371Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3461fba4-8fd1-4275-b902-43a18603b1f6 2022-11-02T04:40:58.372Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d1c71b33-b7f5-4bfa-97bd-17794011d625 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-02T04:40:58.372Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-02T04:40:58.372Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:40:58.428Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-02T04:40:58.429Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d1c71b33-b7f5-4bfa-97bd-17794011d625 1565 2022-11-02T04:40:58.429Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:40:58.429Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:40:58.429Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:40:58.430Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:58.431Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:58.432Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364058429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:40:58.532Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:40:58.532Z||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-11-02T04:40:58.532Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:58.544Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:58.544Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:40:59.433Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "e88b4532-a436-48f9-a263-f03cb40c0bf0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "afc56c94-7b3d-4168-a2ea-056ec276eec5", "vfModuleModelCustomizationUUID": "173556e5-7939-4742-8d86-da2b30bcdf37", "isBase": true, "artifacts": [ "52d967cb-7db2-45b3-9704-e10f2d8f3f99", "c93ddc3c-7a48-4359-88ea-8cea67bb4e25" ], "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": "f4f9c276-608b-4f7c-8707-58b2e039a867", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b71d444b-fcdf-4c86-ba72-ebd3f9389d1f", "vfModuleModelCustomizationUUID": "3e0f8900-8e7f-4495-af2d-f5f5395a0a5b", "isBase": false, "artifacts": [ "978178d0-40f1-475c-960a-be831f4ba1a1" ], "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-11-02T04:40:59.438Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:afc56c94-7b3d-4168-a2ea-056ec276eec5 VfModuleModelInvariantUUID:e88b4532-a436-48f9-a263-f03cb40c0bf0 VfModuleModelDescription:NULL Artifacts UUID List:{ 52d967cb-7db2-45b3-9704-e10f2d8f3f99 , c93ddc3c-7a48-4359-88ea-8cea67bb4e25 } 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:b71d444b-fcdf-4c86-ba72-ebd3f9389d1f VfModuleModelInvariantUUID:f4f9c276-608b-4f7c-8707-58b2e039a867 VfModuleModelDescription:NULL Artifacts UUID List:{ 978178d0-40f1-475c-960a-be831f4ba1a1 } 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-11-02T04:40:59.441Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "e88b4532-a436-48f9-a263-f03cb40c0bf0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "afc56c94-7b3d-4168-a2ea-056ec276eec5", "vfModuleModelCustomizationUUID": "173556e5-7939-4742-8d86-da2b30bcdf37", "isBase": true, "artifacts": [ "52d967cb-7db2-45b3-9704-e10f2d8f3f99", "c93ddc3c-7a48-4359-88ea-8cea67bb4e25" ], "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": "f4f9c276-608b-4f7c-8707-58b2e039a867", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b71d444b-fcdf-4c86-ba72-ebd3f9389d1f", "vfModuleModelCustomizationUUID": "3e0f8900-8e7f-4495-af2d-f5f5395a0a5b", "isBase": false, "artifacts": [ "978178d0-40f1-475c-960a-be831f4ba1a1" ], "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-11-02T04:40:59.441Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:afc56c94-7b3d-4168-a2ea-056ec276eec5 VfModuleModelInvariantUUID:e88b4532-a436-48f9-a263-f03cb40c0bf0 VfModuleModelDescription:NULL Artifacts UUID List:{ 52d967cb-7db2-45b3-9704-e10f2d8f3f99 , c93ddc3c-7a48-4359-88ea-8cea67bb4e25 } 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:b71d444b-fcdf-4c86-ba72-ebd3f9389d1f VfModuleModelInvariantUUID:f4f9c276-608b-4f7c-8707-58b2e039a867 VfModuleModelDescription:NULL Artifacts UUID List:{ 978178d0-40f1-475c-960a-be831f4ba1a1 } 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-11-02T04:40:59.441Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 52d967cb-7db2-45b3-9704-e10f2d8f3f99 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-02T04:40:59.442Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-02T04:40:59.442Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:40:59.487Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-02T04:40:59.487Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 52d967cb-7db2-45b3-9704-e10f2d8f3f99 914 2022-11-02T04:40:59.487Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:40:59.488Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:40:59.488Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:40:59.488Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:40:59.490Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:40:59.491Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364059487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:40:59.591Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:40:59.591Z||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-11-02T04:40:59.592Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:40:59.606Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:40:59.606Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:41:00.497Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 37aded4d-6a32-4a69-9c39-e9fa7ccf207b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-02T04:41:00.497Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-02T04:41:00.497Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:00.546Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-02T04:41:00.547Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 37aded4d-6a32-4a69-9c39-e9fa7ccf207b 12 2022-11-02T04:41:00.547Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:00.547Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:00.547Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:41:00.547Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:41:00.549Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:41:00.549Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364060547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:41:00.649Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:41:00.650Z||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-11-02T04:41:00.650Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:41:00.663Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:41:00.663Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:41:01.549Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c93ddc3c-7a48-4359-88ea-8cea67bb4e25 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-02T04:41:01.550Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-02T04:41:01.551Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:01.622Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-02T04:41:01.622Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env c93ddc3c-7a48-4359-88ea-8cea67bb4e25 96 2022-11-02T04:41:01.623Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:01.623Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:01.623Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:41:01.623Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:41:01.625Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:41:01.625Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364061623, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:41:01.725Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:41:01.726Z||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-11-02T04:41:01.726Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:41:01.738Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:41:01.738Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:41:02.625Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 978178d0-40f1-475c-960a-be831f4ba1a1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-02T04:41:02.626Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-02T04:41:02.627Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:02.684Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-02T04:41:02.684Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 978178d0-40f1-475c-960a-be831f4ba1a1 20206 2022-11-02T04:41:02.685Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:02.685Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:02.685Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:41:02.685Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:41:02.690Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:41:02.690Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364062685, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-02T04:41:02.790Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:41:02.791Z||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-11-02T04:41:02.791Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:41:02.806Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:41:02.806Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:41:03.694Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 129e7216-c78f-4b10-b9b9-9647fa143df2 2022-11-02T04:41:03.694Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 3461fba4-8fd1-4275-b902-43a18603b1f6 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-11-02T04:41:03.702Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b3c3f16, org.onap.sdc.toscaparser.api.parameters.Input@4d50374a, org.onap.sdc.toscaparser.api.parameters.Input@7c652792, org.onap.sdc.toscaparser.api.parameters.Input@130b81f7, org.onap.sdc.toscaparser.api.parameters.Input@69b5d80f] 2022-11-02T04:41:03.704Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:41:03.704Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:41:03.704Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-02T04:41:03.704Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 601325c8-5515-49e9-a635-9df2785c41d5 2022-11-02T04:41:03.704Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 601325c8-5515-49e9-a635-9df2785c41d5 matches Tosca VF Customization UUID: 601325c8-5515-49e9-a635-9df2785c41d5 2022-11-02T04:41:03.704Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 601325c8-5515-49e9-a635-9df2785c41d5 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-11-02T04:41:03.707Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:41:03.707Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:41:03.707Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 601325c8-5515-49e9-a635-9df2785c41d5: {\"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-11-02T04:41:03.708Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f54814e 2022-11-02T04:41:03.708Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:41:03.708Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-02T04:41:03.708Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3e0f8900-8e7f-4495-af2d-f5f5395a0a5b 2022-11-02T04:41:03.708Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3e0f8900-8e7f-4495-af2d-f5f5395a0a5b 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-11-02T04:41:03.711Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:41:03.711Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-02T04:41:03.711Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:41:03.711Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:41:03.711Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-02T04:41:03.712Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:41:03.712Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:41:03.712Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-02T04:41:03.712Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=601325c8-5515-49e9-a635-9df2785c41d5 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-11-02T04:41:03.714Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:41:03.714Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:41:03.714Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 129e7216-c78f-4b10-b9b9-9647fa143df2: basic_cnf_macro 2022-11-02T04:41:03.714Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:41:03.715Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:41:03.715Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:41:03.715Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:41:03.715Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:41:03.716Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:41:03.716Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:41:03.716Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:41:03.716Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:41:03.716Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:41:03.717Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:03.750Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 3461fba4-8fd1-4275-b902-43a18603b1f6 2 ASDC deployResourceStructure 2022-11-02T04:41:03.751Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:03.751Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:03.751Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:41:03.751Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:41:03.753Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:41:03.753Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364063750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:41:03.853Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:41:03.854Z||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-11-02T04:41:03.854Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:41:03.867Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:41:03.867Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:41:04.753Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:04.754Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:04.754Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:41:04.755Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:41:04.756Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:41:04.756Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364064753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:41:04.856Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:41:04.857Z||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-11-02T04:41:04.857Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:41:04.870Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:41:04.870Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:41:05.757Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:05.758Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:05.758Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-02T04:41:05.758Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:41:05.760Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:41:05.760Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364065757, "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-11-02T04:41:05.861Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:41:05.861Z||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-11-02T04:41:05.862Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:41:05.872Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:41:05.872Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:41:06.761Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:06.762Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:06.762Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:41:06.762Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:41:06.764Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:41:06.764Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364066761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-02T04:41:06.864Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:41:06.867Z||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-11-02T04:41:06.867Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:41:06.882Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:41:06.883Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:41:07.765Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:07.765Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||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-11-02T04:41:07.765Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-02T04:41:07.766Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:41:07.768Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:41:07.768Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364067765, "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-11-02T04:41:07.868Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:41:07.869Z||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-11-02T04:41:07.869Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:41:07.885Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:41:07.885Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:41:08.769Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-02T04:41:08.769Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-02T04:41:08.770Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:41:08.770Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:41:08.772Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:41:08.772Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364068768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:41:08.872Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:41:08.873Z||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-11-02T04:41:08.873Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:41:08.891Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:41:08.892Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:41:09.772Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dd249d6-6d07-40db-bea0-783765b68138 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:41:09.783Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dd249d6-6d07-40db-bea0-783765b68138 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-11-02T04:41:09.785Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:41:09.785Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:41:09.785Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:41:39.786Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dd249d6-6d07-40db-bea0-783765b68138 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:41:39.799Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dd249d6-6d07-40db-bea0-783765b68138 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-11-02T04:41:39.801Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:41:39.802Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:41:39.802Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:41:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:41:44.959Z||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-11-02T04:41:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:41:45.094Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:41:45.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:41:45.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:41:45.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:09.803Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dd249d6-6d07-40db-bea0-783765b68138 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:42:09.820Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dd249d6-6d07-40db-bea0-783765b68138 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-11-02T04:42:09.823Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:42:09.823Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:42:09.824Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:42:39.824Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dd249d6-6d07-40db-bea0-783765b68138 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:42:39.835Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dd249d6-6d07-40db-bea0-783765b68138 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-11-02T04:42:39.838Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:42:39.838Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-02T04:42:39.838Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-02T04:42:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:42:44.959Z||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-11-02T04:42:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:42:44.979Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:42:45.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:42:45.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364047490, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:42:45.007Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-02T04:42:45.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "aai-ml", "timestamp": 1667364048494, "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-11-02T04:42:45.016Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9dd249d6-6d07-40db-bea0-783765b68138 2022-11-02T04:42:45.016Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dd249d6-6d07-40db-bea0-783765b68138 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-11-02T04:42:45.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-02T04:42:45.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-02T04:42:45.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-02T04:42:45.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364044956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:42:45.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364055825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364058429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364059487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364060547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364061623, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.035Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364062685, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364063750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:42:45.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364064753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:42:45.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364065757, "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-11-02T04:42:45.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364066761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-02T04:42:45.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364067765, "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-11-02T04:42:45.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364068768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:42:45.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364071098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364064755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "cds", "timestamp": 1667364073559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364064755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:42:45.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364071098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "cds", "timestamp": 1667364073559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364064755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-02T04:42:45.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364071098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "cds", "timestamp": 1667364073559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364064755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364071098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "cds", "timestamp": 1667364073559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364064755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-02T04:42:45.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364071098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "cds", "timestamp": 1667364073559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364064755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364071098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "cds", "timestamp": 1667364073559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364064755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364071098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "cds", "timestamp": 1667364073559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364064755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:42:45.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364071098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:42:45.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "clamp", "timestamp": 1667364079707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "cds", "timestamp": 1667364073559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:42:45.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "ves-openapi-manager", "timestamp": 1667364080469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364080550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364081479, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "clamp", "timestamp": 1667364079707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:42:45.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "cds", "timestamp": 1667364082317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "ves-openapi-manager", "timestamp": 1667364080469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364081606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "clamp", "timestamp": 1667364079707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "cds", "timestamp": 1667364083569, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-02T04:42:45.097Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b366879c-ee3c-4a2d-baae-5e5c67fe950a 2022-11-02T04:42:45.098Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b366879c-ee3c-4a2d-baae-5e5c67fe950a 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-11-02T04:42:45.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "ves-openapi-manager", "timestamp": 1667364080469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "policy-id", "timestamp": 1667364082190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364082665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364083722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:42:45.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "clamp", "timestamp": 1667364079707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "ves-openapi-manager", "timestamp": 1667364080469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "policy-id", "timestamp": 1667364082190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364083694, "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-11-02T04:42:45.115Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b366879c-ee3c-4a2d-baae-5e5c67fe950a 2022-11-02T04:42:45.115Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b366879c-ee3c-4a2d-baae-5e5c67fe950a 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-11-02T04:42:45.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364084726, "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-11-02T04:42:45.127Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b366879c-ee3c-4a2d-baae-5e5c67fe950a 2022-11-02T04:42:45.127Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b366879c-ee3c-4a2d-baae-5e5c67fe950a 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-11-02T04:42:45.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "clamp", "timestamp": 1667364079707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "ves-openapi-manager", "timestamp": 1667364080469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "policy-id", "timestamp": 1667364082190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-02T04:42:45.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "multicloud-k8s-id", "timestamp": 1667364084711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:42:45.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "clamp", "timestamp": 1667364079707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "ves-openapi-manager", "timestamp": 1667364080469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "policy-id", "timestamp": 1667364082190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "clamp", "timestamp": 1667364079707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "ves-openapi-manager", "timestamp": 1667364080469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "policy-id", "timestamp": 1667364082190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "clamp", "timestamp": 1667364079707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:42:45.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "ves-openapi-manager", "timestamp": 1667364080469, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "policy-id", "timestamp": 1667364082190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "aai-ml", "timestamp": 1667364088395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "policy-id", "timestamp": 1667364082190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "aai-ml", "timestamp": 1667364088395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "policy-id", "timestamp": 1667364082190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:42:45.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "multicloud-k8s-id", "timestamp": 1667364085717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "cds", "timestamp": 1667364088561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "aai-ml", "timestamp": 1667364088395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "policy-id", "timestamp": 1667364090945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "cds", "timestamp": 1667364088561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "multicloud-k8s-id", "timestamp": 1667364085717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "aai-ml", "timestamp": 1667364088395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "policy-id", "timestamp": 1667364091949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:42:45.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "cds", "timestamp": 1667364088561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "multicloud-k8s-id", "timestamp": 1667364085717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "aai-ml", "timestamp": 1667364088395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "policy-id", "timestamp": 1667364092952, "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-11-02T04:42:45.154Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b366879c-ee3c-4a2d-baae-5e5c67fe950a 2022-11-02T04:42:45.154Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b366879c-ee3c-4a2d-baae-5e5c67fe950a 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-11-02T04:42:45.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "cds", "timestamp": 1667364088561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "multicloud-k8s-id", "timestamp": 1667364085717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "aai-ml", "timestamp": 1667364088395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "cds", "timestamp": 1667364088561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "multicloud-k8s-id", "timestamp": 1667364085717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "aai-ml", "timestamp": 1667364088395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "cds", "timestamp": 1667364088561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "multicloud-k8s-id", "timestamp": 1667364085717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "aai-ml", "timestamp": 1667364088395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:42:45.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "cds", "timestamp": 1667364088561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "multicloud-k8s-id", "timestamp": 1667364085717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "aai-ml", "timestamp": 1667364097145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "cds", "timestamp": 1667364088561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "multicloud-k8s-id", "timestamp": 1667364085717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "cds", "timestamp": 1667364088561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:42:45.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "multicloud-k8s-id", "timestamp": 1667364085717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:42:45.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "clamp", "timestamp": 1667364098812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "cds", "timestamp": 1667364100482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:42:45.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "ves-openapi-manager", "timestamp": 1667364100472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "cds", "timestamp": 1667364101709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-02T04:42:45.185Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 2022-11-02T04:42:45.185Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 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-11-02T04:42:45.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364101098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "clamp", "timestamp": 1667364101817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:42:45.194Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "ves-openapi-manager", "timestamp": 1667364100472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364101098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "clamp", "timestamp": 1667364102820, "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-11-02T04:42:45.206Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b366879c-ee3c-4a2d-baae-5e5c67fe950a 2022-11-02T04:42:45.206Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b366879c-ee3c-4a2d-baae-5e5c67fe950a 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-11-02T04:42:45.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "policy-id", "timestamp": 1667364102190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "ves-openapi-manager", "timestamp": 1667364100472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364101098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "aai-ml", "timestamp": 1667364103739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:42:45.216Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:42:45.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "policy-id", "timestamp": 1667364102190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "ves-openapi-manager", "timestamp": 1667364100472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364101098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "aai-ml", "timestamp": 1667364104743, "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-11-02T04:42:45.222Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b366879c-ee3c-4a2d-baae-5e5c67fe950a 2022-11-02T04:42:45.223Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b366879c-ee3c-4a2d-baae-5e5c67fe950a 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-11-02T04:42:45.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "policy-id", "timestamp": 1667364102190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:42:45.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-02T04:42:45.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "ves-openapi-manager", "timestamp": 1667364100472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:42:45.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-02T04:43:09.839Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dd249d6-6d07-40db-bea0-783765b68138 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:43:09.853Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dd249d6-6d07-40db-bea0-783765b68138 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-11-02T04:43:09.856Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:43:09.856Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-02T04:43:09.857Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-02T04:43:09.857Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-02T04:43:09.857Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:43:09.857Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:43:09.858Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:43:09.858Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:43:09.858Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:43:09.858Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:43:09.858Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-02T04:43:09.864Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-02T04:43:39.864Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dd249d6-6d07-40db-bea0-783765b68138 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-11-02T04:43:39.872Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dd249d6-6d07-40db-bea0-783765b68138 and serviceModelVersionId: 129e7216-c78f-4b10-b9b9-9647fa143df2 2022-11-02T04:43:39.872Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f7183d30-36a6-44cb-a42a-2acf4143f7f0 2022-11-02T04:43:39.874Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f7183d30-36a6-44cb-a42a-2acf4143f7f0/model-vers/model-ver/129e7216-c78f-4b10-b9b9-9647fa143df2?depth=0 2022-11-02T04:43:39.884Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-02T04:43:39.946Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7183d30-36a6-44cb-a42a-2acf4143f7f0/model-vers/model-ver/129e7216-c78f-4b10-b9b9-9647fa143df2?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-11-02T04:43:39.949Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7183d30-36a6-44cb-a42a-2acf4143f7f0/model-vers/model-ver/129e7216-c78f-4b10-b9b9-9647fa143df2?depth=0|INFO|500||Invoke 2022-11-02T04:43:39.975Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7183d30-36a6-44cb-a42a-2acf4143f7f0/model-vers/model-ver/129e7216-c78f-4b10-b9b9-9647fa143df2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-02T04:43:40.163Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7183d30-36a6-44cb-a42a-2acf4143f7f0/model-vers/model-ver/129e7216-c78f-4b10-b9b9-9647fa143df2?depth=0|INFO|500||InvokeReturn 2022-11-02T04:43:40.163Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7183d30-36a6-44cb-a42a-2acf4143f7f0/model-vers/model-ver/129e7216-c78f-4b10-b9b9-9647fa143df2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221102-04:43:40:531-76625], vertex-id=[450752], Content-Length=[0], Date=[Wed, 02 Nov 2022 04:43:40 GMT], Content-Type=[application/json]} 2022-11-02T04:43:40.164Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-02T04:43:40.164Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-02T04:43:40.164Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-02T04:43:40.170Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-02T04:43:40.171Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dd249d6-6d07-40db-bea0-783765b68138 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-02T04:43:40.171Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-02T04:43:40.171Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:40.174Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:40.174Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364220171, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:43:40.274Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:43:40.276Z||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-11-02T04:43:40.276Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:40.292Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:40.293Z||pool-111-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-11-02T04:43:41.186Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:43:41.187Z|9dd249d6-6d07-40db-bea0-783765b68138|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-11-02T04:43:41.187Z|9dd249d6-6d07-40db-bea0-783765b68138|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:43:44.959Z||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-11-02T04:43:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:44.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:44.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:43:44.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364101098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:43:44.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:43:45.629Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:45.630Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:43:45.630Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b366879c-ee3c-4a2d-baae-5e5c67fe950a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e8d3898e-77f1-4b8c-8aa3-481c65835913","serviceDescription":"service","serviceInvariantUUID":"f28da8dc-7d76-4d2a-abb7-31732788d92c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"58ba740a-f087-4536-b5b4-b9c13c17444f","resourceInvariantUUID":"68abdb26-4739-4970-9ff4-794ebee38c69","resourceCustomizationUUID":"56aaa3b0-036d-400b-a8a4-9a5e86867ab6","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":"YWI3MzI1YTdiYzc5OTA5ZDgwZTI2NWFjNDU5YzZlZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"885eb146-b350-4080-82c3-9b6b16594a3e","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":"N2M5ZWE2MjZlMDg5ODRhNDA2Yzk5MjY5ZTE4YjczOWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a59f92e8-83e6-4a6a-a565-13215bf8985c","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":"437fd2bd-8197-46ba-be7f-b8ec26c432b2","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":"032d0c3d-7996-4100-a1e4-4155687c0392","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":"18c57c26-099e-427f-a748-9cc3f235de49","artifactVersion":"2","generatedFromUUID":"437fd2bd-8197-46ba-be7f-b8ec26c432b2"},{"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":"MTM4NGYxM2E1MDVmMGE1OTJlNTEyN2Q5MzczY2MxYjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"26c0610f-d1f4-4245-9ef0-e6c51fa7f15f","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":"NDM3Y2ZlMWNhYjMwM2JmYmM3M2RkMjlkNjY5ZTRkMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb49551f-fb77-4481-9fb8-03c09370273c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDA1MmQ3MzQ3NWZiMzc4MjdiM2YyNmUxNjBkOTAxOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99962404-bef9-41ab-a1fc-80fd60e1dbcc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-02T04:43:45.632Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:43:45.632Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:45.634Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:45.634Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:43:45.734Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:43:45.735Z||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-11-02T04:43:45.735Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:45.749Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:45.749Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:43:46.635Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:43:46.635Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:46.637Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:46.637Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:43:46.737Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:43:46.738Z||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-11-02T04:43:46.738Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:46.751Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:46.751Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:43:47.637Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:43:47.638Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:47.640Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:47.640Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-02T04:43:47.740Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:43:47.741Z||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-11-02T04:43:47.741Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:47.755Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:47.756Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:43:48.641Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:43:48.642Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:48.644Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:48.644Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:43:48.744Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:43:48.745Z||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-11-02T04:43:48.745Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:48.759Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:48.759Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:43:49.645Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:43:49.645Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:49.647Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:49.647Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-02T04:43:49.747Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:43:49.748Z||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-11-02T04:43:49.749Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:49.763Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:49.764Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:43:50.648Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:43:50.649Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:50.651Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:50.651Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:43:50.751Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:43:50.751Z||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-11-02T04:43:50.752Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:50.764Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:50.764Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:43:51.652Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:43:51.652Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:51.655Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:51.656Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:43:51.755Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:43:51.756Z||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-11-02T04:43:51.757Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:51.769Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:51.769Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:43:52.656Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:43:52.657Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:52.659Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:52.659Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:43:52.759Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:43:52.760Z||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-11-02T04:43:52.760Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:52.773Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:52.773Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:43:53.660Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "e8d3898e-77f1-4b8c-8aa3-481c65835913", "serviceDescription": "service", "serviceInvariantUUID": "f28da8dc-7d76-4d2a-abb7-31732788d92c", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "56aaa3b0-036d-400b-a8a4-9a5e86867ab6", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "58ba740a-f087-4536-b5b4-b9c13c17444f", "resourceInvariantUUID": "68abdb26-4739-4970-9ff4-794ebee38c69", "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": "N2M5ZWE2MjZlMDg5ODRhNDA2Yzk5MjY5ZTE4YjczOWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a59f92e8-83e6-4a6a-a565-13215bf8985c", "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": "437fd2bd-8197-46ba-be7f-b8ec26c432b2", "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": "18c57c26-099e-427f-a748-9cc3f235de49", "generatedFromUUID": "437fd2bd-8197-46ba-be7f-b8ec26c432b2" }, "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": "18c57c26-099e-427f-a748-9cc3f235de49", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZDA1MmQ3MzQ3NWZiMzc4MjdiM2YyNmUxNjBkOTAxOGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "99962404-bef9-41ab-a1fc-80fd60e1dbcc" } ], "workloadContext": "Production" } 2022-11-02T04:43:53.660Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-02T04:43:53.660Z|9dd249d6-6d07-40db-bea0-783765b68138|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8d3898e-77f1-4b8c-8aa3-481c65835913 ASDC 2022-11-02T04:43:53.661Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:b366879c-ee3c-4a2d-baae-5e5c67fe950a ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:e8d3898e-77f1-4b8c-8aa3-481c65835913 ServiceInvariantUUID:f28da8dc-7d76-4d2a-abb7-31732788d92c 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:99962404-bef9-41ab-a1fc-80fd60e1dbcc ArtifactChecksum:ZDA1MmQ3MzQ3NWZiMzc4MjdiM2YyNmUxNjBkOTAxOGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:56aaa3b0-036d-400b-a8a4-9a5e86867ab6 ResourceInvariantUUID:68abdb26-4739-4970-9ff4-794ebee38c69 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:58ba740a-f087-4536-b5b4-b9c13c17444f 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:a59f92e8-83e6-4a6a-a565-13215bf8985c ArtifactChecksum:N2M5ZWE2MjZlMDg5ODRhNDA2Yzk5MjY5ZTE4YjczOWY= 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:437fd2bd-8197-46ba-be7f-b8ec26c432b2 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:18c57c26-099e-427f-a748-9cc3f235de49 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:18c57c26-099e-427f-a748-9cc3f235de49 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-02T04:43:53.661Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8d3898e-77f1-4b8c-8aa3-481c65835913 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-11-02T04:43:53.698Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:43:53.699Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-02T04:43:53.699Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-02T04:43:53.699Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 99962404-bef9-41ab-a1fc-80fd60e1dbcc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-02T04:43:53.699Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-02T04:43:53.700Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-02T04:43:53.790Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-02T04:43:53.795Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 99962404-bef9-41ab-a1fc-80fd60e1dbcc 78818 2022-11-02T04:43:53.795Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-02T04:43:53.796Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-02T04:43:53.796Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:43:53.796Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:53.798Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:53.798Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364233795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:43:53.898Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:43:53.899Z||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-11-02T04:43:53.899Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:53.913Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:53.913Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:43:54.799Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:43:54.800Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-02T04:43:54.800Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 99962404-bef9-41ab-a1fc-80fd60e1dbcc, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:54.800Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-02T04:43:54.801Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:54.801Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:54.992Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1457237557623015568/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-02T04:43:56.208Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-02T04:43:56.208Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-02T04:43:56.208Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:56.208Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-02T04:43:56.209Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:56.209Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:56.209Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:56.209Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:56.209Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:56.209Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:56.209Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:56.209Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:56.209Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-02T04:43:56.209Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-02T04:43:56.210Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.210Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:56.210Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-02T04:43:56.210Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-02T04:43:56.210Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:43:56.210Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.211Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:56.211Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-02T04:43:56.211Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-02T04:43:56.211Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:43:56.211Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.211Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:56.211Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.212Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-02T04:43:56.212Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-02T04:43:56.212Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-02T04:43:56.212Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-02T04:43:56.212Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-02T04:43:56.212Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-02T04:43:56.212Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.213Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-02T04:43:56.213Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.213Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-02T04:43:56.213Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:43:56.213Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.213Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-02T04:43:56.214Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:43:56.214Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.214Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-02T04:43:56.214Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:43:56.214Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.214Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-02T04:43:56.214Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-02T04:43:56.215Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-02T04:43:56.215Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6cc08f91-8205-4f49-b9d8-9a6285fe1582 2022-11-02T04:43:56.215Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.215Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:56.215Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.215Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:56.215Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.216Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:56.216Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:56.216Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:56.216Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:e8d3898e-77f1-4b8c-8aa3-481c65835913 Model Version:NULL Model InvariantUuid:f28da8dc-7d76-4d2a-abb7-31732788d92c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:6184aaae-5d6f-43d5-b455-3a3c541fbdab Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:68abdb26-4739-4970-9ff4-794ebee38c69 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:56aaa3b0-036d-400b-a8a4-9a5e86867ab6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7d366bc2-dc4b-4842-8797-68f6aa8356f1 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:3607b8f7-ad33-4ba0-840b-97d67e35caed ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6cc08f91-8205-4f49-b9d8-9a6285fe1582 ModelInvariantUuid:5bbbb8cc-bae2-41c9-bd1d-508ad6c4c824 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:55eeae97-03df-4578-86d5-748f18fa8875 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ddc3cf36-2ad7-47e4-b8c5-020f6c5486e4 ModelInvariantUuid:35b2b082-4e86-424e-a504-8bf96bcf32e6 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:aacadcb4-e87c-487f-9fb8-d9217d5701c7 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-11-02T04:43:56.223Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 58ba740a-f087-4536-b5b4-b9c13c17444f 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-11-02T04:43:56.226Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-11-02T04:43:56.226Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 58ba740a-f087-4536-b5b4-b9c13c17444f 2022-11-02T04:43:56.226Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a59f92e8-83e6-4a6a-a565-13215bf8985c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-02T04:43:56.226Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-02T04:43:56.226Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-02T04:43:56.284Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-02T04:43:56.284Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a59f92e8-83e6-4a6a-a565-13215bf8985c 792 2022-11-02T04:43:56.285Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-02T04:43:56.285Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-02T04:43:56.285Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:43:56.285Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:56.287Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:56.287Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364236284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:43:56.387Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:43:56.387Z||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-11-02T04:43:56.387Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:56.406Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:56.407Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:43:57.287Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7d366bc2-dc4b-4842-8797-68f6aa8356f1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3607b8f7-ad33-4ba0-840b-97d67e35caed", "vfModuleModelCustomizationUUID": "d502d5e1-47e5-4bce-9ead-46dcd8188be6", "isBase": true, "artifacts": [ "437fd2bd-8197-46ba-be7f-b8ec26c432b2", "18c57c26-099e-427f-a748-9cc3f235de49" ], "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-11-02T04:43:57.291Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3607b8f7-ad33-4ba0-840b-97d67e35caed VfModuleModelInvariantUUID:7d366bc2-dc4b-4842-8797-68f6aa8356f1 VfModuleModelDescription:NULL Artifacts UUID List:{ 437fd2bd-8197-46ba-be7f-b8ec26c432b2 , 18c57c26-099e-427f-a748-9cc3f235de49 } 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-11-02T04:43:57.293Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7d366bc2-dc4b-4842-8797-68f6aa8356f1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3607b8f7-ad33-4ba0-840b-97d67e35caed", "vfModuleModelCustomizationUUID": "d502d5e1-47e5-4bce-9ead-46dcd8188be6", "isBase": true, "artifacts": [ "437fd2bd-8197-46ba-be7f-b8ec26c432b2", "18c57c26-099e-427f-a748-9cc3f235de49" ], "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-11-02T04:43:57.293Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3607b8f7-ad33-4ba0-840b-97d67e35caed VfModuleModelInvariantUUID:7d366bc2-dc4b-4842-8797-68f6aa8356f1 VfModuleModelDescription:NULL Artifacts UUID List:{ 437fd2bd-8197-46ba-be7f-b8ec26c432b2 , 18c57c26-099e-427f-a748-9cc3f235de49 } 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-11-02T04:43:57.293Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 437fd2bd-8197-46ba-be7f-b8ec26c432b2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-02T04:43:57.293Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-02T04:43:57.293Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-02T04:43:57.338Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-02T04:43:57.338Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 437fd2bd-8197-46ba-be7f-b8ec26c432b2 5033 2022-11-02T04:43:57.339Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-02T04:43:57.339Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-02T04:43:57.339Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:43:57.339Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:57.341Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:57.341Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364237339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:43:57.441Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:43:57.442Z||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-11-02T04:43:57.442Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:57.454Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:57.455Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:43:58.342Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 18c57c26-099e-427f-a748-9cc3f235de49 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-02T04:43:58.342Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-02T04:43:58.342Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-02T04:43:58.389Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-02T04:43:58.390Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 18c57c26-099e-427f-a748-9cc3f235de49 903 2022-11-02T04:43:58.390Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-02T04:43:58.390Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-02T04:43:58.390Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:43:58.390Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:58.392Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:58.392Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364238390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:43:58.492Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:43:58.493Z||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-11-02T04:43:58.493Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:58.509Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:58.510Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:43:59.393Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e8d3898e-77f1-4b8c-8aa3-481c65835913 2022-11-02T04:43:59.393Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 58ba740a-f087-4536-b5b4-b9c13c17444f 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-11-02T04:43:59.405Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cc212e4, org.onap.sdc.toscaparser.api.parameters.Input@47282731, org.onap.sdc.toscaparser.api.parameters.Input@3677ccff, org.onap.sdc.toscaparser.api.parameters.Input@360ec4f2, org.onap.sdc.toscaparser.api.parameters.Input@2ac7b5e5] 2022-11-02T04:43:59.407Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.407Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:59.407Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-02T04:43:59.407Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 56aaa3b0-036d-400b-a8a4-9a5e86867ab6 2022-11-02T04:43:59.407Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 56aaa3b0-036d-400b-a8a4-9a5e86867ab6 matches Tosca VF Customization UUID: 56aaa3b0-036d-400b-a8a4-9a5e86867ab6 2022-11-02T04:43:59.408Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 56aaa3b0-036d-400b-a8a4-9a5e86867ab6 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-11-02T04:43:59.410Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.410Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:59.410Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 56aaa3b0-036d-400b-a8a4-9a5e86867ab6: {\"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-11-02T04:43:59.410Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64a1564d 2022-11-02T04:43:59.411Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.411Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-02T04:43:59.411Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d502d5e1-47e5-4bce-9ead-46dcd8188be6 2022-11-02T04:43:59.411Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d502d5e1-47e5-4bce-9ead-46dcd8188be6 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-11-02T04:43:59.413Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.413Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-02T04:43:59.413Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:43:59.413Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.414Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-02T04:43:59.414Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:43:59.414Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.414Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-02T04:43:59.414Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-02T04:43:59.414Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-02T04:43:59.415Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6cc08f91-8205-4f49-b9d8-9a6285fe1582 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-11-02T04:43:59.416Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.417Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-02T04:43:59.417Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-02T04:43:59.417Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.417Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-02T04:43:59.417Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=56aaa3b0-036d-400b-a8a4-9a5e86867ab6 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-11-02T04:43:59.418Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.419Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:59.419Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e8d3898e-77f1-4b8c-8aa3-481c65835913: basic_vm_macro 2022-11-02T04:43:59.419Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.419Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:59.419Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.419Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:59.420Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.420Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:59.420Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.420Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:59.420Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:43:59.420Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:43:59.421Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-02T04:43:59.495Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 58ba740a-f087-4536-b5b4-b9c13c17444f 1 ASDC deployResourceStructure 2022-11-02T04:43:59.496Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-02T04:43:59.496Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-02T04:43:59.496Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:43:59.496Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:43:59.498Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:43:59.498Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364239496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:43:59.598Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:43:59.599Z||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-11-02T04:43:59.599Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:43:59.612Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:43:59.612Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:44:00.499Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-02T04:44:00.500Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-02T04:44:00.500Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:44:00.500Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:00.502Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:00.502Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364240499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:44:00.602Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:44:00.603Z||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-11-02T04:44:00.603Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:00.638Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:00.638Z||pool-125-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:44:01.504Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-02T04:44:01.504Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-02T04:44:01.505Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:44:01.505Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:01.508Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:01.508Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364241504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-02T04:44:01.607Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:44:01.608Z||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-11-02T04:44:01.608Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:01.624Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:01.624Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:44:02.509Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-02T04:44:02.509Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-02T04:44:02.509Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:44:02.510Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:02.512Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:02.512Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364242509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:44:02.612Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:44:02.613Z||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-11-02T04:44:02.613Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:02.649Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:02.649Z||pool-127-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:44:03.513Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b366879c-ee3c-4a2d-baae-5e5c67fe950a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:44:03.522Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b366879c-ee3c-4a2d-baae-5e5c67fe950a 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-11-02T04:44:03.525Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:44:03.525Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-02T04:44:03.525Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-02T04:44:03.526Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-02T04:44:03.526Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:03.526Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:03.526Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:03.527Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:03.527Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:03.527Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:03.527Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-02T04:44:03.532Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-02T04:44:33.534Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b366879c-ee3c-4a2d-baae-5e5c67fe950a 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-11-02T04:44:33.541Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b366879c-ee3c-4a2d-baae-5e5c67fe950a and serviceModelVersionId: e8d3898e-77f1-4b8c-8aa3-481c65835913 2022-11-02T04:44:33.541Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f28da8dc-7d76-4d2a-abb7-31732788d92c 2022-11-02T04:44:33.542Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f28da8dc-7d76-4d2a-abb7-31732788d92c/model-vers/model-ver/e8d3898e-77f1-4b8c-8aa3-481c65835913?depth=0 2022-11-02T04:44:33.546Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-02T04:44:33.586Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f28da8dc-7d76-4d2a-abb7-31732788d92c/model-vers/model-ver/e8d3898e-77f1-4b8c-8aa3-481c65835913?depth=0|INFO|500||Invoke 2022-11-02T04:44:33.587Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f28da8dc-7d76-4d2a-abb7-31732788d92c/model-vers/model-ver/e8d3898e-77f1-4b8c-8aa3-481c65835913?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f28da8dc-7d76-4d2a-abb7-31732788d92c/model-vers/model-ver/e8d3898e-77f1-4b8c-8aa3-481c65835913?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b366879c-ee3c-4a2d-baae-5e5c67fe950a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[416047cd-561b-4ecc-868f-da7b9ff2c4a4], X-ECOMP-RequestID=[b366879c-ee3c-4a2d-baae-5e5c67fe950a], X-TransactionId=[], X-ONAP-RequestID=[b366879c-ee3c-4a2d-baae-5e5c67fe950a], Content-Type=[application/merge-patch+json]} 2022-11-02T04:44:33.604Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f28da8dc-7d76-4d2a-abb7-31732788d92c/model-vers/model-ver/e8d3898e-77f1-4b8c-8aa3-481c65835913?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-02T04:44:33.837Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f28da8dc-7d76-4d2a-abb7-31732788d92c/model-vers/model-ver/e8d3898e-77f1-4b8c-8aa3-481c65835913?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/f28da8dc-7d76-4d2a-abb7-31732788d92c/model-vers/model-ver/e8d3898e-77f1-4b8c-8aa3-481c65835913?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221102-04:44:34:162-41861], vertex-id=[266344], Content-Length=[0], Date=[Wed, 02 Nov 2022 04:44:34 GMT], Content-Type=[application/json]} 2022-11-02T04:44:33.838Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f28da8dc-7d76-4d2a-abb7-31732788d92c/model-vers/model-ver/e8d3898e-77f1-4b8c-8aa3-481c65835913?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-02T04:44:33.841Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f28da8dc-7d76-4d2a-abb7-31732788d92c/model-vers/model-ver/e8d3898e-77f1-4b8c-8aa3-481c65835913?depth=0|INFO|500||InvokeReturn 2022-11-02T04:44:33.842Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-02T04:44:33.842Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-02T04:44:33.849Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-02T04:44:33.849Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b366879c-ee3c-4a2d-baae-5e5c67fe950a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-02T04:44:33.849Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-02T04:44:33.850Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:33.852Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:33.852Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364273849, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:44:33.953Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-02T04:44:33.954Z||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-11-02T04:44:33.954Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:33.980Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:33.981Z||pool-128-thread-1|||||INFO|500||cambria reply ok (28 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-11-02T04:44:34.865Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-02T04:44:34.866Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c3daa7c-7595-481a-8a5a-d60634f9a6a3","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"1fc23d9b-b746-4586-a799-70d8642df98f","serviceDescription":"service","serviceInvariantUUID":"0123b4d2-0f7f-4df8-8372-2e9d8432ac6c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ba848558-e2f3-403f-97b5-34d0abc07b1a","resourceInvariantUUID":"34356204-1e35-4b34-b2a1-9fe9cd13d0ce","resourceCustomizationUUID":"03e79052-98a5-4279-9980-2a3e533f7205","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"Nzc3NGEzYmU1ZjFjNTE3ZDJjZjBlZjdiZDA1NTg5MTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8af1cd4-1e78-403a-9ecd-66911068b8ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e48aa1b-b8ea-41a6-9ddf-a889aa93a7b6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c822a10-2722-4e68-a7dc-55d7e1c2cf86","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ODUxNmVjMzNhNzMxYWI4NGYzOGQwN2EyNTk4MDVkNzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a8a1e4e8-faa4-45f0-a362-4cf525889b9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb60335d-2cbc-4127-a6ca-bed65a79ecbd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a7b05aa-a3a6-416a-96fb-c9a63637503f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56c3315e-bf8b-4cdc-9d2a-87b1908061fe","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"M2ZlNDRhNzRkOWMwYjlkYzBiOTAzMTg2Mzc4ZDQ2YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c7d410a-4972-4838-98b0-a066b9a0a96c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTViOTAzMWIyYzc4Y2ZhNzQ3YzY2MTgzNDdkODI2NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45cda1de-8dcf-48e1-9aca-cead3315c49c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-02T04:44:34.866Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:44:34.866Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:34.868Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:34.868Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:34.968Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:44:34.969Z||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-11-02T04:44:34.969Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:34.982Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:34.982Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:44:35.874Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:44:35.875Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:35.877Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:35.877Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:35.977Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:44:35.978Z||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-11-02T04:44:35.978Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:35.990Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:35.991Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:44:36.877Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:44:36.878Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:36.880Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:36.880Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:36.980Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:44:36.980Z||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-11-02T04:44:36.981Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:36.992Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:36.993Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:44:37.880Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:44:37.881Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:37.883Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:37.883Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:37.983Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:44:37.983Z||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-11-02T04:44:37.984Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:37.999Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:37.999Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:44:38.883Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:44:38.884Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:38.886Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:38.886Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:38.986Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:44:38.987Z||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-11-02T04:44:38.987Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:39.000Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:39.001Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:44:39.886Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:44:39.887Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:39.889Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:39.889Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:39.989Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:44:39.989Z||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-11-02T04:44:39.990Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:40.005Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:40.005Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:44:40.889Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:44:40.890Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:40.892Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:40.892Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:40.992Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:44:40.993Z||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-11-02T04:44:40.993Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:41.006Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:41.007Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:44:41.893Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:44:41.893Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:41.895Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:41.895Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:41.995Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:44:41.996Z||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-11-02T04:44:41.996Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:42.010Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:42.010Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:44:42.896Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-02T04:44:42.896Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:42.899Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:42.899Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:44:42.999Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:44:42.999Z||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-11-02T04:44:43.000Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:43.013Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:43.013Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:44:43.900Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "1fc23d9b-b746-4586-a799-70d8642df98f", "serviceDescription": "service", "serviceInvariantUUID": "0123b4d2-0f7f-4df8-8372-2e9d8432ac6c", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "03e79052-98a5-4279-9980-2a3e533f7205", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ba848558-e2f3-403f-97b5-34d0abc07b1a", "resourceInvariantUUID": "34356204-1e35-4b34-b2a1-9fe9cd13d0ce", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "ZTViOTAzMWIyYzc4Y2ZhNzQ3YzY2MTgzNDdkODI2NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45cda1de-8dcf-48e1-9aca-cead3315c49c" } ], "workloadContext": "Production" } 2022-11-02T04:44:43.900Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-02T04:44:43.900Z|b366879c-ee3c-4a2d-baae-5e5c67fe950a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1fc23d9b-b746-4586-a799-70d8642df98f ASDC 2022-11-02T04:44:43.901Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:5c3daa7c-7595-481a-8a5a-d60634f9a6a3 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:1fc23d9b-b746-4586-a799-70d8642df98f ServiceInvariantUUID:0123b4d2-0f7f-4df8-8372-2e9d8432ac6c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:45cda1de-8dcf-48e1-9aca-cead3315c49c ArtifactChecksum:ZTViOTAzMWIyYzc4Y2ZhNzQ3YzY2MTgzNDdkODI2NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:03e79052-98a5-4279-9980-2a3e533f7205 ResourceInvariantUUID:34356204-1e35-4b34-b2a1-9fe9cd13d0ce ResourceName:test-pnf ResourceType:PNF ResourceUUID:ba848558-e2f3-403f-97b5-34d0abc07b1a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-02T04:44:43.901Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1fc23d9b-b746-4586-a799-70d8642df98f 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-11-02T04:44:43.923Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:44:43.924Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-02T04:44:43.924Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-02T04:44:43.924Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 45cda1de-8dcf-48e1-9aca-cead3315c49c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-02T04:44:43.924Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-02T04:44:43.925Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-02T04:44:44.067Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-02T04:44:44.072Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 45cda1de-8dcf-48e1-9aca-cead3315c49c 105681 2022-11-02T04:44:44.072Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-02T04:44:44.073Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-02T04:44:44.073Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-02T04:44:44.073Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:44.075Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:44.075Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364284072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:44:44.175Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:44:44.175Z||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-11-02T04:44:44.175Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:44.187Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:44.187Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-02T04:44:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:44:44.959Z||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-11-02T04:44:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:44.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:44.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "policy-id", "timestamp": 1667364102190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "ves-openapi-manager", "timestamp": 1667364100472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364101098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "policy-id", "timestamp": 1667364102190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "ves-openapi-manager", "timestamp": 1667364100472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364101098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "policy-id", "timestamp": 1667364102190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "ves-openapi-manager", "timestamp": 1667364100472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364101098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "policy-id", "timestamp": 1667364102190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "ves-openapi-manager", "timestamp": 1667364100472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364101098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "policy-id", "timestamp": 1667364102190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "ves-openapi-manager", "timestamp": 1667364110465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364110850, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "clamp", "timestamp": 1667364109707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "policy-id", "timestamp": 1667364102190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "ves-openapi-manager", "timestamp": 1667364111509, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:44:44.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:44:44.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "clamp", "timestamp": 1667364109707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:44.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:44.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "policy-id", "timestamp": 1667364111918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:44:44.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:44:44.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364112702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:44:44.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:44:44.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:44.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "ves-openapi-manager", "timestamp": 1667364112511, "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-11-02T04:44:44.997Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 2022-11-02T04:44:44.997Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 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-11-02T04:44:45.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "clamp", "timestamp": 1667364109707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "policy-id", "timestamp": 1667364112921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:44:45.005Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:44:45.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667364113706, "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-11-02T04:44:45.009Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 2022-11-02T04:44:45.009Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 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-11-02T04:44:45.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "clamp", "timestamp": 1667364109707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "policy-id", "timestamp": 1667364113924, "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-11-02T04:44:45.018Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 2022-11-02T04:44:45.018Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 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-11-02T04:44:45.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "clamp", "timestamp": 1667364109707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "clamp", "timestamp": 1667364109707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "clamp", "timestamp": 1667364109707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "clamp", "timestamp": 1667364109707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "clamp", "timestamp": 1667364109707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:44:45.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "aai-ml", "timestamp": 1667364118395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "aai-ml", "timestamp": 1667364118395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "aai-ml", "timestamp": 1667364118395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "aai-ml", "timestamp": 1667364118395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "aai-ml", "timestamp": 1667364118395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "aai-ml", "timestamp": 1667364118395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "clamp", "timestamp": 1667364123813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "aai-ml", "timestamp": 1667364118395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "aai-ml", "timestamp": 1667364118395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:44:45.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "clamp", "timestamp": 1667364125821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:44:45.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:44:45.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "aai-ml", "timestamp": 1667364118395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:44:45.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-02T04:44:45.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "clamp", "timestamp": 1667364126824, "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-11-02T04:44:45.032Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 2022-11-02T04:44:45.032Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 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-11-02T04:44:45.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "aai-ml", "timestamp": 1667364128131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:44:45.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:44:45.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "aai-ml", "timestamp": 1667364132811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:44:45.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:44:45.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:44:45.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "aai-ml", "timestamp": 1667364133814, "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-11-02T04:44:45.043Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 2022-11-02T04:44:45.043Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 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-11-02T04:44:45.078Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-02T04:44:45.079Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-02T04:44:45.079Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 45cda1de-8dcf-48e1-9aca-cead3315c49c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-02T04:44:45.079Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-02T04:44:45.080Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-02T04:44:45.080Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-02T04:44:45.175Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4032820323795055866/Definitions/service-TestPnfMacro-template.yml 2022-11-02T04:44:45.953Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-02T04:44:45.954Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-02T04:44:45.954Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-02T04:44:45.954Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-02T04:44:45.954Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-02T04:44:45.954Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-02T04:44:45.954Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-02T04:44:45.955Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-02T04:44:45.955Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-02T04:44:45.955Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-02T04:44:45.955Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-02T04:44:45.955Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-02T04:44:45.955Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:44:45.956Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:44:45.956Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-02T04:44:45.956Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-02T04:44:45.956Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:44:45.956Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:44:45.957Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:44:45.957Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-02T04:44:45.957Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-02T04:44:45.957Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-02T04:44:45.957Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:44:45.957Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:44:45.957Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:44:45.958Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:44:45.958Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:44:45.958Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:44:45.958Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:44:45.958Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:44:45.958Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:44:45.959Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:44:45.959Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:1fc23d9b-b746-4586-a799-70d8642df98f Model Version:NULL Model InvariantUuid:0123b4d2-0f7f-4df8-8372-2e9d8432ac6c 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-11-02T04:44:45.964Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: ba848558-e2f3-403f-97b5-34d0abc07b1a 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-11-02T04:44:45.967Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-11-02T04:44:45.967Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ba848558-e2f3-403f-97b5-34d0abc07b1a 2022-11-02T04:44:45.967Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 1fc23d9b-b746-4586-a799-70d8642df98f 2022-11-02T04:44:45.967Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1fc23d9b-b746-4586-a799-70d8642df98f 2022-11-02T04:44:45.967Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 ba848558-e2f3-403f-97b5-34d0abc07b1a 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-11-02T04:44:45.972Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9604acd, org.onap.sdc.toscaparser.api.parameters.Input@460588d6, org.onap.sdc.toscaparser.api.parameters.Input@1a7e026f, org.onap.sdc.toscaparser.api.parameters.Input@2a641678, org.onap.sdc.toscaparser.api.parameters.Input@215917db] 2022-11-02T04:44:45.972Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:44:45.972Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:44:45.972Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1fc23d9b-b746-4586-a799-70d8642df98f: test-pnf 2022-11-02T04:44:45.972Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||Processing PNF resource: ba848558-e2f3-403f-97b5-34d0abc07b1a 2022-11-02T04:44:45.972Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-02T04:44:45.973Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-02T04:44:45.973Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||Resource customization UUID: 03e79052-98a5-4279-9980-2a3e533f7205 is the same as notified resource customizationUUID: 03e79052-98a5-4279-9980-2a3e533f7205 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-11-02T04:44:46.012Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf ba848558-e2f3-403f-97b5-34d0abc07b1a 0 ASDC deployResourceStructure 2022-11-02T04:44:46.013Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-02T04:44:46.013Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-02T04:44:46.013Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-02T04:44:46.013Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:44:46.015Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:44:46.015Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364286013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:44:46.115Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-02T04:44:46.116Z||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-11-02T04:44:46.116Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:44:46.129Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:44:46.130Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-02T04:44:47.016Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-02T04:44:47.027Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 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-11-02T04:44:47.041Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-02T04:44:47.041Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-02T04:44:47.041Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-02T04:44:47.041Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-02T04:44:47.041Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:47.041Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:47.041Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:47.042Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:47.042Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:47.042Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:47.042Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-02T04:44:47.042Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-02T04:44:47.046Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-02T04:45:17.047Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 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-11-02T04:45:17.051Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 and serviceModelVersionId: 1fc23d9b-b746-4586-a799-70d8642df98f 2022-11-02T04:45:17.052Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0123b4d2-0f7f-4df8-8372-2e9d8432ac6c 2022-11-02T04:45:17.052Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0123b4d2-0f7f-4df8-8372-2e9d8432ac6c/model-vers/model-ver/1fc23d9b-b746-4586-a799-70d8642df98f?depth=0 2022-11-02T04:45:17.057Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-02T04:45:17.092Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0123b4d2-0f7f-4df8-8372-2e9d8432ac6c/model-vers/model-ver/1fc23d9b-b746-4586-a799-70d8642df98f?depth=0|INFO|500||Invoke 2022-11-02T04:45:17.093Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0123b4d2-0f7f-4df8-8372-2e9d8432ac6c/model-vers/model-ver/1fc23d9b-b746-4586-a799-70d8642df98f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0123b4d2-0f7f-4df8-8372-2e9d8432ac6c/model-vers/model-ver/1fc23d9b-b746-4586-a799-70d8642df98f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c3daa7c-7595-481a-8a5a-d60634f9a6a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acce7b88-e6d0-428b-bf9f-018cfa7f5d45], X-ECOMP-RequestID=[5c3daa7c-7595-481a-8a5a-d60634f9a6a3], X-TransactionId=[], X-ONAP-RequestID=[5c3daa7c-7595-481a-8a5a-d60634f9a6a3], Content-Type=[application/merge-patch+json]} 2022-11-02T04:45:17.109Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0123b4d2-0f7f-4df8-8372-2e9d8432ac6c/model-vers/model-ver/1fc23d9b-b746-4586-a799-70d8642df98f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-02T04:45:17.190Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0123b4d2-0f7f-4df8-8372-2e9d8432ac6c/model-vers/model-ver/1fc23d9b-b746-4586-a799-70d8642df98f?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/0123b4d2-0f7f-4df8-8372-2e9d8432ac6c/model-vers/model-ver/1fc23d9b-b746-4586-a799-70d8642df98f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221102-04:45:17:670-22775], vertex-id=[225296], Content-Length=[0], Date=[Wed, 02 Nov 2022 04:45:17 GMT], Content-Type=[application/json]} 2022-11-02T04:45:17.191Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0123b4d2-0f7f-4df8-8372-2e9d8432ac6c/model-vers/model-ver/1fc23d9b-b746-4586-a799-70d8642df98f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-02T04:45:17.191Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0123b4d2-0f7f-4df8-8372-2e9d8432ac6c/model-vers/model-ver/1fc23d9b-b746-4586-a799-70d8642df98f?depth=0|INFO|500||InvokeReturn 2022-11-02T04:45:17.192Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-02T04:45:17.192Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-02T04:45:17.196Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-02T04:45:17.197Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c3daa7c-7595-481a-8a5a-d60634f9a6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-02T04:45:17.197Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-02T04:45:17.197Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-02T04:45:17.199Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-02T04:45:17.199Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364317197, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:45:17.299Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-02T04:45:17.300Z||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-11-02T04:45:17.300Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:45:17.318Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:45:17.318Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-02T04:45:18.212Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:45:18.212Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:45:18.212Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:45:27.766Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:45:27.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:45:27.768Z||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-11-02T04:45:27.768Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:45:37.312Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:45:37.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:45:37.313Z||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-11-02T04:45:37.313Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:45:44.958Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:45:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:45:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:45:44.983Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:45:44.984Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:45:44.984Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dd249d6-6d07-40db-bea0-783765b68138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364220171, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:45:44.984Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:45:46.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:45:46.869Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:45:46.870Z||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-11-02T04:45:46.870Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:45:56.409Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:46:44.956Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:46:44.957Z||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-11-02T04:46:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:46:44.958Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:46:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:46:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:46:44.991Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:46:44.991Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:44.992Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:46:44.993Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:44.993Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:44.993Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-02T04:46:44.994Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:44.994Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:44.994Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-02T04:46:44.994Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:44.994Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:44.994Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:46:44.995Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:44.995Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:44.995Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-02T04:46:44.995Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:44.995Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:44.995Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:46:44.995Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:44.996Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:44.998Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:46:44.998Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:44.998Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:44.998Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:46:44.998Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:44.998Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:44.998Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364233795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:46:44.999Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:46:44.999Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:44.999Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364236284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-02T04:46:44.999Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:46:44.999Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:44.999Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364237339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-02T04:46:44.999Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:46:44.999Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:44.999Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364238390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-02T04:46:44.999Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:46:45.000Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.000Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364239496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-02T04:46:45.000Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:46:45.000Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.000Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364240499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-02T04:46:45.000Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:46:45.000Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.000Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364241504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-02T04:46:45.000Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:46:45.000Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.000Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364242509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:46:45.001Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:46:45.001Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.001Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b366879c-ee3c-4a2d-baae-5e5c67fe950a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364273849, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:46:45.001Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:46:45.001Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.001Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:46:45.001Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:45.001Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.001Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-02T04:46:45.001Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:45.001Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.001Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-02T04:46:45.002Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:45.002Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.002Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-02T04:46:45.002Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:45.002Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.002Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-02T04:46:45.002Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:45.002Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.002Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:46:45.002Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:45.002Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.002Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-02T04:46:45.003Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:45.003Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.003Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-02T04:46:45.003Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:45.003Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.003Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364221186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-02T04:46:45.003Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-02T04:46:45.003Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-02T04:46:45.003Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364284072, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-02T04:46:45.003Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:46:54.509Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:47:44.955Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:47:44.957Z||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-11-02T04:47:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:47:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:47:44.958Z||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-11-02T04:47:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:47:45.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:47:45.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:47:45.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364286013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-02T04:47:45.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:47:45.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-02T04:47:45.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c3daa7c-7595-481a-8a5a-d60634f9a6a3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667364317197, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-02T04:47:45.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-02T04:47:54.517Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:48:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:48:44.957Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:48:44.962Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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-11-02T04:48:44.962Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:48:44.962Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|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-11-02T04:48:44.963Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:48:54.521Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:48:54.522Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:49:44.955Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:49:44.956Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:49:44.957Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:49:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:49:44.959Z||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-11-02T04:49:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:49:54.510Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:49:54.520Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:50:44.956Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:50:44.957Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:50:44.957Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:50:44.958Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:50:44.958Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:50:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:50:54.503Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:50:54.511Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:51:44.957Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:51:44.958Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:51:44.958Z||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-11-02T04:51:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:51:44.959Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:51:44.959Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:51:54.508Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:51:54.516Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:52:44.956Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:52:44.957Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-02T04:52:44.957Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ... 2022-11-02T04:52:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:52:44.964Z||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-11-02T04:52:44.964Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:52:54.514Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:52:54.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:53:44.956Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:53:44.956Z||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-11-02T04:53:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:53:44.958Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:53:44.958Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|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-11-02T04:53:44.959Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:53:54.521Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:53:54.521Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:54:44.956Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:54:44.957Z||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-11-02T04:54:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:54:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:54:44.958Z||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-11-02T04:54:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:54:54.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:54:54.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:55:44.956Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:55:44.957Z||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-11-02T04:55:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:55:44.958Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:55:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:55:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:55:54.500Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:55:54.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:56:44.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:56:44.962Z||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-11-02T04:56:44.962Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:56:44.958Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:56:44.964Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:56:44.964Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:56:54.550Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:56:54.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:57:44.956Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:57:44.956Z||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-11-02T04:57:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:57:44.958Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:57:44.958Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T04:57:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:57:54.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:57:54.509Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:58:44.956Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:58:44.956Z||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-11-02T04:58:44.956Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:58:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:58:44.959Z||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-11-02T04:58:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:58:54.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:58:54.514Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:59:44.956Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:59:44.958Z||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-11-02T04:59:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T04:59:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:59:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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-11-02T04:59:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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 AsmHPENkzT9A1fkA) ... 2022-11-02T04:59:54.508Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T04:59:54.508Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:00:44.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:00:44.959Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:00:44.960Z||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-11-02T05:00:44.960Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|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-11-02T05:00:44.960Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:00:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:00:54.519Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:00:54.519Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:01:44.956Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:01:44.957Z||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-11-02T05:01:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:01:44.958Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:01:44.958Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|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-11-02T05:01:44.958Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:01:54.522Z|5c3daa7c-7595-481a-8a5a-d60634f9a6a3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:01:54.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:02:44.956Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:02:44.957Z||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-11-02T05:02:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:02:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:02:44.958Z||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-11-02T05:02:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:02:54.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:02:54.507Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:03:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:03:44.957Z||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-11-02T05:03:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:03:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:03:44.959Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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-11-02T05:03:44.959Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:03:54.509Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:03:54.509Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:04:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:04:44.956Z||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-11-02T05:04:44.956Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:04:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:04:44.959Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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-11-02T05:04:44.959Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:04:54.511Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:04:54.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:05:44.955Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:05:44.956Z||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-11-02T05:05:44.956Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:05:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:05:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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-11-02T05:05:44.958Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:05:54.502Z|4af18c28-6dc3-4bce-a646-f21a5a90a7a1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:05:54.502Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:06:44.955Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:06:44.956Z||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-11-02T05:06:44.956Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:06:44.961Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:06:44.961Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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-11-02T05:06:44.961Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:06:54.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:06:54.508Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:07:44.955Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:07:44.956Z||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-11-02T05:07:44.956Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:07:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:07:44.959Z||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-11-02T05:07:44.959Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:07:54.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:07:54.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:08:44.957Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:08:44.958Z||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-11-02T05:08:44.958Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:08:44.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:08:44.960Z||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-11-02T05:08:44.960Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:08:54.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:08:54.525Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-02T05:09:44.955Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:09:44.957Z||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-11-02T05:09:44.957Z||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 AsmHPENkzT9A1fkA) ... 2022-11-02T05:09:44.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-02T05:09:44.958Z||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-11-02T05:09:44.958Z||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 AsmHPENkzT9A1fkA) ...