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-02-26T10:16:32.648Z||main|||||INFO|500||The following profiles are active: basic 2022-02-26T10:16:49.702Z||main|||||INFO|500||Starting service [Tomcat] 2022-02-26T10:16:49.703Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-02-26T10:16:49.929Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-02-26T10:16:56.945Z||main|||||INFO|500||catdb-pool - Starting... 2022-02-26T10:16:58.356Z||main|||||INFO|500||catdb-pool - Start completed. 2022-02-26T10:16:59.121Z||main|||||INFO|500||reqdb-pool - Starting... 2022-02-26T10:16:59.132Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-02-26T10:16:59.298Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-02-26T10:16:59.751Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-02-26T10:17:00.719Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-02-26T10:17:13.764Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-02-26T10:17:16.323Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-02-26T10:17:16.406Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-02-26T10:17:17.089Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-02-26T10:17:17.241Z||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-02-26T10:17:18.594Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-02-26T10:17:20.020Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-02-26T10:17:20.044Z||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$$2538ded1.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-02-26T10:17:20.045Z||main|||||WARN|500||The sdc end point is not alive 2022-02-26T10:17:23.104Z||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-02-26T10:17:26.176Z||main|||||WARN|500||--- 2022-02-26T10:17:26.177Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-02-26T10:17:26.177Z||main|||||WARN|500||--- 2022-02-26T10:17:26.681Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-02-26T10:17:32.031Z||main|||||INFO|500||Started Application in 64.388 seconds (JVM running for 71.981) 2022-02-26T10:17:32.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-02-26T10:17:32.079Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-02-26T10:17:32.097Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-02-26T10:17:32.126Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-02-26T10:17:32.202Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b44dca68-7822-44ec-b322-3dae7ff5aa57 url= /sdc/v1/artifactTypes 2022-02-26T10:17:32.203Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-02-26T10:17:32.552Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-02-26T10:17:32.588Z||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-02-26T10:17:32.610Z||scheduling-1|||||DEBUG|500||create keys 2022-02-26T10:17:32.618Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-02-26T10:17:33.246Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:17:33.266Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e8b08f2d-59dd-4c17-b9d5-22576bfaa126 url= /sdc/v1/registerForDistribution 2022-02-26T10:17:36.157Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e8b08f2d-59dd-4c17-b9d5-22576bfaa126 url= /sdc/v1/registerForDistribution 2022-02-26T10:17:36.159Z||scheduling-1|||||INFO|500||start DistributionClient 2022-02-26T10:17:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:17:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:17:36.186Z||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-02-26T10:17:36.186Z||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-02-26T10:17:36.187Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:17:36.188Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:17:36.188Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-02-26T10:17:49.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:17:49.061Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:18:36.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:18:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:18:36.175Z||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-02-26T10:18:36.175Z||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-02-26T10:18:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:18:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:18:45.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:18:45.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:19:36.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:19:36.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:19:36.176Z||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-02-26T10:19:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:19:36.176Z||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-02-26T10:19:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:19:45.732Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:19:45.734Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:20:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:20:36.172Z||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-02-26T10:20:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:20:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:20:36.173Z||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-02-26T10:20:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:20:45.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:20:45.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:21:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:21:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:21:36.174Z||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-02-26T10:21:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:21:36.174Z||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-02-26T10:21:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:21:45.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:21:45.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:22:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:22:36.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:22:36.178Z||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-02-26T10:22:36.178Z||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-02-26T10:22:36.180Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:22:36.180Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:22:45.730Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:22:45.741Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:23:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:23:36.171Z||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-02-26T10:23:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:23:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:23:36.174Z||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-02-26T10:23:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:23:45.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:23:45.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:24:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:24:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:24:36.175Z||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-02-26T10:24:36.175Z||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-02-26T10:24:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:24:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:24:45.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:24:45.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:25:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:25:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:25:36.178Z||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-02-26T10:25:36.178Z||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-02-26T10:25:36.178Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:25:36.179Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:25:45.731Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:25:45.732Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:26:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:26:36.172Z||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-02-26T10:26:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:26:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:26:36.173Z||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-02-26T10:26:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:26:42.487Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-02-26T10:26:45.737Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:26:45.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:27:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:27:36.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:27:36.174Z||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-02-26T10:27:36.174Z||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-02-26T10:27:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:27:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:27:45.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:27:45.736Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:28:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:28:36.171Z||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-02-26T10:28:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:28:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:28:36.174Z||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-02-26T10:28:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:28:45.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:28:45.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:29:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:29:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:29:36.173Z||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-02-26T10:29:36.173Z||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-02-26T10:29:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:29:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:29:45.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:29:45.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:30:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:30:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:30:36.177Z||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-02-26T10:30:36.178Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:30:36.177Z||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-02-26T10:30:36.178Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:30:45.737Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:30:45.739Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:31:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:31:36.171Z||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-02-26T10:31:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:31:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:31:36.175Z||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-02-26T10:31:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:31:45.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:31:45.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:32:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:32:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:32:36.174Z||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-02-26T10:32:36.174Z||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-02-26T10:32:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:32:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:32:45.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:32:45.754Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:33:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:33:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:33:36.176Z||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-02-26T10:33:36.176Z||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-02-26T10:33:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:33:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:33:45.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:33:45.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:34:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:34:36.171Z||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-02-26T10:34:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:34:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:34:36.173Z||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-02-26T10:34:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:34:45.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:34:45.737Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:35:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:35:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:35:36.174Z||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-02-26T10:35:36.174Z||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-02-26T10:35:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:35:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:35:45.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:35:45.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:36:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:36:36.171Z||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-02-26T10:36:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:36:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:36:36.174Z||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-02-26T10:36:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:36:45.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:36:45.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:37:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:37:36.172Z||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-02-26T10:37:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:37:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:37:36.173Z||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-02-26T10:37:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:37:45.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:37:45.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:38:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:38:36.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:38:36.175Z||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-02-26T10:38:36.175Z||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-02-26T10:38:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:38:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:38:45.736Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:38:45.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:39:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:39:36.171Z||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-02-26T10:39:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:39:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:39:36.173Z||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-02-26T10:39:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:39:45.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:39:45.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:40:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:40:36.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:40:36.174Z||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-02-26T10:40:36.174Z||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-02-26T10:40:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:40:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:40:45.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:40:45.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:41:36.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:41:36.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:41:36.176Z||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-02-26T10:41:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:41:36.177Z||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-02-26T10:41:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:41:45.733Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:41:45.736Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:42:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:42:36.171Z||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-02-26T10:42:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:42:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:42:36.174Z||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-02-26T10:42:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:42:45.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:42:45.719Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:43:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:43:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:43:36.175Z||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-02-26T10:43:36.175Z||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-02-26T10:43:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:43:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:43:45.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:43:45.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:44:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:44:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:44:36.174Z||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-02-26T10:44:36.174Z||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-02-26T10:44:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:44:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:44:45.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:44:45.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:45:36.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:45:36.171Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-26T10:45:36.172Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ... 2022-02-26T10:45:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:45:36.175Z||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-02-26T10:45:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:45:45.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:45:45.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:46:36.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:46:36.172Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-26T10:46:36.172Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ... 2022-02-26T10:46:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:46:36.173Z||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-02-26T10:46:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:46:45.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:46:45.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:47:36.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:47:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:47:36.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-26T10:47:36.174Z||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-02-26T10:47:36.174Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ... 2022-02-26T10:47:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:47:45.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:47:45.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:48:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:48:36.171Z||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-02-26T10:48:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:48:36.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:48:36.175Z||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-02-26T10:48:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:48:45.723Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:48:45.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:49:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:49:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:49:36.173Z||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-02-26T10:49:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:49:36.173Z||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-02-26T10:49:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:49:45.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:49:45.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:50:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:50:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:50:36.177Z||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-02-26T10:50:36.177Z||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-02-26T10:50:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:50:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:50:45.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:50:45.735Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:51:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:51:36.172Z||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-02-26T10:51:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:51:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:51:36.173Z||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-02-26T10:51:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:51:45.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:51:45.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:52:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:52:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:52:36.173Z||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-02-26T10:52:36.173Z||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-02-26T10:52:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:52:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:52:45.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:52:45.730Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:53:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:53:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:53:36.174Z||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-02-26T10:53:36.174Z||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-02-26T10:53:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:53:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:53:45.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:53:45.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:54:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:54:36.171Z||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-02-26T10:54:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:54:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:54:36.173Z||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-02-26T10:54:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:54:45.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:54:45.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:55:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:55:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:55:36.174Z||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-02-26T10:55:36.174Z||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-02-26T10:55:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:55:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:55:45.720Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:55:45.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:56:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:56:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:56:36.173Z||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-02-26T10:56:36.173Z||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-02-26T10:56:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:56:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:56:45.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:56:45.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:57:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:57:36.172Z||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-02-26T10:57:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:57:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:57:36.174Z||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-02-26T10:57:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:57:45.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:57:45.725Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:58:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:58:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:58:36.179Z||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-02-26T10:58:36.179Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:58:36.179Z||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-02-26T10:58:36.180Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:58:45.735Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:58:45.736Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:59:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:59:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T10:59:36.173Z||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-02-26T10:59:36.173Z||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-02-26T10:59:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:59:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T10:59:45.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T10:59:45.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:00:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:00:36.171Z||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-02-26T11:00:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:00:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:00:36.174Z||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-02-26T11:00:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:00:45.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:00:45.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:01:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:01:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:01:36.174Z||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-02-26T11:01:36.174Z||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-02-26T11:01:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:01:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:01:45.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:01:45.731Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:02:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:02:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:02:36.175Z||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-02-26T11:02:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:02:36.175Z||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-02-26T11:02:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:02:45.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:02:45.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:03:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:03:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:03:36.173Z||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-02-26T11:03:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:03:36.173Z||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-02-26T11:03:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:03:45.723Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:03:45.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:04:36.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:04:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:04:36.173Z||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-02-26T11:04:36.173Z||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-02-26T11:04:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:04:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:04:45.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:04:45.730Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:05:36.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:05:36.171Z||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-02-26T11:05:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:05:36.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:05:36.173Z||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-02-26T11:05:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:05:45.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:05:45.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:06:36.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:06:36.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:06:36.174Z||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-02-26T11:06:36.174Z||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-02-26T11:06:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:06:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:06:45.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:06:45.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:07:36.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:07:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:07:36.173Z||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-02-26T11:07:36.173Z||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-02-26T11:07:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:07:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:07:45.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:07:45.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:08:36.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:08:36.171Z||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-02-26T11:08:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:08:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:08:36.174Z||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-02-26T11:08:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:08:45.732Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:08:45.732Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:09:36.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:09:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:09:36.173Z||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-02-26T11:09:36.173Z||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-02-26T11:09:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:09:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:09:45.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:09:45.729Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:10:36.171Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:10:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:10:36.176Z||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-02-26T11:10:36.176Z||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-02-26T11:10:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:10:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:10:45.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:10:45.732Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:36.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:11:36.172Z||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-02-26T11:11:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:36.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:11:36.174Z||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-02-26T11:11:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:36.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:36.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "ves-openapi-manager", "timestamp": 1645873873771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "policy-id", "timestamp": 1645873878533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "cds", "timestamp": 1645873872008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "policy-id", "timestamp": 1645873878533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "ves-openapi-manager", "timestamp": 1645873873771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "cds", "timestamp": 1645873872008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "policy-id", "timestamp": 1645873878533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-26T11:11:36.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "ves-openapi-manager", "timestamp": 1645873873771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "cds", "timestamp": 1645873872008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "policy-id", "timestamp": 1645873878533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "ves-openapi-manager", "timestamp": 1645873873771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "clamp", "timestamp": 1645873881595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "cds", "timestamp": 1645873872008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "policy-id", "timestamp": 1645873878533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "ves-openapi-manager", "timestamp": 1645873873771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "clamp", "timestamp": 1645873881595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "NOTIFIED" } 2022-02-26T11:11:36.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "cds", "timestamp": 1645873872008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "policy-id", "timestamp": 1645873878533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "ves-openapi-manager", "timestamp": 1645873873771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "clamp", "timestamp": 1645873881595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "cds", "timestamp": 1645873872008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "multicloud-k8s-id", "timestamp": 1645873883926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "aai-ml", "timestamp": 1645873884428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "policy-id", "timestamp": 1645873878533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:11:36.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "ves-openapi-manager", "timestamp": 1645873873771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "clamp", "timestamp": 1645873881595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "cds", "timestamp": 1645873872008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:11:36.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "multicloud-k8s-id", "timestamp": 1645873883926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "NOTIFIED" } 2022-02-26T11:11:36.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "aai-ml", "timestamp": 1645873884428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "clamp", "timestamp": 1645873881595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "multicloud-k8s-id", "timestamp": 1645873883926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-26T11:11:36.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "cds", "timestamp": 1645873886743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:11:36.387Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:11:36.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "policy-id", "timestamp": 1645873886726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:11:36.387Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:11:36.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "aai-ml", "timestamp": 1645873884428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "clamp", "timestamp": 1645873881595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "multicloud-k8s-id", "timestamp": 1645873883926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "cds", "timestamp": 1645873887761, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-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-02-26T11:11:36.574Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1d759ab-0eb5-4968-a8d7-69184d65ca88 2022-02-26T11:11:36.597Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:11:36.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "policy-id", "timestamp": 1645873887735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:11:36.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:11:36.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "aai-ml", "timestamp": 1645873884428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "clamp", "timestamp": 1645873881595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:11:36.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "multicloud-k8s-id", "timestamp": 1645873883926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-26T11:11:36.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "policy-id", "timestamp": 1645873888740, "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-02-26T11:11:36.640Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1d759ab-0eb5-4968-a8d7-69184d65ca88 2022-02-26T11:11:36.640Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:11:36.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "aai-ml", "timestamp": 1645873884428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "multicloud-k8s-id", "timestamp": 1645873883926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "aai-ml", "timestamp": 1645873884428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "multicloud-k8s-id", "timestamp": 1645873883926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:11:36.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "aai-ml", "timestamp": 1645873884428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:11:36.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "multicloud-k8s-id", "timestamp": 1645873891811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "DOWNLOAD_OK" } 2022-02-26T11:11:36.654Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:11:36.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "aai-ml", "timestamp": 1645873892369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:11:36.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:11:36.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "multicloud-k8s-id", "timestamp": 1645873892991, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:11:36.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:11:36.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645873892420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "multicloud-k8s-id", "timestamp": 1645873894088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:11:36.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:11:36.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645873892420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645873892420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:11:36.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "multicloud-k8s-id", "timestamp": 1645873895207, "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-02-26T11:11:36.665Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1d759ab-0eb5-4968-a8d7-69184d65ca88 2022-02-26T11:11:36.665Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:11:36.820Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:36.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:11:36.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1d759ab-0eb5-4968-a8d7-69184d65ca88","serviceName":"vFW 2022-02-26 11-08-48","serviceVersion":"1.0","serviceUUID":"d657568b-3528-4cb6-86ca-3a18a622572a","serviceDescription":"catalog service description","serviceInvariantUUID":"ce474892-f4aa-4feb-b8a0-49a4935b381c","resources":[{"resourceInstanceName":"vFW f622ca7c-25f3 0","resourceName":"vFW f622ca7c-25f3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2d8c85b9-02f1-47c7-8f61-90662b7cff51","resourceInvariantUUID":"dac5d2ec-5524-420f-ae4d-ec3732bdcb26","resourceCustomizationUUID":"7458c94a-f51a-4b94-a19c-bbcad9c2cc43","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml","artifactChecksum":"MGMyNTM0Njk2ODE4ZWIwNjk1ZmNhYzZmOGEzZTk0N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aefc931e-ce3f-4478-87e2-858c2b31723f","artifactVersion":"1"},{"artifactName":"vfwf622ca7c25f30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json","artifactChecksum":"MDRjNTE5OGZlNDY0ZGEyNmExNjAxNmQxYmU5MGE1NWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7e7cd6b4-c633-4a3b-8ad9-d776a1281909","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c428bb16-bd6a-4e66-b5b2-3888ced85603","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml","artifactChecksum":"MjljYTNlNTQ0MjVlMGQ2MjViMTA3YjI4NzQ2Y2M1ODM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58f6516e-4630-488d-ac3a-9ce99bd88772","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"920d37a1-fa8b-470d-8b75-7d606f33e18b","artifactVersion":"2","generatedFromUUID":"c428bb16-bd6a-4e66-b5b2-3888ced85603"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220226110848-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml","artifactChecksum":"MTMzMTQwNzZmZjA0NjcxYzUxMzc5YjNjMjc4ZDVkM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cee0d8a5-9e66-4746-90e2-e0ea3cf09877","artifactVersion":"1"},{"artifactName":"service-Vfw20220226110848-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar","artifactChecksum":"ODNiN2IxNTk0NzM2ZDE0ODJiZmY0NDVmY2FhNzIyNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8590c12-540e-4fdd-93ca-3f55ac6a3011","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-26T11:11:36.835Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:11:36.840Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:36.851Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:36.851Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:36.951Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-02-26T11:11:36.956Z||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-02-26T11:11:36.956Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:36.969Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:36.970Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:37.858Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:11:37.858Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:37.860Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:37.860Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "NOTIFIED" } 2022-02-26T11:11:37.960Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:11:37.961Z||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-02-26T11:11:37.962Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:37.979Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:37.980Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:38.861Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:11:38.862Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:38.864Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:38.864Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-26T11:11:38.964Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:11:38.966Z||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-02-26T11:11:38.966Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:38.978Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:38.979Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:11:39.865Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:11:39.865Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:39.867Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:39.867Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:39.968Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-26T11:11:39.971Z||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-02-26T11:11:39.972Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:39.985Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:39.986Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:40.868Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:11:40.869Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:40.871Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:40.872Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-26T11:11:40.972Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:11:40.973Z||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-02-26T11:11:40.973Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:40.984Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:40.985Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:41.872Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:11:41.873Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:41.876Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:41.877Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:11:41.977Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-26T11:11:41.979Z||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-02-26T11:11:41.979Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:42.010Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:42.011Z||pool-8-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:42.877Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:11:42.878Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:42.880Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:42.880Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:11:42.981Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:11:42.982Z||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-02-26T11:11:42.982Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:42.994Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:42.995Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:43.884Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "serviceName": "vFW 2022-02-26 11-08-48", "serviceVersion": "1.0", "serviceUUID": "d657568b-3528-4cb6-86ca-3a18a622572a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ce474892-f4aa-4feb-b8a0-49a4935b381c", "resources": [ { "resourceInstanceName": "vFW f622ca7c-25f3 0", "resourceCustomizationUUID": "7458c94a-f51a-4b94-a19c-bbcad9c2cc43", "resourceName": "vFW f622ca7c-25f3", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2d8c85b9-02f1-47c7-8f61-90662b7cff51", "resourceInvariantUUID": "dac5d2ec-5524-420f-ae4d-ec3732bdcb26", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf622ca7c25f30_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "artifactChecksum": "MDRjNTE5OGZlNDY0ZGEyNmExNjAxNmQxYmU5MGE1NWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7e7cd6b4-c633-4a3b-8ad9-d776a1281909", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c428bb16-bd6a-4e66-b5b2-3888ced85603", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "920d37a1-fa8b-470d-8b75-7d606f33e18b", "generatedFromUUID": "c428bb16-bd6a-4e66-b5b2-3888ced85603" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "920d37a1-fa8b-470d-8b75-7d606f33e18b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220226110848-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "artifactChecksum": "ODNiN2IxNTk0NzM2ZDE0ODJiZmY0NDVmY2FhNzIyNTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e8590c12-540e-4fdd-93ca-3f55ac6a3011" } ], "workloadContext": "Production" } 2022-02-26T11:11:43.888Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-26T11:11:43.889Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d657568b-3528-4cb6-86ca-3a18a622572a ASDC 2022-02-26T11:11:44.011Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:d1d759ab-0eb5-4968-a8d7-69184d65ca88 ServiceName:vFW 2022-02-26 11-08-48 ServiceVersion:1.0 ServiceUUID:d657568b-3528-4cb6-86ca-3a18a622572a ServiceInvariantUUID:ce474892-f4aa-4feb-b8a0-49a4935b381c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220226110848-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar ArtifactUUID:e8590c12-540e-4fdd-93ca-3f55ac6a3011 ArtifactChecksum:ODNiN2IxNTk0NzM2ZDE0ODJiZmY0NDVmY2FhNzIyNTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f622ca7c-25f3 0 ResourceCustomizationUUID:7458c94a-f51a-4b94-a19c-bbcad9c2cc43 ResourceInvariantUUID:dac5d2ec-5524-420f-ae4d-ec3732bdcb26 ResourceName:vFW f622ca7c-25f3 ResourceType:VF ResourceUUID:2d8c85b9-02f1-47c7-8f61-90662b7cff51 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf622ca7c25f30_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json ArtifactUUID:7e7cd6b4-c633-4a3b-8ad9-d776a1281909 ArtifactChecksum:MDRjNTE5OGZlNDY0ZGEyNmExNjAxNmQxYmU5MGE1NWU= 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/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml ArtifactUUID:c428bb16-bd6a-4e66-b5b2-3888ced85603 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/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env ArtifactUUID:920d37a1-fa8b-470d-8b75-7d606f33e18b 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/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env ArtifactUUID:920d37a1-fa8b-470d-8b75-7d606f33e18b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-26T11:11:44.012Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d657568b-3528-4cb6-86ca-3a18a622572a 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-02-26T11:11:44.080Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-26T11:11:44.081Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-02-26T11:11:44.083Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-02-26T11:11:44.083Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e8590c12-540e-4fdd-93ca-3f55ac6a3011 from URL: /sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:44.084Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-02-26T11:11:44.086Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:44.329Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-02-26T11:11:44.348Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar e8590c12-540e-4fdd-93ca-3f55ac6a3011 98912 2022-02-26T11:11:44.351Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar ASDC sendASDCNotification 2022-02-26T11:11:44.352Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:44.353Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:11:44.355Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:44.358Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:44.358Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873904349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:11:44.458Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:11:44.459Z||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-02-26T11:11:44.459Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:44.471Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:44.472Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:45.359Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-26T11:11:45.360Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-02-26T11:11:45.361Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e8590c12-540e-4fdd-93ca-3f55ac6a3011, URL: /sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar to file: /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:45.363Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220226110848-csar.csar 2022-02-26T11:11:45.445Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:45.446Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:46.347Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16319879150783339767/Definitions/service-Vfw20220226110848-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_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-02-26T11:11:49.129Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-26T11:11:49.135Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-02-26T11:11:49.135Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.135Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-02-26T11:11:49.136Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.136Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.136Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.136Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f622ca7c-25f3 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-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:49.139Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-02-26T11:11:49.145Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.146Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:49.150Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria 2022-02-26T11:11:49.150Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-02-26T11:11:49.152Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-26T11:11:49.154Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.154Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:49.154Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria 2022-02-26T11:11:49.155Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-02-26T11:11:49.155Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-26T11:11:49.155Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.156Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:49.159Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.159Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria 2022-02-26T11:11:49.160Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:11:49.160Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-26T11:11:49.160Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:49.160Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:11:49.161Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:11:49.161Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-26T11:11:49.161Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:11:49.162Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-26T11:11:49.162Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-26T11:11:49.162Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:11:49.162Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:49.163Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-26T11:11:49.163Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:49.163Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-26T11:11:49.163Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:11:49.164Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-26T11:11:49.164Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.164Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-26T11:11:49.165Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.166Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria 2022-02-26T11:11:49.166Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:11:49.167Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.167Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria 2022-02-26T11:11:49.167Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:11:49.167Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.168Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria 2022-02-26T11:11:49.168Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:11:49.168Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.169Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria 2022-02-26T11:11:49.169Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:11:49.169Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-26T11:11:49.169Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:11:49.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-26T11:11:49.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-26T11:11:49.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:11:49.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:49.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-26T11:11:49.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:49.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-26T11:11:49.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:11:49.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f8761ab-b58a-4345-a445-9ad19e487e44 2022-02-26T11:11:49.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria 2022-02-26T11:11:49.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:11:49.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-26T11:11:49.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:49.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:11:49.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:11:49.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-26T11:11:49.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:11:49.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-26T11:11:49.175Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-26T11:11:49.175Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:49.175Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-26T11:11:49.175Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:11:49.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1844c997-77e5-4294-884a-1639b18ede8e 2022-02-26T11:11:49.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria 2022-02-26T11:11:49.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:11:49.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-26T11:11:49.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:49.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:11:49.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:11:49.178Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-26T11:11:49.178Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:11:49.178Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-26T11:11:49.178Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-26T11:11:49.179Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:11:49.179Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:49.179Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-26T11:11:49.179Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8eca3a73-ae83-4879-a761-ec98d0557a6e 2022-02-26T11:11:49.180Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.180Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:49.180Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.180Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:49.181Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.181Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:49.181Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:49.182Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:49.182Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-02-26 11-08-48 Description:catalog service description Model UUID:d657568b-3528-4cb6-86ca-3a18a622572a Model Version:NULL Model InvariantUuid:ce474892-f4aa-4feb-b8a0-49a4935b381c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f622ca7c-25f3 Model UUID:a6b4f781-f4c2-4993-a579-b6ed3b419726 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:dac5d2ec-5524-420f-ae4d-ec3732bdcb26 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7458c94a-f51a-4b94-a19c-bbcad9c2cc43 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:67de2006-ce88-4fb2-b3c0-92cc514cdb26 ModelName:VfwF622ca7c25f3..base_vfw..module-0 ModelUuid:cd248df2-2dbb-4be4-8cfd-363d1e949092 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7f8761ab-b58a-4345-a445-9ad19e487e44 ModelInvariantUuid:9eae39ba-98a7-4a69-9509-dd71dd91005f ModelName:vFW f622ca7c-25f3-nodes.vfwCvfc ModelUuid:0754702b-2023-4122-9f64-8af9edc7e8ab ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:aafc7044-81af-45e4-b729-7c9696187899 ModelInvariantUuid:cb4fad64-5a96-4a60-a8b2-e30bd864b5ea ModelName:VfwF622ca7c25f3.compute.nodes.heat.vfw ModelUuid:fec27295-b28e-48c2-8cbc-31a5d7ed2816 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1844c997-77e5-4294-884a-1639b18ede8e ModelInvariantUuid:ea97f431-c5cf-46ba-bc69-c23d5f4c174e ModelName:vFW f622ca7c-25f3-nodes.vsnCvfc ModelUuid:51ce7f5d-19f1-4af9-acd7-b4a80f718145 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b9b4129f-8541-4c9a-bc56-79cef0965e56 ModelInvariantUuid:98e3833e-8e54-4c92-8d32-c3671dbf4a5f ModelName:VfwF622ca7c25f3.compute.nodes.heat.vsn ModelUuid:98c631be-b503-4b99-a9c6-510c7df675bb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8eca3a73-ae83-4879-a761-ec98d0557a6e ModelInvariantUuid:fd80e2bc-c866-45a5-bee7-e4d88e028e43 ModelName:vFW f622ca7c-25f3-nodes.vpgCvfc ModelUuid:8cbdceda-1f4c-49fd-8a37-7d2ebed1cf70 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a707e4bf-914a-4c3f-9b39-76ef148eb0f6 ModelInvariantUuid:b3d13227-8d81-4e31-8f23-3e07aafa52ac ModelName:VfwF622ca7c25f3.compute.nodes.heat.vpg ModelUuid:ad871ded-8ef3-4229-ac51-cb6df819c0dc 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-02-26T11:11:49.194Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2d8c85b9-02f1-47c7-8f61-90662b7cff51 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-02-26T11:11:49.282Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||vFW f622ca7c-25f3 0 2022-02-26T11:11:49.289Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2d8c85b9-02f1-47c7-8f61-90662b7cff51 2022-02-26T11:11:49.289Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7e7cd6b4-c633-4a3b-8ad9-d776a1281909 from URL: /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json 2022-02-26T11:11:49.290Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-02-26T11:11:49.290Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json 2022-02-26T11:11:49.686Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-02-26T11:11:49.687Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json 7e7cd6b4-c633-4a3b-8ad9-d776a1281909 785 2022-02-26T11:11:49.688Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json ASDC sendASDCNotification 2022-02-26T11:11:49.688Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json 2022-02-26T11:11:49.688Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:11:49.688Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:49.691Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:49.692Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873909687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "DOWNLOAD_OK" } 2022-02-26T11:11:49.792Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:11:49.793Z||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-02-26T11:11:49.793Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:49.803Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:49.804Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:50.693Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF622ca7c25f3..base_vfw..module-0", "vfModuleModelInvariantUUID": "67de2006-ce88-4fb2-b3c0-92cc514cdb26", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cd248df2-2dbb-4be4-8cfd-363d1e949092", "vfModuleModelCustomizationUUID": "9ae99534-fb4e-4dc1-9107-8627a38b9955", "isBase": true, "artifacts": [ "c428bb16-bd6a-4e66-b5b2-3888ced85603", "920d37a1-fa8b-470d-8b75-7d606f33e18b" ], "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-02-26T11:11:50.715Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF622ca7c25f3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cd248df2-2dbb-4be4-8cfd-363d1e949092 VfModuleModelInvariantUUID:67de2006-ce88-4fb2-b3c0-92cc514cdb26 VfModuleModelDescription:NULL Artifacts UUID List:{ c428bb16-bd6a-4e66-b5b2-3888ced85603 , 920d37a1-fa8b-470d-8b75-7d606f33e18b } 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-02-26T11:11:50.720Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF622ca7c25f3..base_vfw..module-0", "vfModuleModelInvariantUUID": "67de2006-ce88-4fb2-b3c0-92cc514cdb26", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cd248df2-2dbb-4be4-8cfd-363d1e949092", "vfModuleModelCustomizationUUID": "9ae99534-fb4e-4dc1-9107-8627a38b9955", "isBase": true, "artifacts": [ "c428bb16-bd6a-4e66-b5b2-3888ced85603", "920d37a1-fa8b-470d-8b75-7d606f33e18b" ], "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-02-26T11:11:50.720Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF622ca7c25f3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cd248df2-2dbb-4be4-8cfd-363d1e949092 VfModuleModelInvariantUUID:67de2006-ce88-4fb2-b3c0-92cc514cdb26 VfModuleModelDescription:NULL Artifacts UUID List:{ c428bb16-bd6a-4e66-b5b2-3888ced85603 , 920d37a1-fa8b-470d-8b75-7d606f33e18b } 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-02-26T11:11:50.721Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c428bb16-bd6a-4e66-b5b2-3888ced85603 from URL: /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml 2022-02-26T11:11:50.721Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-02-26T11:11:50.722Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml 2022-02-26T11:11:50.915Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-02-26T11:11:50.916Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml c428bb16-bd6a-4e66-b5b2-3888ced85603 20368 2022-02-26T11:11:50.917Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-26T11:11:50.917Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml 2022-02-26T11:11:50.918Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:11:50.918Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:50.920Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:50.920Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873910917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:11:51.021Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-26T11:11:51.022Z||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-02-26T11:11:51.022Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:51.033Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:51.033Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:51.921Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 920d37a1-fa8b-470d-8b75-7d606f33e18b from URL: /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env 2022-02-26T11:11:51.922Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-02-26T11:11:51.922Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env 2022-02-26T11:11:52.033Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-02-26T11:11:52.033Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env 920d37a1-fa8b-470d-8b75-7d606f33e18b 2098 2022-02-26T11:11:52.034Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-26T11:11:52.034Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env 2022-02-26T11:11:52.034Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:11:52.034Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:52.037Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:52.037Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873912033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:11:52.137Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:11:52.138Z||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-02-26T11:11:52.138Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:52.151Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:52.151Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:53.038Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d657568b-3528-4cb6-86ca-3a18a622572a 2022-02-26T11:11:53.038Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f622ca7c-25f3 0 2d8c85b9-02f1-47c7-8f61-90662b7cff51 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-02-26T11:11:53.084Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72e9d857, org.onap.sdc.toscaparser.api.parameters.Input@39085c49, org.onap.sdc.toscaparser.api.parameters.Input@6706c205, org.onap.sdc.toscaparser.api.parameters.Input@46a03604, org.onap.sdc.toscaparser.api.parameters.Input@7a3765e7] 2022-02-26T11:11:53.088Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.088Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:53.089Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-02-26T11:11:53.089Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7458c94a-f51a-4b94-a19c-bbcad9c2cc43 2022-02-26T11:11:53.089Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7458c94a-f51a-4b94-a19c-bbcad9c2cc43 matches Tosca VF Customization UUID: 7458c94a-f51a-4b94-a19c-bbcad9c2cc43 2022-02-26T11:11:53.089Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7458c94a-f51a-4b94-a19c-bbcad9c2cc43 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-02-26T11:11:53.095Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.096Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:53.097Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7458c94a-f51a-4b94-a19c-bbcad9c2cc43: {\"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-02-26T11:11:53.097Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7892735b 2022-02-26T11:11:53.097Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.097Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-26T11:11:53.098Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ae99534-fb4e-4dc1-9107-8627a38b9955 2022-02-26T11:11:53.099Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ae99534-fb4e-4dc1-9107-8627a38b9955 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-02-26T11:11:53.104Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.105Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria 2022-02-26T11:11:53.105Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:11:53.106Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.106Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria 2022-02-26T11:11:53.106Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:11:53.107Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.107Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria 2022-02-26T11:11:53.107Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:11:53.107Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-26T11:11:53.108Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:11:53.108Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-26T11:11:53.108Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-26T11:11:53.108Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:11:53.108Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:53.109Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-26T11:11:53.109Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:53.109Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-26T11:11:53.109Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:11:53.110Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f8761ab-b58a-4345-a445-9ad19e487e44 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-02-26T11:11:53.119Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.120Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria 2022-02-26T11:11:53.120Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:11:53.121Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.121Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria 2022-02-26T11:11:53.121Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:11:53.122Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-26T11:11:53.122Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:53.122Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:11:53.122Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:11:53.122Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-26T11:11:53.123Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:11:53.123Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-26T11:11:53.123Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-26T11:11:53.123Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:53.124Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-26T11:11:53.124Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:11:53.124Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1844c997-77e5-4294-884a-1639b18ede8e 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-02-26T11:11:53.126Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.126Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria 2022-02-26T11:11:53.127Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:11:53.129Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.129Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria 2022-02-26T11:11:53.130Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:11:53.130Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-26T11:11:53.130Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:53.130Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:11:53.130Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:11:53.130Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-26T11:11:53.131Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:11:53.131Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-26T11:11:53.131Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-26T11:11:53.131Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:11:53.131Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-26T11:11:53.131Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-26T11:11:53.132Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8eca3a73-ae83-4879-a761-ec98d0557a6e 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-02-26T11:11:53.134Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.134Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria 2022-02-26T11:11:53.134Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:11:53.135Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.135Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria 2022-02-26T11:11:53.135Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=7458c94a-f51a-4b94-a19c-bbcad9c2cc43 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-02-26T11:11:53.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:53.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d657568b-3528-4cb6-86ca-3a18a622572a: vFW f622ca7c-25f3 2022-02-26T11:11:53.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:53.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:53.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:53.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.139Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:53.139Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:11:53.139Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:11:53.139Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-02-26 11-08-48 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-02-26T11:11:53.466Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f622ca7c-25f3 2d8c85b9-02f1-47c7-8f61-90662b7cff51 1 ASDC deployResourceStructure 2022-02-26T11:11:53.467Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json ASDC sendASDCNotification 2022-02-26T11:11:53.467Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json 2022-02-26T11:11:53.467Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:11:53.467Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:53.470Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:53.470Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873913466, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "DEPLOY_OK" } 2022-02-26T11:11:53.570Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:11:53.571Z||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-02-26T11:11:53.571Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:53.609Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:53.609Z||pool-14-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:11:54.472Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-26T11:11:54.472Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml 2022-02-26T11:11:54.472Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:11:54.472Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:54.474Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:54.475Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873914471, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-26T11:11:54.575Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:11:54.576Z||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-02-26T11:11:54.577Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:54.589Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:54.590Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:55.479Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-26T11:11:55.480Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env 2022-02-26T11:11:55.480Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:11:55.481Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:55.484Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:55.484Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873915479, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-26T11:11:55.585Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:11:55.586Z||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-02-26T11:11:55.587Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:55.600Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:55.601Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:56.486Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar ASDC sendASDCNotification 2022-02-26T11:11:56.486Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar 2022-02-26T11:11:56.486Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:11:56.487Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:11:56.490Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:11:56.490Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873916486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:11:56.590Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:11:56.592Z||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-02-26T11:11:56.592Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:11:56.604Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:11:56.605Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:11:57.492Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:11:57.516Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:11:57.519Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:11:57.519Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:11:57.520Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:12:27.521Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:12:27.547Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:12:27.553Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:12:27.554Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:12:27.554Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:12:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:12:36.175Z||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-02-26T11:12:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:12:36.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:12:36.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:12:36.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645873892420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:12:36.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:12:57.555Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:12:57.570Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:12:57.573Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:12:57.574Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:12:57.574Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:13:27.575Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:13:27.588Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:13:27.591Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:13:27.591Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:13:27.591Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:13:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:13:36.175Z||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-02-26T11:13:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:13:36.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:13:36.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:13:36.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "multicloud-k8s-id", "timestamp": 1645873896214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "DEPLOY_OK" } 2022-02-26T11:13:36.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:13:57.592Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:13:57.613Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:13:57.616Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:13:57.616Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:13:57.616Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:14:27.617Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:14:27.629Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:14:27.633Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:14:27.633Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:14:27.633Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:14:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:14:36.174Z||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-02-26T11:14:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:14:36.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:14:36.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:14:36.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:14:36.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645873892420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:14:36.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:14:36.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "NOTIFIED" } 2022-02-26T11:14:36.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:14:36.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645873892420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:14:36.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:14:36.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-26T11:14:36.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:14:36.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645873892420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:14:36.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:14:36.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:14:36.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:14:36.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645873900289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:14:36.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:36.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "clamp", "timestamp": 1645873900764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:14:36.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:36.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-26T11:14:36.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:14:36.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:14:36.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:14:36.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "clamp", "timestamp": 1645873902393, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:14:36.712Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:36.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873896170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:14:36.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:14:36.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "clamp", "timestamp": 1645873903397, "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-02-26T11:14:36.720Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1d759ab-0eb5-4968-a8d7-69184d65ca88 2022-02-26T11:14:36.720Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:14:36.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873904349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:14:36.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:36.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645873905521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:14:36.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:36.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645873906530, "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-02-26T11:14:36.741Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1d759ab-0eb5-4968-a8d7-69184d65ca88 2022-02-26T11:14:36.741Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:14:36.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "aai-ml", "timestamp": 1645873908427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:14:36.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:36.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "aai-ml", "timestamp": 1645873909433, "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-02-26T11:14:36.768Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1d759ab-0eb5-4968-a8d7-69184d65ca88 2022-02-26T11:14:36.770Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:14:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873909687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "DOWNLOAD_OK" } 2022-02-26T11:14:36.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:36.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873910917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:14:36.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:36.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873912033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:14:36.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:36.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873913466, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json", "status": "DEPLOY_OK" } 2022-02-26T11:14:36.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:36.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873914471, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-26T11:14:36.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:36.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873915479, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-26T11:14:36.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:36.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:14:36.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645873916486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:14:36.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:14:57.633Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:14:57.649Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:14:57.658Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:14:57.658Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-26T11:14:57.659Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-26T11:14:57.659Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-26T11:14:57.660Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:14:57.660Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:14:57.661Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:14:57.661Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:14:57.661Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:14:57.662Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:14:57.662Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-26T11:14:57.669Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-26T11:15:27.671Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:15:27.709Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 and serviceModelVersionId: d657568b-3528-4cb6-86ca-3a18a622572a 2022-02-26T11:15:27.710Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce474892-f4aa-4feb-b8a0-49a4935b381c 2022-02-26T11:15:36.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:15:36.195Z||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-02-26T11:15:36.195Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:15:42.532Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0 2022-02-26T11:15:42.642Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-02-26T11:15:43.132Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0|INFO|500||Invoke 2022-02-26T11:15:43.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d1d759ab-0eb5-4968-a8d7-69184d65ca88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2746cffd-e8df-44eb-b099-981e124ab083], X-ECOMP-RequestID=[d1d759ab-0eb5-4968-a8d7-69184d65ca88], X-TransactionId=[], X-ONAP-RequestID=[d1d759ab-0eb5-4968-a8d7-69184d65ca88], Content-Type=[application/merge-patch+json]} 2022-02-26T11:15:43.256Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-26T11:15:43.568Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?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/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220226-11:15:43:262-77187], vertex-id=[167968], Content-Length=[0], Date=[Sat, 26 Feb 2022 11:15:43 GMT], Content-Type=[application/json]} 2022-02-26T11:15:43.571Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-26T11:15:43.572Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0|INFO|500||InvokeReturn 2022-02-26T11:15:43.577Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-26T11:15:43.578Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-26T11:15:43.587Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-26T11:15:43.588Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1d759ab-0eb5-4968-a8d7-69184d65ca88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-26T11:15:43.590Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-26T11:15:43.591Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:15:43.595Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:15:43.595Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874143589, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-26T11:15:43.695Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-26T11:15:43.696Z||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-02-26T11:15:43.697Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:15:43.716Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:15:43.718Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:15:44.332Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:15:44.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:15:44.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874143589, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-26T11:15:44.334Z||pool-2-thread-7|||||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-02-26T11:15:44.614Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:15:44.615Z||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-02-26T11:15:44.615Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:15:55.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:15:55.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:15:55.316Z||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-02-26T11:15:55.316Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:16:04.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:16:04.857Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:16:04.858Z||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-02-26T11:16:04.858Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:16:14.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:16:14.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:16:14.405Z||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-02-26T11:16:14.405Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:16:23.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:16:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:16:36.172Z||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-02-26T11:16:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:16:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:16:36.173Z||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-02-26T11:16:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:16:45.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:16:45.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:17:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:17:36.173Z||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-02-26T11:17:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:17:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:17:36.173Z||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-02-26T11:17:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:17:45.729Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:17:45.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:18:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:18:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:18:36.175Z||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-02-26T11:18:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:18:36.176Z||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-02-26T11:18:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:18:45.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:18:45.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:19:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:19:36.172Z||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-02-26T11:19:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:19:36.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:19:36.174Z||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-02-26T11:19:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:19:45.717Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:19:45.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:20:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:20:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:20:36.174Z||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-02-26T11:20:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:20:36.174Z||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-02-26T11:20:36.232Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:20:45.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:20:45.799Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:21:36.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:21:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:21:36.177Z||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-02-26T11:21:36.177Z||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-02-26T11:21:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:21:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:21:45.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:21:45.741Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:22:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:22:36.171Z||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-02-26T11:22:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:22:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:22:36.173Z||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-02-26T11:22:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:22:45.718Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:22:45.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:23:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:23:36.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:23:36.174Z||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-02-26T11:23:36.174Z||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-02-26T11:23:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:23:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:23:45.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:23:45.732Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:24:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:24:36.171Z||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-02-26T11:24:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:24:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:24:36.173Z||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-02-26T11:24:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:24:45.733Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:24:45.733Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:25:36.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:25:36.174Z||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-02-26T11:25:36.174Z||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-02-26T11:25:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:36.670Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:36.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "multicloud-k8s-id", "timestamp": 1645874703926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645874702421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "policy-id", "timestamp": 1645874698533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "multicloud-k8s-id", "timestamp": 1645874703926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "NOTIFIED" } 2022-02-26T11:25:36.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645874702421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "policy-id", "timestamp": 1645874698533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "multicloud-k8s-id", "timestamp": 1645874703926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-26T11:25:36.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645874702421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "policy-id", "timestamp": 1645874698533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-26T11:25:36.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "multicloud-k8s-id", "timestamp": 1645874703926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645874702421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "policy-id", "timestamp": 1645874698533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "multicloud-k8s-id", "timestamp": 1645874703926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-26T11:25:36.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645874702421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "policy-id", "timestamp": 1645874698533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "cds", "timestamp": 1645874712009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "multicloud-k8s-id", "timestamp": 1645874703926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645874702421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "policy-id", "timestamp": 1645874698533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "cds", "timestamp": 1645874712009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "multicloud-k8s-id", "timestamp": 1645874703926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:25:36.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645874702421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:25:36.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "policy-id", "timestamp": 1645874698533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:25:36.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "ves-openapi-manager", "timestamp": 1645874713771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "cds", "timestamp": 1645874712009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "ves-openapi-manager", "timestamp": 1645874713771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "multicloud-k8s-id", "timestamp": 1645874715471, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-26T11:25:36.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:25:36.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "cds", "timestamp": 1645874712009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645874715791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:25:36.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:25:36.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "policy-id", "timestamp": 1645874715854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:25:36.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:25:36.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "ves-openapi-manager", "timestamp": 1645874713771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "cds", "timestamp": 1645874712009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "policy-id", "timestamp": 1645874716860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:25:36.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:25:36.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "multicloud-k8s-id", "timestamp": 1645874717055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:25:36.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:25:36.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "ves-openapi-manager", "timestamp": 1645874713771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "cds", "timestamp": 1645874712009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "policy-id", "timestamp": 1645874717863, "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-02-26T11:25:36.723Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 2022-02-26T11:25:36.723Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:25:36.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "multicloud-k8s-id", "timestamp": 1645874718202, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:25:36.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:25:36.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645874718209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:25:36.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:25:36.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "ves-openapi-manager", "timestamp": 1645874713771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "cds", "timestamp": 1645874712009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:25:36.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645874719215, "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-02-26T11:25:36.740Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 2022-02-26T11:25:36.740Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:25:36.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "multicloud-k8s-id", "timestamp": 1645874719229, "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-02-26T11:25:36.759Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 2022-02-26T11:25:36.759Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:25:36.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "ves-openapi-manager", "timestamp": 1645874713771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "cds", "timestamp": 1645874719919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:25:36.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:25:36.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "multicloud-k8s-id", "timestamp": 1645874720239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "DEPLOY_OK" } 2022-02-26T11:25:36.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:25:36.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "ves-openapi-manager", "timestamp": 1645874713771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "cds", "timestamp": 1645874720927, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-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-02-26T11:25:36.776Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 2022-02-26T11:25:36.776Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:25:36.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "clamp", "timestamp": 1645874721595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "clamp", "timestamp": 1645874721595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "NOTIFIED" } 2022-02-26T11:25:36.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "clamp", "timestamp": 1645874721595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "aai-ml", "timestamp": 1645874724428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "clamp", "timestamp": 1645874721595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "aai-ml", "timestamp": 1645874724428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "clamp", "timestamp": 1645874721595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "aai-ml", "timestamp": 1645874724428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "clamp", "timestamp": 1645874721595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "aai-ml", "timestamp": 1645874724428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "clamp", "timestamp": 1645874721595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:25:36.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "aai-ml", "timestamp": 1645874724428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "aai-ml", "timestamp": 1645874724428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "aai-ml", "timestamp": 1645874724428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:25:36.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:25:36.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "aai-ml", "timestamp": 1645874732297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:25:36.809Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:25:36.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "clamp", "timestamp": 1645874734524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:25:36.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:25:36.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:36.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-26T11:25:36.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2417c1d5-ffdf-47b6-85be-82bedd44cfe0","serviceName":"basic_onboard_NqfEjQ","serviceVersion":"1.0","serviceUUID":"6d4483a3-4e17-459b-b522-be809c8c381b","serviceDescription":"service","serviceInvariantUUID":"76e2d9b1-9090-48c2-8ea3-881236a86b3f","resources":[{"resourceInstanceName":"basic_onboard_NqfEjQ 0","resourceName":"basic_onboard_NqfEjQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5dd861c2-f0f6-4301-8d0e-c991bed54410","resourceInvariantUUID":"fb8060e1-a157-4982-ae68-5439350406ee","resourceCustomizationUUID":"62cb78ef-1c43-4f57-ade0-7063092a76ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml","artifactChecksum":"NTE2YmQwODMzNTQ5OTA5MzJkNWUwYmVmYmMxMmIyM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"560a6c5e-7803-4856-b595-8b70712cbdb8","artifactVersion":"1"},{"artifactName":"basic_onboard_nqfejq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json","artifactChecksum":"MGJiNjQwZTVmNGFlMTVkOGU4MWFmMzBhNmE4ODhkNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23cfd64c-3959-4330-8045-7b9af0c87b0d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0fcbff38-49fa-458e-a376-ccdef0798a1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f0028e3-c57e-4cb7-bea3-377de06e43b0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871","artifactVersion":"2","generatedFromUUID":"0fcbff38-49fa-458e-a376-ccdef0798a1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNqfejq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml","artifactChecksum":"MWVlYTM0YjA0YjA1OTY1YjU1NWIzZmYyM2U4Zjk0ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb8e228e-769f-422a-882a-1552a062e6b0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNqfejq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar","artifactChecksum":"NjBiNTk4YmQ0Yzc4NGZhMmNmZmIyZmE5MDhiNTMzYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a32c239a-3cf5-42ed-a104-7c70ff060172","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-26T11:25:36.821Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:25:36.822Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:36.827Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:36.828Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:36.927Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-26T11:25:36.930Z||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-02-26T11:25:36.931Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:36.944Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:36.944Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:25:37.828Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:25:37.829Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:37.835Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:37.835Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "NOTIFIED" } 2022-02-26T11:25:37.935Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:25:37.936Z||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-02-26T11:25:37.937Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:37.949Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:37.949Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:25:38.836Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:25:38.837Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:38.839Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:38.839Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-26T11:25:38.939Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:25:38.940Z||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-02-26T11:25:38.940Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:39.164Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:39.165Z||pool-21-thread-1|||||INFO|500||cambria reply ok (225 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:25:39.840Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:25:39.841Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:39.843Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:39.843Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:39.944Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-26T11:25:39.945Z||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-02-26T11:25:39.945Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:39.976Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:39.977Z||pool-22-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:25:40.844Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:25:40.845Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:40.847Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:40.847Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-26T11:25:40.947Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:25:40.948Z||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-02-26T11:25:40.948Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:40.960Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:40.960Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:25:41.848Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:25:41.848Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:41.851Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:41.851Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:25:41.951Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:25:41.952Z||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-02-26T11:25:41.953Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:41.966Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:41.966Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:25:42.851Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:25:42.852Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:42.854Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:42.855Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:25:42.955Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:25:42.956Z||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-02-26T11:25:42.956Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:42.967Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:42.968Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:25:43.856Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "serviceName": "basic_onboard_NqfEjQ", "serviceVersion": "1.0", "serviceUUID": "6d4483a3-4e17-459b-b522-be809c8c381b", "serviceDescription": "service", "serviceInvariantUUID": "76e2d9b1-9090-48c2-8ea3-881236a86b3f", "resources": [ { "resourceInstanceName": "basic_onboard_NqfEjQ 0", "resourceCustomizationUUID": "62cb78ef-1c43-4f57-ade0-7063092a76ca", "resourceName": "basic_onboard_NqfEjQ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5dd861c2-f0f6-4301-8d0e-c991bed54410", "resourceInvariantUUID": "fb8060e1-a157-4982-ae68-5439350406ee", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_nqfejq0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "artifactChecksum": "MGJiNjQwZTVmNGFlMTVkOGU4MWFmMzBhNmE4ODhkNmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "23cfd64c-3959-4330-8045-7b9af0c87b0d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0fcbff38-49fa-458e-a376-ccdef0798a1c", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871", "generatedFromUUID": "0fcbff38-49fa-458e-a376-ccdef0798a1c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNqfejq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "artifactChecksum": "NjBiNTk4YmQ0Yzc4NGZhMmNmZmIyZmE5MDhiNTMzYzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a32c239a-3cf5-42ed-a104-7c70ff060172" } ], "workloadContext": "Production" } 2022-02-26T11:25:43.857Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-26T11:25:43.857Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d4483a3-4e17-459b-b522-be809c8c381b ASDC 2022-02-26T11:25:43.858Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:2417c1d5-ffdf-47b6-85be-82bedd44cfe0 ServiceName:basic_onboard_NqfEjQ ServiceVersion:1.0 ServiceUUID:6d4483a3-4e17-459b-b522-be809c8c381b ServiceInvariantUUID:76e2d9b1-9090-48c2-8ea3-881236a86b3f ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNqfejq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar ArtifactUUID:a32c239a-3cf5-42ed-a104-7c70ff060172 ArtifactChecksum:NjBiNTk4YmQ0Yzc4NGZhMmNmZmIyZmE5MDhiNTMzYzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_NqfEjQ 0 ResourceCustomizationUUID:62cb78ef-1c43-4f57-ade0-7063092a76ca ResourceInvariantUUID:fb8060e1-a157-4982-ae68-5439350406ee ResourceName:basic_onboard_NqfEjQ ResourceType:VF ResourceUUID:5dd861c2-f0f6-4301-8d0e-c991bed54410 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_nqfejq0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json ArtifactUUID:23cfd64c-3959-4330-8045-7b9af0c87b0d ArtifactChecksum:MGJiNjQwZTVmNGFlMTVkOGU4MWFmMzBhNmE4ODhkNmU= 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/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml ArtifactUUID:0fcbff38-49fa-458e-a376-ccdef0798a1c 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/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env ArtifactUUID:51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871 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/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env ArtifactUUID:51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-26T11:25:43.858Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d4483a3-4e17-459b-b522-be809c8c381b 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-02-26T11:25:43.895Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-26T11:25:43.897Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-02-26T11:25:43.897Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-02-26T11:25:43.897Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a32c239a-3cf5-42ed-a104-7c70ff060172 from URL: /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:43.897Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-02-26T11:25:43.898Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:44.039Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-02-26T11:25:44.043Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar a32c239a-3cf5-42ed-a104-7c70ff060172 71562 2022-02-26T11:25:44.043Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar ASDC sendASDCNotification 2022-02-26T11:25:44.044Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:44.044Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:25:44.044Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:44.047Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:44.047Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874744043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:25:44.147Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-26T11:25:44.148Z||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-02-26T11:25:44.149Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:44.267Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:44.268Z||pool-26-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:25:45.048Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-26T11:25:45.049Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-02-26T11:25:45.050Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a32c239a-3cf5-42ed-a104-7c70ff060172, URL: /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar to file: /app/ASDC/1/service-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:45.050Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:45.050Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:45.051Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:45.600Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14354599975220805452/Definitions/service-BasicOnboardNqfejq-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-02-26T11:25:46.925Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-26T11:25:46.926Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-02-26T11:25:46.926Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:46.926Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-02-26T11:25:46.927Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:46.927Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:46.927Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:46.927Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:46.928Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:46.928Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:46.928Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:46.928Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NqfEjQ 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-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:46.929Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:46.929Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-02-26T11:25:46.929Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.930Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:46.930Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria 2022-02-26T11:25:46.931Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-02-26T11:25:46.931Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-26T11:25:46.932Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.932Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:46.932Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria 2022-02-26T11:25:46.932Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-02-26T11:25:46.933Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-26T11:25:46.933Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.933Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:46.934Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.934Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is not matching search criteria 2022-02-26T11:25:46.934Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-02-26T11:25:46.934Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-02-26T11:25:46.935Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-02-26T11:25:46.935Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-26T11:25:46.935Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-26T11:25:46.935Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.936Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-26T11:25:46.936Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.936Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria 2022-02-26T11:25:46.936Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:25:46.937Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.937Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria 2022-02-26T11:25:46.937Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:25:46.938Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.938Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria 2022-02-26T11:25:46.938Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:25:46.938Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.939Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is not matching search criteria 2022-02-26T11:25:46.939Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-02-26T11:25:46.939Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-26T11:25:46.939Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0de8245d-4008-45fa-8ee4-4e76373c1991 2022-02-26T11:25:46.939Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.940Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:46.940Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.940Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:46.940Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.941Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:46.941Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:46.941Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:46.941Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_NqfEjQ Description:service Model UUID:6d4483a3-4e17-459b-b522-be809c8c381b Model Version:NULL Model InvariantUuid:76e2d9b1-9090-48c2-8ea3-881236a86b3f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_NqfEjQ Model UUID:8c515f18-ef71-4793-b8ca-71d32ea53733 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fb8060e1-a157-4982-ae68-5439350406ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:62cb78ef-1c43-4f57-ade0-7063092a76ca NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5b3dff92-1489-487d-a366-d7d3cec5c13b ModelName:BasicOnboardNqfejq..base_ubuntu18..module-0 ModelUuid:adea72e6-dcc6-4e13-aecd-a283f77a7094 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0de8245d-4008-45fa-8ee4-4e76373c1991 ModelInvariantUuid:b1985603-34f4-4d55-bff7-b452817297ee ModelName:basic_onboard_NqfEjQ-nodes.ubuntu18Cvfc ModelUuid:ba6486fc-cbd2-4afa-b17b-60dcb913ba2f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:496f46a4-8486-4f21-b4f9-34ce8b18b396 ModelInvariantUuid:0716e665-beaf-45c0-ba12-ce91bdc302ac ModelName:BasicOnboardNqfejq.compute.nodes.heat.ubuntu18 ModelUuid:46626fc6-49ae-496e-b791-497d147bceef 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-02-26T11:25:46.948Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5dd861c2-f0f6-4301-8d0e-c991bed54410 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-02-26T11:25:46.954Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||basic_onboard_NqfEjQ 0 2022-02-26T11:25:46.955Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5dd861c2-f0f6-4301-8d0e-c991bed54410 2022-02-26T11:25:46.955Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 23cfd64c-3959-4330-8045-7b9af0c87b0d from URL: /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json 2022-02-26T11:25:46.955Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-02-26T11:25:46.956Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json 2022-02-26T11:25:47.039Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-02-26T11:25:47.040Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json 23cfd64c-3959-4330-8045-7b9af0c87b0d 798 2022-02-26T11:25:47.040Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json ASDC sendASDCNotification 2022-02-26T11:25:47.041Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json 2022-02-26T11:25:47.041Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:25:47.042Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:47.044Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:47.044Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874747040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-26T11:25:47.144Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:25:47.146Z||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-02-26T11:25:47.146Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:47.162Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:47.163Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:25:48.045Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNqfejq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "5b3dff92-1489-487d-a366-d7d3cec5c13b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "adea72e6-dcc6-4e13-aecd-a283f77a7094", "vfModuleModelCustomizationUUID": "8abcdfea-15b1-47b4-824a-b003da3ff579", "isBase": true, "artifacts": [ "0fcbff38-49fa-458e-a376-ccdef0798a1c", "51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871" ], "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-02-26T11:25:48.050Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNqfejq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:adea72e6-dcc6-4e13-aecd-a283f77a7094 VfModuleModelInvariantUUID:5b3dff92-1489-487d-a366-d7d3cec5c13b VfModuleModelDescription:NULL Artifacts UUID List:{ 0fcbff38-49fa-458e-a376-ccdef0798a1c , 51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871 } 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-02-26T11:25:48.052Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNqfejq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "5b3dff92-1489-487d-a366-d7d3cec5c13b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "adea72e6-dcc6-4e13-aecd-a283f77a7094", "vfModuleModelCustomizationUUID": "8abcdfea-15b1-47b4-824a-b003da3ff579", "isBase": true, "artifacts": [ "0fcbff38-49fa-458e-a376-ccdef0798a1c", "51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871" ], "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-02-26T11:25:48.052Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNqfejq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:adea72e6-dcc6-4e13-aecd-a283f77a7094 VfModuleModelInvariantUUID:5b3dff92-1489-487d-a366-d7d3cec5c13b VfModuleModelDescription:NULL Artifacts UUID List:{ 0fcbff38-49fa-458e-a376-ccdef0798a1c , 51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871 } 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-02-26T11:25:48.052Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0fcbff38-49fa-458e-a376-ccdef0798a1c from URL: /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml 2022-02-26T11:25:48.052Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-02-26T11:25:48.053Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml 2022-02-26T11:25:48.329Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-02-26T11:25:48.329Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml 0fcbff38-49fa-458e-a376-ccdef0798a1c 5033 2022-02-26T11:25:48.330Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-02-26T11:25:48.330Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml 2022-02-26T11:25:48.330Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:25:48.330Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:48.332Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:48.332Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874748330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:25:48.432Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:25:48.433Z||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-02-26T11:25:48.433Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:48.444Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:48.444Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:25:49.333Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871 from URL: /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env 2022-02-26T11:25:49.334Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-02-26T11:25:49.334Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env 2022-02-26T11:25:49.585Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-02-26T11:25:49.586Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env 51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871 909 2022-02-26T11:25:49.586Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-02-26T11:25:49.586Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env 2022-02-26T11:25:49.586Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:25:49.587Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:49.589Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:49.589Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874749586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:25:49.689Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:25:49.691Z||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-02-26T11:25:49.691Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:49.702Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:49.702Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:25:50.590Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6d4483a3-4e17-459b-b522-be809c8c381b 2022-02-26T11:25:50.591Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NqfEjQ 0 5dd861c2-f0f6-4301-8d0e-c991bed54410 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-02-26T11:25:50.603Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16df24f1, org.onap.sdc.toscaparser.api.parameters.Input@794abca3, org.onap.sdc.toscaparser.api.parameters.Input@3003ffc4, org.onap.sdc.toscaparser.api.parameters.Input@431b2f52, org.onap.sdc.toscaparser.api.parameters.Input@2c8c636c] 2022-02-26T11:25:50.604Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.604Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:50.605Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-02-26T11:25:50.605Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 62cb78ef-1c43-4f57-ade0-7063092a76ca 2022-02-26T11:25:50.605Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62cb78ef-1c43-4f57-ade0-7063092a76ca matches Tosca VF Customization UUID: 62cb78ef-1c43-4f57-ade0-7063092a76ca 2022-02-26T11:25:50.605Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 62cb78ef-1c43-4f57-ade0-7063092a76ca 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-02-26T11:25:50.608Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.608Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:50.608Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 62cb78ef-1c43-4f57-ade0-7063092a76ca: {\"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-02-26T11:25:50.609Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@352694e6 2022-02-26T11:25:50.609Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.609Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-26T11:25:50.609Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8abcdfea-15b1-47b4-824a-b003da3ff579 2022-02-26T11:25:50.609Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8abcdfea-15b1-47b4-824a-b003da3ff579 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-02-26T11:25:50.611Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.612Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria 2022-02-26T11:25:50.612Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:25:50.612Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.612Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria 2022-02-26T11:25:50.612Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:25:50.613Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.613Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is not matching search criteria 2022-02-26T11:25:50.613Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-02-26T11:25:50.613Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-26T11:25:50.613Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0de8245d-4008-45fa-8ee4-4e76373c1991 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-02-26T11:25:50.619Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.619Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria 2022-02-26T11:25:50.619Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:25:50.619Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.620Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria 2022-02-26T11:25:50.620Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=62cb78ef-1c43-4f57-ade0-7063092a76ca 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-02-26T11:25:50.621Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.621Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:50.622Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6d4483a3-4e17-459b-b522-be809c8c381b: basic_onboard_NqfEjQ 2022-02-26T11:25:50.622Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.622Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:50.622Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.622Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:50.623Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.623Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:50.623Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.623Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:50.623Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:25:50.623Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:25:50.624Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_NqfEjQ 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-02-26T11:25:50.711Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NqfEjQ 5dd861c2-f0f6-4301-8d0e-c991bed54410 1 ASDC deployResourceStructure 2022-02-26T11:25:50.712Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json ASDC sendASDCNotification 2022-02-26T11:25:50.712Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json 2022-02-26T11:25:50.712Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:25:50.712Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:50.715Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:50.715Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874750712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "DEPLOY_OK" } 2022-02-26T11:25:50.815Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:25:50.816Z||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-02-26T11:25:50.816Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:50.860Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:50.860Z||pool-30-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:25:51.716Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-02-26T11:25:51.716Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml 2022-02-26T11:25:51.716Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:25:51.717Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:51.718Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:51.719Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874751715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-02-26T11:25:51.819Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:25:51.820Z||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-02-26T11:25:51.820Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:51.833Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:51.834Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:25:52.725Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-02-26T11:25:52.726Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env 2022-02-26T11:25:52.726Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:25:52.726Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:52.729Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:52.729Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874752725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-02-26T11:25:52.829Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:25:52.830Z||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-02-26T11:25:52.830Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:52.842Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:52.842Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:25:53.730Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar ASDC sendASDCNotification 2022-02-26T11:25:53.730Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar 2022-02-26T11:25:53.730Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:25:53.731Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:25:53.732Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:25:53.732Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874753729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:25:53.833Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:25:53.834Z||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-02-26T11:25:53.834Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:25:53.847Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:25:53.847Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:25:54.733Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:25:54.747Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:25:54.752Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:25:54.752Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:25:54.753Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:26:24.753Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:26:24.766Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:26:24.769Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:26:24.769Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:26:24.769Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:26:36.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:26:36.178Z||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-02-26T11:26:36.179Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:26:36.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:26:36.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:26:36.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "clamp", "timestamp": 1645874736537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:26:36.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:26:54.770Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:26:54.785Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:26:54.788Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:26:54.788Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:26:54.788Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:27:24.788Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:27:24.799Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:27:24.811Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:27:24.812Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:27:24.812Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:27:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:27:36.174Z||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-02-26T11:27:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:27:36.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:27:36.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:27:36.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:27:36.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:27:54.812Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:27:54.822Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:27:54.825Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:27:54.825Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:27:54.825Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:28:24.827Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:28:24.850Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:28:24.852Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:28:24.853Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:28:24.853Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:28:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:28:36.175Z||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-02-26T11:28:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:28:36.702Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:28:36.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "clamp", "timestamp": 1645874737540, "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-02-26T11:28:36.716Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 2022-02-26T11:28:36.716Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:28:36.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "NOTIFIED" } 2022-02-26T11:28:36.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:28:36.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-26T11:28:36.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:28:36.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:28:36.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:28:36.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "aai-ml", "timestamp": 1645874740154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:28:36.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:28:36.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-26T11:28:36.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:28:36.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "aai-ml", "timestamp": 1645874741158, "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-02-26T11:28:36.734Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 2022-02-26T11:28:36.734Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:28:36.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:28:36.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:28:36.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874736170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:28:36.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:28:36.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874744043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:28:36.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874747040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-26T11:28:36.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874748330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:28:36.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874749586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:28:36.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874750712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json", "status": "DEPLOY_OK" } 2022-02-26T11:28:36.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874751715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-02-26T11:28:36.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874752725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-02-26T11:28:36.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874753729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:28:36.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:28:54.853Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:28:54.864Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:28:54.867Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:28:54.867Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-26T11:28:54.867Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-26T11:28:54.867Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-26T11:28:54.867Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:28:54.868Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:28:54.868Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:28:54.868Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:28:54.868Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:28:54.868Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:28:54.869Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-02-26T11:28:54.873Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-26T11:29:24.874Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:29:24.880Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 and serviceModelVersionId: 6d4483a3-4e17-459b-b522-be809c8c381b 2022-02-26T11:29:24.881Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76e2d9b1-9090-48c2-8ea3-881236a86b3f 2022-02-26T11:29:24.882Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76e2d9b1-9090-48c2-8ea3-881236a86b3f/model-vers/model-ver/6d4483a3-4e17-459b-b522-be809c8c381b?depth=0 2022-02-26T11:29:24.889Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-02-26T11:29:24.948Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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/76e2d9b1-9090-48c2-8ea3-881236a86b3f/model-vers/model-ver/6d4483a3-4e17-459b-b522-be809c8c381b?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-02-26T11:29:24.950Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76e2d9b1-9090-48c2-8ea3-881236a86b3f/model-vers/model-ver/6d4483a3-4e17-459b-b522-be809c8c381b?depth=0|INFO|500||Invoke 2022-02-26T11:29:24.983Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76e2d9b1-9090-48c2-8ea3-881236a86b3f/model-vers/model-ver/6d4483a3-4e17-459b-b522-be809c8c381b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-26T11:29:25.417Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76e2d9b1-9090-48c2-8ea3-881236a86b3f/model-vers/model-ver/6d4483a3-4e17-459b-b522-be809c8c381b?depth=0|INFO|500||InvokeReturn 2022-02-26T11:29:25.418Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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/76e2d9b1-9090-48c2-8ea3-881236a86b3f/model-vers/model-ver/6d4483a3-4e17-459b-b522-be809c8c381b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220226-11:29:24:984-93144], vertex-id=[196776], Content-Length=[0], Date=[Sat, 26 Feb 2022 11:29:24 GMT], Content-Type=[application/json]} 2022-02-26T11:29:25.418Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-02-26T11:29:25.418Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-26T11:29:25.419Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-02-26T11:29:25.427Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-02-26T11:29:25.427Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-26T11:29:25.428Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-26T11:29:25.428Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:29:25.431Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:29:25.431Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874965427, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-26T11:29:25.531Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:29:25.532Z||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-02-26T11:29:25.532Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:25.554Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:25.555Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 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-02-26T11:29:26.449Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:29:26.450Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-02-26T11:29:26.450Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:29:36.174Z||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-02-26T11:29:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:36.802Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:36.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:29:36.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874965427, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-26T11:29:36.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:29:36.995Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:36.996Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:29:36.997Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-02-26T11:29:36.997Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:46.356Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:46.358Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-26T11:29:46.358Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"31c8095a-9aa4-4785-aca6-f9fb3f86e73b","serviceName":"vFW 2022-02-26 11-27-50","serviceVersion":"1.0","serviceUUID":"1df844ad-06d3-4717-a217-f0376a6064fd","serviceDescription":"catalog service description","serviceInvariantUUID":"0edf4102-bbff-4e5c-862b-1e789d2ff0f4","resources":[{"resourceInstanceName":"vFW cd556b06-5671 0","resourceName":"vFW cd556b06-5671","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1365c47a-2adb-4408-b529-c2a6b9e8ed12","resourceInvariantUUID":"59754f35-5ac9-40bb-a138-b31606821450","resourceCustomizationUUID":"2f03b320-7d77-493e-84b2-76ff2c4684d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vf-license-model.xml","artifactChecksum":"OTNiODc0MTNkOGY2MDhhYmMxYmQ4YzJjODMzZDkyYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c83388b-82a5-4e56-99b4-1bf5cf2e4b8e","artifactVersion":"1"},{"artifactName":"vfwcd556b0656710_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json","artifactChecksum":"OGRkNGEyOTEzNTIzMDMwYTZiNDE4NmVlNzAwOTgzYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9923881a-2b9e-4df2-9d82-d0326ad4b8e5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4e0e8c34-b5a0-4f42-8941-b95ed86df5aa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vendor-license-model.xml","artifactChecksum":"NWQ3MjQ3ZjcyYmZlZjM4YjY1MDRlOTdlZGQ4OWY0NGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cfe3c4d0-d1f9-4001-8681-04bb041cdea6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ce53e4d0-9fbc-44f9-8630-5c6526035af8","artifactVersion":"2","generatedFromUUID":"4e0e8c34-b5a0-4f42-8941-b95ed86df5aa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220226112750-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-template.yml","artifactChecksum":"MmFjZGYwNWNmM2MyZjRkM2JhZjJmN2NiMGFmZmI4NDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89d78597-a416-4263-afbf-ac0bbc697e7b","artifactVersion":"1"},{"artifactName":"service-Vfw20220226112750-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar","artifactChecksum":"MzE3YmUyZTc0Y2Q3NzhkNjhjNjk3OGMxMmIxOGNlMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b843bb24-77a8-4101-aa59-198a68ac3771","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-26T11:29:46.361Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:29:46.361Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:29:46.363Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:29:46.363Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:29:46.465Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-02-26T11:29:46.467Z||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-02-26T11:29:46.467Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:46.480Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:46.481Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:29:47.364Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:29:47.364Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:29:47.366Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:29:47.366Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "NOTIFIED" } 2022-02-26T11:29:47.466Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:29:47.467Z||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-02-26T11:29:47.467Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:47.493Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:47.494Z||pool-36-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:29:48.367Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:29:48.368Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:29:48.370Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:29:48.370Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-26T11:29:48.470Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:29:48.472Z||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-02-26T11:29:48.472Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:48.484Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:48.484Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:29:49.371Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:29:49.372Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:29:49.374Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:29:49.375Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:29:49.475Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:29:49.476Z||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-02-26T11:29:49.476Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:49.490Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:49.490Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:29:50.375Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:29:50.377Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:29:50.379Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:29:50.379Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-26T11:29:50.479Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:29:50.480Z||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-02-26T11:29:50.481Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:50.491Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:50.492Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:29:51.380Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:29:51.381Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:29:51.383Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:29:51.384Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:29:51.484Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:29:51.485Z||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-02-26T11:29:51.485Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:51.497Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:51.498Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:29:52.385Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:29:52.386Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:29:52.388Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:29:52.388Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:29:52.488Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:29:52.489Z||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-02-26T11:29:52.490Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:52.505Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:52.505Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:29:53.391Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "serviceName": "vFW 2022-02-26 11-27-50", "serviceVersion": "1.0", "serviceUUID": "1df844ad-06d3-4717-a217-f0376a6064fd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0edf4102-bbff-4e5c-862b-1e789d2ff0f4", "resources": [ { "resourceInstanceName": "vFW cd556b06-5671 0", "resourceCustomizationUUID": "2f03b320-7d77-493e-84b2-76ff2c4684d5", "resourceName": "vFW cd556b06-5671", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1365c47a-2adb-4408-b529-c2a6b9e8ed12", "resourceInvariantUUID": "59754f35-5ac9-40bb-a138-b31606821450", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwcd556b0656710_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "artifactChecksum": "OGRkNGEyOTEzNTIzMDMwYTZiNDE4NmVlNzAwOTgzYTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9923881a-2b9e-4df2-9d82-d0326ad4b8e5", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4e0e8c34-b5a0-4f42-8941-b95ed86df5aa", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ce53e4d0-9fbc-44f9-8630-5c6526035af8", "generatedFromUUID": "4e0e8c34-b5a0-4f42-8941-b95ed86df5aa" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ce53e4d0-9fbc-44f9-8630-5c6526035af8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220226112750-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "artifactChecksum": "MzE3YmUyZTc0Y2Q3NzhkNjhjNjk3OGMxMmIxOGNlMTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b843bb24-77a8-4101-aa59-198a68ac3771" } ], "workloadContext": "Production" } 2022-02-26T11:29:53.391Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-26T11:29:53.391Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1df844ad-06d3-4717-a217-f0376a6064fd ASDC 2022-02-26T11:29:53.393Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:31c8095a-9aa4-4785-aca6-f9fb3f86e73b ServiceName:vFW 2022-02-26 11-27-50 ServiceVersion:1.0 ServiceUUID:1df844ad-06d3-4717-a217-f0376a6064fd ServiceInvariantUUID:0edf4102-bbff-4e5c-862b-1e789d2ff0f4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220226112750-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar ArtifactUUID:b843bb24-77a8-4101-aa59-198a68ac3771 ArtifactChecksum:MzE3YmUyZTc0Y2Q3NzhkNjhjNjk3OGMxMmIxOGNlMTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW cd556b06-5671 0 ResourceCustomizationUUID:2f03b320-7d77-493e-84b2-76ff2c4684d5 ResourceInvariantUUID:59754f35-5ac9-40bb-a138-b31606821450 ResourceName:vFW cd556b06-5671 ResourceType:VF ResourceUUID:1365c47a-2adb-4408-b529-c2a6b9e8ed12 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwcd556b0656710_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json ArtifactUUID:9923881a-2b9e-4df2-9d82-d0326ad4b8e5 ArtifactChecksum:OGRkNGEyOTEzNTIzMDMwYTZiNDE4NmVlNzAwOTgzYTA= 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/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml ArtifactUUID:4e0e8c34-b5a0-4f42-8941-b95ed86df5aa 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/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env ArtifactUUID:ce53e4d0-9fbc-44f9-8630-5c6526035af8 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/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env ArtifactUUID:ce53e4d0-9fbc-44f9-8630-5c6526035af8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-26T11:29:53.393Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1df844ad-06d3-4717-a217-f0376a6064fd 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-02-26T11:29:53.430Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-26T11:29:53.431Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-02-26T11:29:53.431Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-02-26T11:29:53.431Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b843bb24-77a8-4101-aa59-198a68ac3771 from URL: /sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar 2022-02-26T11:29:53.432Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-02-26T11:29:53.432Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar 2022-02-26T11:29:53.568Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-02-26T11:29:53.573Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar b843bb24-77a8-4101-aa59-198a68ac3771 98952 2022-02-26T11:29:53.573Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar ASDC sendASDCNotification 2022-02-26T11:29:53.573Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar 2022-02-26T11:29:53.573Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:29:53.574Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:29:53.576Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:29:53.576Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874993573, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:29:53.676Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:29:53.677Z||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-02-26T11:29:53.677Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:53.690Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:53.690Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:29:54.577Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-26T11:29:54.578Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-02-26T11:29:54.579Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b843bb24-77a8-4101-aa59-198a68ac3771, URL: /sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar to file: /app/ASDC/1/service-Vfw20220226112750-csar.csar 2022-02-26T11:29:54.579Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220226112750-csar.csar 2022-02-26T11:29:54.579Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220226112750-csar.csar 2022-02-26T11:29:54.580Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220226112750-csar.csar 2022-02-26T11:29:54.948Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14090354300493262391/Definitions/service-Vfw20220226112750-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-02-26T11:29:56.887Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-26T11:29:56.888Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-02-26T11:29:56.888Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.888Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-02-26T11:29:56.888Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cd556b06-5671 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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.890Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.890Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.890Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar 2022-02-26T11:29:56.890Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-02-26T11:29:56.890Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.891Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:29:56.891Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria 2022-02-26T11:29:56.891Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-02-26T11:29:56.891Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-26T11:29:56.892Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.892Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:29:56.892Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria 2022-02-26T11:29:56.892Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-02-26T11:29:56.892Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-26T11:29:56.892Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.893Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:29:56.893Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.893Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is not matching search criteria 2022-02-26T11:29:56.893Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:29:56.893Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-26T11:29:56.893Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-26T11:29:56.896Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.896Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria 2022-02-26T11:29:56.896Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:29:56.896Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.896Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria 2022-02-26T11:29:56.896Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:29:56.897Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.897Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria 2022-02-26T11:29:56.897Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:29:56.897Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.897Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is not matching search criteria 2022-02-26T11:29:56.897Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ac3be024-174b-445a-bc9b-792fe53373f8 2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is not matching search criteria 2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-26T11:29:56.900Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:29:56.900Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-26T11:29:56.900Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:29:56.900Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-26T11:29:56.900Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:29:56.901Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-26T11:29:56.901Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-26T11:29:56.901Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-26T11:29:56.902Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-26T11:29:56.902Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:29:56.902Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ed391d97-051b-4073-8187-e99511333ca8 2022-02-26T11:29:56.902Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.903Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is not matching search criteria 2022-02-26T11:29:56.903Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:29:56.903Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-26T11:29:56.903Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:29:56.904Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-26T11:29:56.904Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:29:56.904Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-26T11:29:56.904Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:29:56.904Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-26T11:29:56.905Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-26T11:29:56.905Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:29:56.905Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-26T11:29:56.905Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-26T11:29:56.905Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=47d59413-37a5-4ac0-bfba-0596b127ed75 2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:29:56.907Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-02-26 11-27-50 Description:catalog service description Model UUID:1df844ad-06d3-4717-a217-f0376a6064fd Model Version:NULL Model InvariantUuid:0edf4102-bbff-4e5c-862b-1e789d2ff0f4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW cd556b06-5671 Model UUID:9c430543-228d-4927-af29-d08345bc4d60 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:59754f35-5ac9-40bb-a138-b31606821450 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2f03b320-7d77-493e-84b2-76ff2c4684d5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:028cb9de-2509-4098-833d-4e296bd73a3f ModelName:VfwCd556b065671..base_vfw..module-0 ModelUuid:3b71df05-a5ed-4734-aa27-1ab3109d6184 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ac3be024-174b-445a-bc9b-792fe53373f8 ModelInvariantUuid:5972b62c-f5fb-4cd6-bf30-a1aad9185fe5 ModelName:vFW cd556b06-5671-nodes.vfwCvfc ModelUuid:79979404-82e6-4a37-8dc0-5658b3809e21 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:6b03d0bf-3191-4f6f-bd07-328df72f0ced ModelInvariantUuid:e75989cb-f3f5-437b-9fbe-8c3ddda31e6c ModelName:VfwCd556b065671.compute.nodes.heat.vfw ModelUuid:514c15e2-141d-46ad-9d8c-c83f4189d641 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ed391d97-051b-4073-8187-e99511333ca8 ModelInvariantUuid:3c0ede62-ec32-44bd-8c25-b69b7ea1a6e4 ModelName:vFW cd556b06-5671-nodes.vsnCvfc ModelUuid:3f12f3db-abd4-40b1-a181-ac854e884256 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ce0a0738-e2a0-4cc8-a0a2-6f46f140c7e2 ModelInvariantUuid:ad3ff4c3-f1c3-4d32-aa81-39f9ef13cfff ModelName:VfwCd556b065671.compute.nodes.heat.vsn ModelUuid:30ff0c89-f194-43dd-babc-aafd6b7637b1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:47d59413-37a5-4ac0-bfba-0596b127ed75 ModelInvariantUuid:5d16eef2-b1f4-4c1c-ae89-02c409ac5ea3 ModelName:vFW cd556b06-5671-nodes.vpgCvfc ModelUuid:cebead1d-f2b7-438e-8bed-5e0fff77fc23 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:fa2dc750-dcca-44f1-a39b-c8d89d5cf16b ModelInvariantUuid:1395ee06-bbf4-4c8e-8a55-f0c52d22505d ModelName:VfwCd556b065671.compute.nodes.heat.vpg ModelUuid:848ba878-f618-4988-a62d-5de7957aa1ec 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-02-26T11:29:56.915Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1365c47a-2adb-4408-b529-c2a6b9e8ed12 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-02-26T11:29:56.920Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||vFW cd556b06-5671 0 2022-02-26T11:29:56.920Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1365c47a-2adb-4408-b529-c2a6b9e8ed12 2022-02-26T11:29:56.920Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9923881a-2b9e-4df2-9d82-d0326ad4b8e5 from URL: /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json 2022-02-26T11:29:56.920Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-02-26T11:29:56.920Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json 2022-02-26T11:29:57.186Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-02-26T11:29:57.186Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json 9923881a-2b9e-4df2-9d82-d0326ad4b8e5 785 2022-02-26T11:29:57.187Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json ASDC sendASDCNotification 2022-02-26T11:29:57.187Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json 2022-02-26T11:29:57.187Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:29:57.187Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:29:57.189Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:29:57.189Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874997187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "DOWNLOAD_OK" } 2022-02-26T11:29:57.290Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:29:57.291Z||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-02-26T11:29:57.291Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:57.313Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:57.314Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:29:58.190Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCd556b065671..base_vfw..module-0", "vfModuleModelInvariantUUID": "028cb9de-2509-4098-833d-4e296bd73a3f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3b71df05-a5ed-4734-aa27-1ab3109d6184", "vfModuleModelCustomizationUUID": "4451cf07-3950-4196-bfb5-501428ca8deb", "isBase": true, "artifacts": [ "4e0e8c34-b5a0-4f42-8941-b95ed86df5aa", "ce53e4d0-9fbc-44f9-8630-5c6526035af8" ], "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-02-26T11:29:58.195Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCd556b065671..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3b71df05-a5ed-4734-aa27-1ab3109d6184 VfModuleModelInvariantUUID:028cb9de-2509-4098-833d-4e296bd73a3f VfModuleModelDescription:NULL Artifacts UUID List:{ 4e0e8c34-b5a0-4f42-8941-b95ed86df5aa , ce53e4d0-9fbc-44f9-8630-5c6526035af8 } 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-02-26T11:29:58.197Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCd556b065671..base_vfw..module-0", "vfModuleModelInvariantUUID": "028cb9de-2509-4098-833d-4e296bd73a3f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3b71df05-a5ed-4734-aa27-1ab3109d6184", "vfModuleModelCustomizationUUID": "4451cf07-3950-4196-bfb5-501428ca8deb", "isBase": true, "artifacts": [ "4e0e8c34-b5a0-4f42-8941-b95ed86df5aa", "ce53e4d0-9fbc-44f9-8630-5c6526035af8" ], "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-02-26T11:29:58.197Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCd556b065671..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3b71df05-a5ed-4734-aa27-1ab3109d6184 VfModuleModelInvariantUUID:028cb9de-2509-4098-833d-4e296bd73a3f VfModuleModelDescription:NULL Artifacts UUID List:{ 4e0e8c34-b5a0-4f42-8941-b95ed86df5aa , ce53e4d0-9fbc-44f9-8630-5c6526035af8 } 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-02-26T11:29:58.197Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4e0e8c34-b5a0-4f42-8941-b95ed86df5aa from URL: /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml 2022-02-26T11:29:58.198Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-02-26T11:29:58.198Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml 2022-02-26T11:29:58.387Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-02-26T11:29:58.388Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml 4e0e8c34-b5a0-4f42-8941-b95ed86df5aa 20368 2022-02-26T11:29:58.388Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-26T11:29:58.388Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml 2022-02-26T11:29:58.388Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:29:58.389Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:29:58.391Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:29:58.391Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874998388, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:29:58.491Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:29:58.492Z||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-02-26T11:29:58.492Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:58.506Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:58.507Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:29:59.392Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ce53e4d0-9fbc-44f9-8630-5c6526035af8 from URL: /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env 2022-02-26T11:29:59.393Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-02-26T11:29:59.393Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env 2022-02-26T11:29:59.498Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-02-26T11:29:59.499Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env ce53e4d0-9fbc-44f9-8630-5c6526035af8 2098 2022-02-26T11:29:59.499Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-26T11:29:59.499Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env 2022-02-26T11:29:59.500Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:29:59.501Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:29:59.503Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:29:59.504Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874999499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:29:59.604Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-26T11:29:59.607Z||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-02-26T11:29:59.607Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:29:59.620Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:29:59.620Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:30:00.504Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1df844ad-06d3-4717-a217-f0376a6064fd 2022-02-26T11:30:00.505Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cd556b06-5671 0 1365c47a-2adb-4408-b529-c2a6b9e8ed12 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-02-26T11:30:00.530Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54586e47, org.onap.sdc.toscaparser.api.parameters.Input@1fa423ea, org.onap.sdc.toscaparser.api.parameters.Input@83ccca4, org.onap.sdc.toscaparser.api.parameters.Input@2459e729, org.onap.sdc.toscaparser.api.parameters.Input@33e48fb3] 2022-02-26T11:30:00.533Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.533Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:30:00.534Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-02-26T11:30:00.534Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2f03b320-7d77-493e-84b2-76ff2c4684d5 2022-02-26T11:30:00.535Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f03b320-7d77-493e-84b2-76ff2c4684d5 matches Tosca VF Customization UUID: 2f03b320-7d77-493e-84b2-76ff2c4684d5 2022-02-26T11:30:00.535Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2f03b320-7d77-493e-84b2-76ff2c4684d5 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-02-26T11:30:00.538Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.538Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:30:00.540Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2f03b320-7d77-493e-84b2-76ff2c4684d5: {\"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-02-26T11:30:00.540Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@85d264e 2022-02-26T11:30:00.541Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.541Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-26T11:30:00.541Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4451cf07-3950-4196-bfb5-501428ca8deb 2022-02-26T11:30:00.542Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4451cf07-3950-4196-bfb5-501428ca8deb 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-02-26T11:30:00.544Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.545Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria 2022-02-26T11:30:00.545Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:30:00.546Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.546Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria 2022-02-26T11:30:00.547Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:30:00.547Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.548Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is not matching search criteria 2022-02-26T11:30:00.548Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:30:00.548Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-26T11:30:00.549Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:30:00.549Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-26T11:30:00.549Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-26T11:30:00.550Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:30:00.550Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-26T11:30:00.550Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-26T11:30:00.551Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-26T11:30:00.551Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-26T11:30:00.552Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:30:00.552Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ac3be024-174b-445a-bc9b-792fe53373f8 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-02-26T11:30:00.555Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.555Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria 2022-02-26T11:30:00.556Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:30:00.556Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.556Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is not matching search criteria 2022-02-26T11:30:00.557Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:30:00.557Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-26T11:30:00.557Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:30:00.558Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-26T11:30:00.558Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:30:00.558Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-26T11:30:00.558Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:30:00.559Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-26T11:30:00.559Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-26T11:30:00.559Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-26T11:30:00.559Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-26T11:30:00.560Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:30:00.560Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ed391d97-051b-4073-8187-e99511333ca8 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-02-26T11:30:00.562Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.562Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria 2022-02-26T11:30:00.563Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:30:00.563Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.563Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is not matching search criteria 2022-02-26T11:30:00.564Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-26T11:30:00.564Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-26T11:30:00.564Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:30:00.564Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-26T11:30:00.565Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-26T11:30:00.565Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-26T11:30:00.565Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-26T11:30:00.565Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-26T11:30:00.566Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-26T11:30:00.566Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-26T11:30:00.566Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-26T11:30:00.567Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-26T11:30:00.567Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=47d59413-37a5-4ac0-bfba-0596b127ed75 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-02-26T11:30:00.569Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.569Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria 2022-02-26T11:30:00.570Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:30:00.570Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.570Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria 2022-02-26T11:30:00.571Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=2f03b320-7d77-493e-84b2-76ff2c4684d5 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-02-26T11:30:00.572Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.573Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:30:00.573Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1df844ad-06d3-4717-a217-f0376a6064fd: vFW cd556b06-5671 2022-02-26T11:30:00.573Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.574Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:30:00.574Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.574Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:30:00.575Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.575Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:30:00.575Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.575Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:30:00.576Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:30:00.576Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:30:00.576Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-02-26 11-27-50 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-02-26T11:30:00.752Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cd556b06-5671 1365c47a-2adb-4408-b529-c2a6b9e8ed12 1 ASDC deployResourceStructure 2022-02-26T11:30:00.752Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json ASDC sendASDCNotification 2022-02-26T11:30:00.753Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json 2022-02-26T11:30:00.753Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:30:00.753Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:30:00.755Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:30:00.755Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875000752, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "DEPLOY_OK" } 2022-02-26T11:30:00.856Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:30:00.857Z||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-02-26T11:30:00.857Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:30:00.870Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:30:00.871Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:30:01.759Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-26T11:30:01.759Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml 2022-02-26T11:30:01.759Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:30:01.760Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:30:01.762Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:30:01.762Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875001758, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-26T11:30:01.862Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:30:01.864Z||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-02-26T11:30:01.864Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:30:01.958Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:30:01.958Z||pool-47-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:30:02.765Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-26T11:30:02.765Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env 2022-02-26T11:30:02.766Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:30:02.766Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:30:02.769Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:30:02.769Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875002765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-26T11:30:02.869Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:30:02.870Z||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-02-26T11:30:02.870Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:30:02.883Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:30:02.884Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:30:03.772Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar ASDC sendASDCNotification 2022-02-26T11:30:03.772Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar 2022-02-26T11:30:03.773Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:30:03.774Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:30:03.777Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:30:03.777Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875003771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:30:03.878Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-26T11:30:03.879Z||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-02-26T11:30:03.880Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:30:03.921Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:30:03.922Z||pool-49-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:30:04.781Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31c8095a-9aa4-4785-aca6-f9fb3f86e73b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:30:04.796Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 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-02-26T11:30:04.798Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:30:04.798Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:30:04.798Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:30:34.799Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31c8095a-9aa4-4785-aca6-f9fb3f86e73b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:30:34.810Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 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-02-26T11:30:34.812Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:30:34.812Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:30:34.812Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:30:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:30:36.174Z||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-02-26T11:30:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:30:36.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:30:36.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "cds", "timestamp": 1645874982008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "multicloud-k8s-id", "timestamp": 1645874983925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "policy-id", "timestamp": 1645874978533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "NOTIFIED" } 2022-02-26T11:30:36.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "multicloud-k8s-id", "timestamp": 1645874983925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "NOTIFIED" } 2022-02-26T11:30:36.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "cds", "timestamp": 1645874982008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "policy-id", "timestamp": 1645874978533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-26T11:30:36.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "cds", "timestamp": 1645874982008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "multicloud-k8s-id", "timestamp": 1645874983925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-26T11:30:36.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "policy-id", "timestamp": 1645874978533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-26T11:30:36.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "cds", "timestamp": 1645874982008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "multicloud-k8s-id", "timestamp": 1645874983925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "policy-id", "timestamp": 1645874978533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-26T11:30:36.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "cds", "timestamp": 1645874982008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "multicloud-k8s-id", "timestamp": 1645874983925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-26T11:30:36.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "policy-id", "timestamp": 1645874978533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "cds", "timestamp": 1645874982008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "multicloud-k8s-id", "timestamp": 1645874983925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "policy-id", "timestamp": 1645874978533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "clamp", "timestamp": 1645874991596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874976996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:30:36.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "cds", "timestamp": 1645874982008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:30:36.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "multicloud-k8s-id", "timestamp": 1645874983925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:30:36.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "policy-id", "timestamp": 1645874978533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:30:36.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "clamp", "timestamp": 1645874991596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "NOTIFIED" } 2022-02-26T11:30:36.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "multicloud-k8s-id", "timestamp": 1645874993489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "DOWNLOAD_OK" } 2022-02-26T11:30:36.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "cds", "timestamp": 1645874993496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:30:36.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874993573, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:30:36.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "policy-id", "timestamp": 1645874993771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:30:36.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "clamp", "timestamp": 1645874991596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "ves-openapi-manager", "timestamp": 1645874993772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "cds", "timestamp": 1645874994502, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-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-02-26T11:30:36.841Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 2022-02-26T11:30:36.841Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 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-02-26T11:30:36.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "multicloud-k8s-id", "timestamp": 1645874994575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:30:36.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "policy-id", "timestamp": 1645874994776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:30:36.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "aai-ml", "timestamp": 1645874994428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "clamp", "timestamp": 1645874991596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "ves-openapi-manager", "timestamp": 1645874993772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "multicloud-k8s-id", "timestamp": 1645874995792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:30:36.869Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "policy-id", "timestamp": 1645874995779, "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-02-26T11:30:36.874Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 2022-02-26T11:30:36.875Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 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-02-26T11:30:36.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "aai-ml", "timestamp": 1645874994428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "clamp", "timestamp": 1645874991596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "ves-openapi-manager", "timestamp": 1645874993772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "multicloud-k8s-id", "timestamp": 1645874996829, "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-02-26T11:30:36.891Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 2022-02-26T11:30:36.891Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 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-02-26T11:30:36.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "aai-ml", "timestamp": 1645874994428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874997187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "DOWNLOAD_OK" } 2022-02-26T11:30:36.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "clamp", "timestamp": 1645874991596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "ves-openapi-manager", "timestamp": 1645874993772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "multicloud-k8s-id", "timestamp": 1645874997833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "DEPLOY_OK" } 2022-02-26T11:30:36.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "aai-ml", "timestamp": 1645874994428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "clamp", "timestamp": 1645874991596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:30:36.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874998388, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:30:36.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "ves-openapi-manager", "timestamp": 1645874993772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "aai-ml", "timestamp": 1645874994428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "ves-openapi-manager", "timestamp": 1645874993772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645874999499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:30:36.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "aai-ml", "timestamp": 1645874994428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "ves-openapi-manager", "timestamp": 1645874993772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875000752, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "DEPLOY_OK" } 2022-02-26T11:30:36.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "aai-ml", "timestamp": 1645874994428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:30:36.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875001758, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-26T11:30:36.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "aai-ml", "timestamp": 1645875002653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:30:36.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875002765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-26T11:30:36.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875002419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875003771, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:30:36.920Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875002419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875002419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875002419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "clamp", "timestamp": 1645875006565, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:30:36.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875002419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "clamp", "timestamp": 1645875007586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:30:36.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875002419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:30:36.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "clamp", "timestamp": 1645875008589, "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-02-26T11:30:36.931Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 2022-02-26T11:30:36.932Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 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-02-26T11:30:36.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875002419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:30:36.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-26T11:30:36.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875010217, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:30:36.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "aai-ml", "timestamp": 1645875013294, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:30:36.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875013629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:30:36.943Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:30:36.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "aai-ml", "timestamp": 1645875014298, "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-02-26T11:30:36.947Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 2022-02-26T11:30:36.948Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 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-02-26T11:30:36.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:30:36.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875014633, "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-02-26T11:30:36.959Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 2022-02-26T11:30:36.959Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 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-02-26T11:31:04.813Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31c8095a-9aa4-4785-aca6-f9fb3f86e73b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:31:04.823Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 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-02-26T11:31:04.827Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:31:04.827Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-26T11:31:04.827Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-26T11:31:04.828Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-26T11:31:04.828Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:31:04.828Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:31:04.828Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:31:04.829Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:31:04.829Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:31:04.829Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:31:04.829Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:31:04.834Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-26T11:31:34.834Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31c8095a-9aa4-4785-aca6-f9fb3f86e73b 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-02-26T11:31:34.846Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31c8095a-9aa4-4785-aca6-f9fb3f86e73b and serviceModelVersionId: 1df844ad-06d3-4717-a217-f0376a6064fd 2022-02-26T11:31:34.847Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0edf4102-bbff-4e5c-862b-1e789d2ff0f4 2022-02-26T11:31:34.848Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0edf4102-bbff-4e5c-862b-1e789d2ff0f4/model-vers/model-ver/1df844ad-06d3-4717-a217-f0376a6064fd?depth=0 2022-02-26T11:31:34.856Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-02-26T11:31:34.927Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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/0edf4102-bbff-4e5c-862b-1e789d2ff0f4/model-vers/model-ver/1df844ad-06d3-4717-a217-f0376a6064fd?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-02-26T11:31:34.929Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edf4102-bbff-4e5c-862b-1e789d2ff0f4/model-vers/model-ver/1df844ad-06d3-4717-a217-f0376a6064fd?depth=0|INFO|500||Invoke 2022-02-26T11:31:34.989Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edf4102-bbff-4e5c-862b-1e789d2ff0f4/model-vers/model-ver/1df844ad-06d3-4717-a217-f0376a6064fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-26T11:31:35.255Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edf4102-bbff-4e5c-862b-1e789d2ff0f4/model-vers/model-ver/1df844ad-06d3-4717-a217-f0376a6064fd?depth=0|INFO|500||InvokeReturn 2022-02-26T11:31:35.256Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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/0edf4102-bbff-4e5c-862b-1e789d2ff0f4/model-vers/model-ver/1df844ad-06d3-4717-a217-f0376a6064fd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220226-11:31:34:990-56273], vertex-id=[159872], Content-Length=[0], Date=[Sat, 26 Feb 2022 11:31:34 GMT], Content-Type=[application/json]} 2022-02-26T11:31:35.256Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-02-26T11:31:35.257Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-26T11:31:35.257Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:31:35.267Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:31:35.268Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31c8095a-9aa4-4785-aca6-f9fb3f86e73b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-26T11:31:35.268Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-26T11:31:35.269Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:31:35.272Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:31:35.272Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875095268, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-26T11:31:35.373Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-26T11:31:35.374Z||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-02-26T11:31:35.374Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:31:35.389Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:31:35.390Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:31:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:31:36.174Z||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-02-26T11:31:36.174Z||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 iA0ZFTuIDzbSICGq) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:31:36.287Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:31:36.287Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:31:36.287Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:31:36.801Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:31:36.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:31:36.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875095268, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-26T11:31:36.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:31:45.831Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:31:45.835Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:31:45.836Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:31:45.837Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:31:55.396Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:31:55.398Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:31:55.399Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:31:55.399Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:32:04.947Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:32:04.948Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:32:04.948Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:32:04.949Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:32:14.487Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:32:36.170Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:32:36.171Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:32:36.172Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:32:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:32:36.173Z||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-02-26T11:32:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:32:45.713Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:32:45.716Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:33:36.172Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:33:36.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:33:36.177Z||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-02-26T11:33:36.177Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:33:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:33:36.177Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:33:45.744Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:33:45.748Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:34:36.170Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:34:36.171Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:34:36.171Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:34:36.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:34:36.174Z||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-02-26T11:34:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:34:45.724Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:34:45.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:35:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:35:36.171Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:35:36.176Z||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-02-26T11:35:36.176Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:35:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:35:36.176Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:35:45.731Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:35:45.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:36:36.170Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:36:36.172Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:36:36.172Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:36:36.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:36:36.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T11:36:36.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:36:45.752Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:36:45.780Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:37:36.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:37:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:37:36.174Z||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-02-26T11:37:36.175Z||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-02-26T11:37:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:37:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:37:45.727Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:37:45.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:38:36.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:38:36.171Z||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-02-26T11:38:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:38:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:38:36.173Z||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-02-26T11:38:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:38:45.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:38:45.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:39:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:39:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:39:36.174Z||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-02-26T11:39:36.174Z||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-02-26T11:39:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:39:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:39:45.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:39:45.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:40:36.170Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:40:36.172Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-02-26T11:40:36.172Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:40:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:40:36.174Z||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-02-26T11:40:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:40:39.648Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:40:39.650Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-26T11:40:39.650Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d81808ef-c360-4387-bb34-2a80f1d52617","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0f6cee54-0771-4e15-85c0-d642f4d8314c","serviceDescription":"service","serviceInvariantUUID":"3aeaa4c4-5182-436c-afd4-2d22d756375d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"806f0932-edd6-4524-8315-86d95907850d","resourceInvariantUUID":"151a55f2-beed-4dbe-ac7c-2380b6917383","resourceCustomizationUUID":"41e4d9e9-9aa3-4442-941b-93c461e78453","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":"NGZiYmM0Yjc4NDRiNjIwMGJlMjM4NjFjN2M3ZDZjMDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27735348-eeae-437a-84cd-ba2854eacd42","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTYyOTlmZjBkOTNkODUyMGZmNDlhNDhjMDlhNTczMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b05a96b4-2f75-4e01-baf2-342b9bdac67f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-26T11:40:39.658Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:40:39.659Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:40:39.667Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:40:39.667Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875636170, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:40:39.768Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:40:39.771Z||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-02-26T11:40:39.771Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:40:39.792Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:40:39.793Z||pool-51-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:40:39.918Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:40:39.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:40:39.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "ves-openapi-manager", "timestamp": 1645875633771, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:40:39.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:40:39.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:40:39.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875636170, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:40:39.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:40:39.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:40:39.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875632419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:40:39.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:40:40.671Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:40:40.672Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:40:40.676Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:40:40.676Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875636170, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:40:40.776Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:40:40.777Z||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-02-26T11:40:40.777Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:40:40.794Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:40:40.795Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:40:41.678Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "0f6cee54-0771-4e15-85c0-d642f4d8314c", "serviceDescription": "service", "serviceInvariantUUID": "3aeaa4c4-5182-436c-afd4-2d22d756375d", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "41e4d9e9-9aa3-4442-941b-93c461e78453", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "806f0932-edd6-4524-8315-86d95907850d", "resourceInvariantUUID": "151a55f2-beed-4dbe-ac7c-2380b6917383", "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": "MTYyOTlmZjBkOTNkODUyMGZmNDlhNDhjMDlhNTczMDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b05a96b4-2f75-4e01-baf2-342b9bdac67f" } ], "workloadContext": "Production" } 2022-02-26T11:40:41.679Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-26T11:40:41.679Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f6cee54-0771-4e15-85c0-d642f4d8314c ASDC 2022-02-26T11:40:41.680Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d81808ef-c360-4387-bb34-2a80f1d52617 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:0f6cee54-0771-4e15-85c0-d642f4d8314c ServiceInvariantUUID:3aeaa4c4-5182-436c-afd4-2d22d756375d 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:b05a96b4-2f75-4e01-baf2-342b9bdac67f ArtifactChecksum:MTYyOTlmZjBkOTNkODUyMGZmNDlhNDhjMDlhNTczMDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:41e4d9e9-9aa3-4442-941b-93c461e78453 ResourceInvariantUUID:151a55f2-beed-4dbe-ac7c-2380b6917383 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:806f0932-edd6-4524-8315-86d95907850d ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-02-26T11:40:41.680Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f6cee54-0771-4e15-85c0-d642f4d8314c 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-02-26T11:40:41.719Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-26T11:40:41.721Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-02-26T11:40:41.721Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-02-26T11:40:41.721Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b05a96b4-2f75-4e01-baf2-342b9bdac67f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-26T11:40:41.721Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-02-26T11:40:41.722Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-26T11:40:42.428Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-02-26T11:40:42.431Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b05a96b4-2f75-4e01-baf2-342b9bdac67f 52507 2022-02-26T11:40:42.432Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-02-26T11:40:42.432Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-26T11:40:42.432Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:40:42.432Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:40:42.435Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:40:42.435Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875642432, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:40:42.536Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-26T11:40:42.538Z||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-02-26T11:40:42.538Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:40:42.566Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:40:42.567Z||pool-53-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:40:43.438Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-26T11:40:43.441Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-02-26T11:40:43.442Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b05a96b4-2f75-4e01-baf2-342b9bdac67f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-26T11:40:43.442Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-02-26T11:40:43.443Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-26T11:40:43.443Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-26T11:40:43.598Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10557877679412928523/Definitions/service-BasicNetwork-template.yml 2022-02-26T11:40:44.155Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-26T11:40:44.156Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-02-26T11:40:44.156Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-26T11:40:44.156Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-02-26T11:40:44.156Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-26T11:40:44.156Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-26T11:40:44.156Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-26T11:40:44.156Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-26T11:40:44.156Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-26T11:40:44.157Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-26T11:40:44.157Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-26T11:40:44.157Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-26T11:40:44.157Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-02-26T11:40:44.157Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.157Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.157Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-02-26T11:40:44.158Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-02-26T11:40:44.158Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-26T11:40:44.158Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.158Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.159Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-02-26T11:40:44.159Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-02-26T11:40:44.159Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-26T11:40:44.159Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.159Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.159Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.159Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.160Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.160Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.160Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.160Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.160Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.160Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.160Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:0f6cee54-0771-4e15-85c0-d642f4d8314c Model Version:NULL Model InvariantUuid:3aeaa4c4-5182-436c-afd4-2d22d756375d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:151a55f2-beed-4dbe-ac7c-2380b6917383 Model UUID:9299e389-8cfd-40bc-a4e1-2237d72bb213 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:41e4d9e9-9aa3-4442-941b-93c461e78453 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-02-26T11:40:44.168Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 806f0932-edd6-4524-8315-86d95907850d 2022-02-26T11:40:44.168Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||No resources found for Service: 0f6cee54-0771-4e15-85c0-d642f4d8314c 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-02-26T11:40:44.176Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500|| 2022-02-26T11:40:44.176Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-02-26T11:40:44.177Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 0f6cee54-0771-4e15-85c0-d642f4d8314c 2022-02-26T11:40:44.177Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0f6cee54-0771-4e15-85c0-d642f4d8314c 2022-02-26T11:40:44.177Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-02-26T11:40:44.177Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-26T11:40:44.182Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6232d0d3, org.onap.sdc.toscaparser.api.parameters.Input@3fbfa607, org.onap.sdc.toscaparser.api.parameters.Input@55bffab0, org.onap.sdc.toscaparser.api.parameters.Input@1e4701b5, org.onap.sdc.toscaparser.api.parameters.Input@6a87eee6] 2022-02-26T11:40:44.183Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.183Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.183Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.184Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.184Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0f6cee54-0771-4e15-85c0-d642f4d8314c: Generic NeutronNet 2022-02-26T11:40:44.184Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.184Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.184Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.184Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-02-26T11:40:44.216Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.216Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.217Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.217Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.217Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:40:44.217Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:40:44.217Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-02-26T11:40:44.270Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-02-26T11:40:44.271Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-02-26T11:40:44.271Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-26T11:40:44.271Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:40:44.271Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:40:44.273Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:40:44.274Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875644271, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:40:44.374Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:40:44.374Z||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-02-26T11:40:44.375Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:40:44.386Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:40:44.387Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:40:45.275Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d81808ef-c360-4387-bb34-2a80f1d52617 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:40:45.289Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d81808ef-c360-4387-bb34-2a80f1d52617 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-02-26T11:40:45.291Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:40:45.292Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:40:45.292Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:41:15.292Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d81808ef-c360-4387-bb34-2a80f1d52617 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:41:15.302Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d81808ef-c360-4387-bb34-2a80f1d52617 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-02-26T11:41:15.304Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:41:15.305Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:41:15.305Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:41:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:41:36.174Z||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-02-26T11:41:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:41:36.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:41:36.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:41:36.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "policy-id", "timestamp": 1645875638533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:41:36.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:41:45.305Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d81808ef-c360-4387-bb34-2a80f1d52617 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:41:45.314Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d81808ef-c360-4387-bb34-2a80f1d52617 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-02-26T11:41:45.316Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:41:45.316Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:41:45.317Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:42:15.317Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d81808ef-c360-4387-bb34-2a80f1d52617 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:42:15.326Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d81808ef-c360-4387-bb34-2a80f1d52617 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-02-26T11:42:15.327Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:42:15.328Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:42:15.328Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:42:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:42:36.176Z||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-02-26T11:42:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:42:36.705Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:42:36.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "ves-openapi-manager", "timestamp": 1645875633771, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:42:36.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:42:36.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875636170, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:42:36.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:42:36.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875632419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:42:36.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:42:36.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "policy-id", "timestamp": 1645875638533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:42:36.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:42:36.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875642418, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:42:36.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:42:36.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875642432, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:42:36.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:42:36.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "policy-id", "timestamp": 1645875642429, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:42:36.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:42:36.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "cds", "timestamp": 1645875642008, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:42:36.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:42:36.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "policy-id", "timestamp": 1645875643435, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:42:36.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:42:36.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "cds", "timestamp": 1645875642008, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:42:36.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:42:36.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875643994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:42:36.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:42:36.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875644271, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:42:36.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:42:36.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "policy-id", "timestamp": 1645875644438, "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-02-26T11:42:36.741Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d81808ef-c360-4387-bb34-2a80f1d52617 2022-02-26T11:42:36.741Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d81808ef-c360-4387-bb34-2a80f1d52617 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-02-26T11:42:36.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "multicloud-k8s-id", "timestamp": 1645875643925, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:42:36.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:42:36.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "cds", "timestamp": 1645875644837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:42:36.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:42:36.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875645005, "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-02-26T11:42:36.766Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d81808ef-c360-4387-bb34-2a80f1d52617 2022-02-26T11:42:36.766Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d81808ef-c360-4387-bb34-2a80f1d52617 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-02-26T11:42:36.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "multicloud-k8s-id", "timestamp": 1645875643925, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:42:36.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:42:36.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "cds", "timestamp": 1645875645852, "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-02-26T11:42:36.782Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d81808ef-c360-4387-bb34-2a80f1d52617 2022-02-26T11:42:36.783Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d81808ef-c360-4387-bb34-2a80f1d52617 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-02-26T11:42:36.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "clamp", "timestamp": 1645875651594, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:42:36.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:42:36.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "clamp", "timestamp": 1645875651594, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:42:36.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:42:36.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "aai-ml", "timestamp": 1645875654428, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:42:36.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:42:36.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "aai-ml", "timestamp": 1645875654428, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:42:36.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-02-26T11:42:36.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "aai-ml", "timestamp": 1645875657365, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:42:36.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:42:36.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "clamp", "timestamp": 1645875658665, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:42:36.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:42:36.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "clamp", "timestamp": 1645875660678, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:42:36.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:42:36.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "clamp", "timestamp": 1645875661687, "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-02-26T11:42:36.803Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d81808ef-c360-4387-bb34-2a80f1d52617 2022-02-26T11:42:36.803Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d81808ef-c360-4387-bb34-2a80f1d52617 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-02-26T11:42:36.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "aai-ml", "timestamp": 1645875662118, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:42:36.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:42:36.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-26T11:42:36.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "aai-ml", "timestamp": 1645875663121, "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-02-26T11:42:36.817Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d81808ef-c360-4387-bb34-2a80f1d52617 2022-02-26T11:42:36.817Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d81808ef-c360-4387-bb34-2a80f1d52617 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-02-26T11:42:45.330Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d81808ef-c360-4387-bb34-2a80f1d52617 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:42:45.344Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d81808ef-c360-4387-bb34-2a80f1d52617 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-02-26T11:42:45.347Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:42:45.347Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-26T11:42:45.347Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-26T11:42:45.348Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-26T11:42:45.348Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:42:45.348Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:42:45.348Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:42:45.348Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:42:45.348Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:42:45.349Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:42:45.349Z|d81808ef-c360-4387-bb34-2a80f1d52617|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-02-26T11:42:45.354Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-26T11:43:15.354Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d81808ef-c360-4387-bb34-2a80f1d52617 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-02-26T11:43:15.360Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d81808ef-c360-4387-bb34-2a80f1d52617 and serviceModelVersionId: 0f6cee54-0771-4e15-85c0-d642f4d8314c 2022-02-26T11:43:15.360Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3aeaa4c4-5182-436c-afd4-2d22d756375d 2022-02-26T11:43:15.362Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3aeaa4c4-5182-436c-afd4-2d22d756375d/model-vers/model-ver/0f6cee54-0771-4e15-85c0-d642f4d8314c?depth=0 2022-02-26T11:43:15.372Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-02-26T11:43:15.451Z|d81808ef-c360-4387-bb34-2a80f1d52617|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/3aeaa4c4-5182-436c-afd4-2d22d756375d/model-vers/model-ver/0f6cee54-0771-4e15-85c0-d642f4d8314c?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-02-26T11:43:15.455Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aeaa4c4-5182-436c-afd4-2d22d756375d/model-vers/model-ver/0f6cee54-0771-4e15-85c0-d642f4d8314c?depth=0|INFO|500||Invoke 2022-02-26T11:43:15.482Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aeaa4c4-5182-436c-afd4-2d22d756375d/model-vers/model-ver/0f6cee54-0771-4e15-85c0-d642f4d8314c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-26T11:43:15.800Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aeaa4c4-5182-436c-afd4-2d22d756375d/model-vers/model-ver/0f6cee54-0771-4e15-85c0-d642f4d8314c?depth=0|INFO|500||InvokeReturn 2022-02-26T11:43:15.801Z|d81808ef-c360-4387-bb34-2a80f1d52617|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/3aeaa4c4-5182-436c-afd4-2d22d756375d/model-vers/model-ver/0f6cee54-0771-4e15-85c0-d642f4d8314c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220226-11:43:15:489-40669], vertex-id=[393368], Content-Length=[0], Date=[Sat, 26 Feb 2022 11:43:15 GMT], Content-Type=[application/json]} 2022-02-26T11:43:15.801Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-02-26T11:43:15.811Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-26T11:43:15.811Z|d81808ef-c360-4387-bb34-2a80f1d52617|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-02-26T11:43:15.816Z|d81808ef-c360-4387-bb34-2a80f1d52617|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-02-26T11:43:15.816Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d81808ef-c360-4387-bb34-2a80f1d52617 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-26T11:43:15.816Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-26T11:43:15.817Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:15.820Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:15.820Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875795816, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-26T11:43:15.920Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:15.921Z||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-02-26T11:43:15.921Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:15.937Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:15.938Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-26T11:43:16.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:43:16.834Z||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-02-26T11:43:16.834Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:21.699Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:21.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-26T11:43:21.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c396c695-3d19-45be-8258-297a378f1f90","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4db51348-8bc1-4db9-a38d-d7130cce4bc5","serviceDescription":"service","serviceInvariantUUID":"f8a6adf7-9307-4f22-bc7d-e8f607ffd590","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9b593ea3-a77a-4fa9-953a-075e18fe3447","resourceInvariantUUID":"a01f5673-7c97-4ca1-aad0-118240c5fcac","resourceCustomizationUUID":"37c5fbc6-f000-43d1-a815-8be98651106b","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":"ZGM3YmI5YmNkZWI1NDMyYWMxNjE3NTMxNTE5ZTIyMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87b49ecf-c8ce-455c-b287-0d3999f631bb","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":"35d728d4-6d24-4420-84e7-fbe9e21599cf","artifactVersion":"2","generatedFromUUID":"463f7e78-bc09-4759-b1ca-cee64f866d40"},{"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":"463f7e78-bc09-4759-b1ca-cee64f866d40","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":"OGQzMzc0OGZlY2QyZGVjYWU2N2MyZWFkYTM2MGZlNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f7283ac7-1496-4f56-8253-760ef4b540b6","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":"7c47953f-eb0c-43fe-bb82-3392a9072808","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":"3c0808d7-ef8b-4bb2-839a-39d78c003cad","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":"5bcd5daf-1074-4248-99a3-92900920d00b","artifactVersion":"2","generatedFromUUID":"7c47953f-eb0c-43fe-bb82-3392a9072808"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Yzc3YjBlMTZjMzI0NDYzMTNhNGE4NmVkNWFkZTc4YjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e061018-aaf2-4e2a-979a-3db7e316cc2b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTgyNDNjNTAyNjg1NTExMjlhMGYzMTFiNDU4YTNhYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb9c6dc1-76f3-469c-bdad-f1b68ce93c01","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-26T11:43:21.702Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:43:21.703Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:21.705Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:21.705Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:21.805Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:21.806Z||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-02-26T11:43:21.806Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:21.818Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:21.819Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:22.705Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:43:22.706Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:22.708Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:22.708Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-02-26T11:43:22.809Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-26T11:43:22.810Z||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-02-26T11:43:22.810Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:22.821Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:22.822Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:23.709Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:43:23.710Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:23.712Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:23.712Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-02-26T11:43:23.812Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:23.813Z||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-02-26T11:43:23.813Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:23.825Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:23.826Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:24.712Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:43:24.713Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:24.715Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:24.715Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-26T11:43:24.815Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:24.816Z||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-02-26T11:43:24.817Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:24.828Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:24.829Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:43:25.716Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:43:25.717Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:25.720Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:25.720Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-26T11:43:25.820Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:25.822Z||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-02-26T11:43:25.822Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:25.834Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:25.835Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:26.720Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:43:26.721Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:26.724Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:26.725Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:26.825Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:26.826Z||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-02-26T11:43:26.826Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:26.842Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:26.843Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:27.726Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:43:27.726Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:27.729Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:27.729Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-02-26T11:43:27.829Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:27.830Z||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-02-26T11:43:27.830Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:27.845Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:27.846Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:28.729Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:43:28.730Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:28.733Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:28.734Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:28.834Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:28.835Z||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-02-26T11:43:28.835Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:28.848Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:28.848Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:29.734Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:43:29.735Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:29.737Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:29.738Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:43:29.838Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:29.838Z||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-02-26T11:43:29.838Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:29.852Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:29.852Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:30.739Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "4db51348-8bc1-4db9-a38d-d7130cce4bc5", "serviceDescription": "service", "serviceInvariantUUID": "f8a6adf7-9307-4f22-bc7d-e8f607ffd590", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "37c5fbc6-f000-43d1-a815-8be98651106b", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9b593ea3-a77a-4fa9-953a-075e18fe3447", "resourceInvariantUUID": "a01f5673-7c97-4ca1-aad0-118240c5fcac", "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": "35d728d4-6d24-4420-84e7-fbe9e21599cf", "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": "463f7e78-bc09-4759-b1ca-cee64f866d40", "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": "OGQzMzc0OGZlY2QyZGVjYWU2N2MyZWFkYTM2MGZlNWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f7283ac7-1496-4f56-8253-760ef4b540b6", "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": "7c47953f-eb0c-43fe-bb82-3392a9072808", "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": "5bcd5daf-1074-4248-99a3-92900920d00b", "generatedFromUUID": "7c47953f-eb0c-43fe-bb82-3392a9072808" }, "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": "5bcd5daf-1074-4248-99a3-92900920d00b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTgyNDNjNTAyNjg1NTExMjlhMGYzMTFiNDU4YTNhYmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bb9c6dc1-76f3-469c-bdad-f1b68ce93c01" } ], "workloadContext": "Production" } 2022-02-26T11:43:30.740Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-26T11:43:30.741Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4db51348-8bc1-4db9-a38d-d7130cce4bc5 ASDC 2022-02-26T11:43:30.742Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c396c695-3d19-45be-8258-297a378f1f90 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:4db51348-8bc1-4db9-a38d-d7130cce4bc5 ServiceInvariantUUID:f8a6adf7-9307-4f22-bc7d-e8f607ffd590 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:bb9c6dc1-76f3-469c-bdad-f1b68ce93c01 ArtifactChecksum:OTgyNDNjNTAyNjg1NTExMjlhMGYzMTFiNDU4YTNhYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:37c5fbc6-f000-43d1-a815-8be98651106b ResourceInvariantUUID:a01f5673-7c97-4ca1-aad0-118240c5fcac ResourceName:basic_cnf ResourceType:VF ResourceUUID:9b593ea3-a77a-4fa9-953a-075e18fe3447 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:35d728d4-6d24-4420-84e7-fbe9e21599cf 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:463f7e78-bc09-4759-b1ca-cee64f866d40 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:f7283ac7-1496-4f56-8253-760ef4b540b6 ArtifactChecksum:OGQzMzc0OGZlY2QyZGVjYWU2N2MyZWFkYTM2MGZlNWM= 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:7c47953f-eb0c-43fe-bb82-3392a9072808 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:5bcd5daf-1074-4248-99a3-92900920d00b 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:5bcd5daf-1074-4248-99a3-92900920d00b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-26T11:43:30.743Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4db51348-8bc1-4db9-a38d-d7130cce4bc5 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-02-26T11:43:30.777Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-26T11:43:30.778Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-02-26T11:43:30.779Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-02-26T11:43:30.779Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bb9c6dc1-76f3-469c-bdad-f1b68ce93c01 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-26T11:43:30.779Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-02-26T11:43:30.779Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-26T11:43:30.919Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-02-26T11:43:30.924Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar bb9c6dc1-76f3-469c-bdad-f1b68ce93c01 68953 2022-02-26T11:43:30.924Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-02-26T11:43:30.924Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-26T11:43:30.925Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:43:30.925Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:30.928Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:30.928Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875810924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:31.028Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:31.029Z||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-02-26T11:43:31.029Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:31.040Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:31.041Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:43:31.928Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-26T11:43:31.929Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-02-26T11:43:31.930Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: bb9c6dc1-76f3-469c-bdad-f1b68ce93c01, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-26T11:43:31.931Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-02-26T11:43:31.931Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-26T11:43:31.931Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-26T11:43:32.155Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11610775158673707676/Definitions/service-BasicCnf-template.yml 2022-02-26T11:43:33.263Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-26T11:43:33.263Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-02-26T11:43:33.264Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-26T11:43:33.264Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-02-26T11:43:33.264Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:33.264Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:33.265Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-26T11:43:33.265Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:33.265Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-02-26T11:43:33.265Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.266Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:33.266Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-26T11:43:33.266Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-02-26T11:43:33.267Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-26T11:43:33.267Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.267Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:33.267Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-26T11:43:33.268Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-02-26T11:43:33.268Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-26T11:43:33.268Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.268Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:33.269Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.269Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-02-26T11:43:33.269Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-02-26T11:43:33.269Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-02-26T11:43:33.270Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-26T11:43:33.270Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.270Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-26T11:43:33.271Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.271Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-26T11:43:33.271Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:43:33.272Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.272Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-26T11:43:33.272Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:43:33.272Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.273Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-26T11:43:33.273Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:43:33.273Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.273Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-02-26T11:43:33.274Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-02-26T11:43:33.274Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=90301f6f-4a35-4d96-a76f-1600d1c38331 2022-02-26T11:43:33.274Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.275Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:33.275Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.275Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:33.275Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.276Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:33.276Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:33.276Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:33.276Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:4db51348-8bc1-4db9-a38d-d7130cce4bc5 Model Version:NULL Model InvariantUuid:f8a6adf7-9307-4f22-bc7d-e8f607ffd590 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:a857005b-ec70-4495-86cd-39c71c5641b4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a01f5673-7c97-4ca1-aad0-118240c5fcac Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:37c5fbc6-f000-43d1-a815-8be98651106b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ec12e09b-181e-4a8a-bbf2-42c800772320 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:8857a8dd-5f29-4d3e-8c3a-7ceb1a00e042 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:90301f6f-4a35-4d96-a76f-1600d1c38331 ModelInvariantUuid:26b9366c-cfd1-49b6-a0e9-8673238c1500 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:ec2666f9-07f7-4bce-906e-f0db8466ff9e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:f5a44bd7-85f1-4a6e-aa60-4181ef0bd3b8 ModelInvariantUuid:621a46f9-0cb3-4771-a2af-bb954ed12f3f ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:e2a0b187-d023-4b02-a6de-94273d939293 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-02-26T11:43:33.282Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 9b593ea3-a77a-4fa9-953a-075e18fe3447 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-02-26T11:43:33.286Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-02-26T11:43:33.286Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9b593ea3-a77a-4fa9-953a-075e18fe3447 2022-02-26T11:43:33.287Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 35d728d4-6d24-4420-84e7-fbe9e21599cf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-02-26T11:43:33.287Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-02-26T11:43:33.287Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:33.339Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-02-26T11:43:33.340Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 35d728d4-6d24-4420-84e7-fbe9e21599cf 12 2022-02-26T11:43:33.340Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:33.341Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:33.341Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:43:33.341Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:33.344Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:33.344Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875813340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:33.444Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-26T11:43:33.446Z||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-02-26T11:43:33.446Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:33.460Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:33.460Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:34.345Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 463f7e78-bc09-4759-b1ca-cee64f866d40 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-02-26T11:43:34.346Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-02-26T11:43:34.347Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:34.460Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-02-26T11:43:34.461Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 463f7e78-bc09-4759-b1ca-cee64f866d40 2688 2022-02-26T11:43:34.461Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:34.461Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:34.461Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:43:34.462Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:34.463Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:34.464Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875814461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:34.564Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:34.565Z||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-02-26T11:43:34.565Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:34.577Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:34.577Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:35.465Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f7283ac7-1496-4f56-8253-760ef4b540b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-02-26T11:43:35.466Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-02-26T11:43:35.466Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:35.992Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-02-26T11:43:35.993Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f7283ac7-1496-4f56-8253-760ef4b540b6 828 2022-02-26T11:43:35.993Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:35.993Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:35.993Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:43:35.994Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:35.995Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:35.996Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875815993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.096Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:36.097Z||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-02-26T11:43:36.097Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:36.112Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:36.112Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:43:36.173Z||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-02-26T11:43:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:36.808Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:36.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "cds", "timestamp": 1645875762009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "policy-id", "timestamp": 1645875758533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875763925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "cds", "timestamp": 1645875762009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "policy-id", "timestamp": 1645875758533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875763925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-02-26T11:43:36.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "cds", "timestamp": 1645875762009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "policy-id", "timestamp": 1645875758533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875763925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-02-26T11:43:36.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "cds", "timestamp": 1645875762009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "policy-id", "timestamp": 1645875758533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875763925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-26T11:43:36.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "cds", "timestamp": 1645875762009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "policy-id", "timestamp": 1645875758533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-26T11:43:36.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875763925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-26T11:43:36.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "cds", "timestamp": 1645875762009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "policy-id", "timestamp": 1645875758533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875763925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "clamp", "timestamp": 1645875771595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "cds", "timestamp": 1645875762009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "policy-id", "timestamp": 1645875758533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875763925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-02-26T11:43:36.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "clamp", "timestamp": 1645875771595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "cds", "timestamp": 1645875762009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "policy-id", "timestamp": 1645875758533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875763925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "clamp", "timestamp": 1645875771595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "cds", "timestamp": 1645875762009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:43:36.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "policy-id", "timestamp": 1645875758533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:43:36.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "ves-openapi-manager", "timestamp": 1645875773771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875763925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:43:36.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "aai-ml", "timestamp": 1645875774429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "clamp", "timestamp": 1645875771595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-26T11:43:36.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "ves-openapi-manager", "timestamp": 1645875773771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "cds", "timestamp": 1645875776009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875776050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "aai-ml", "timestamp": 1645875774429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "policy-id", "timestamp": 1645875776090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "clamp", "timestamp": 1645875771595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "ves-openapi-manager", "timestamp": 1645875773771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "cds", "timestamp": 1645875777017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-26T11:43:36.830Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c396c695-3d19-45be-8258-297a378f1f90 2022-02-26T11:43:36.830Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c396c695-3d19-45be-8258-297a378f1f90 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-02-26T11:43:36.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "aai-ml", "timestamp": 1645875774429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "policy-id", "timestamp": 1645875777101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:43:36.841Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "clamp", "timestamp": 1645875771595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875777295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.841Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "ves-openapi-manager", "timestamp": 1645875773771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "aai-ml", "timestamp": 1645875774429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "policy-id", "timestamp": 1645875778107, "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-02-26T11:43:36.846Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c396c695-3d19-45be-8258-297a378f1f90 2022-02-26T11:43:36.846Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c396c695-3d19-45be-8258-297a378f1f90 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-02-26T11:43:36.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "clamp", "timestamp": 1645875771595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875778420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.855Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "ves-openapi-manager", "timestamp": 1645875773771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "aai-ml", "timestamp": 1645875774429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "clamp", "timestamp": 1645875771595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "ves-openapi-manager", "timestamp": 1645875773771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875779479, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.856Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "aai-ml", "timestamp": 1645875774429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "clamp", "timestamp": 1645875771595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:43:36.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "ves-openapi-manager", "timestamp": 1645875773771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875780535, "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-02-26T11:43:36.862Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c396c695-3d19-45be-8258-297a378f1f90 2022-02-26T11:43:36.862Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c396c695-3d19-45be-8258-297a378f1f90 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-02-26T11:43:36.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "aai-ml", "timestamp": 1645875774429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "ves-openapi-manager", "timestamp": 1645875773771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "multicloud-k8s-id", "timestamp": 1645875781539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-02-26T11:43:36.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "aai-ml", "timestamp": 1645875774429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "ves-openapi-manager", "timestamp": 1645875773771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875782421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "aai-ml", "timestamp": 1645875774429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:43:36.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875782421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "aai-ml", "timestamp": 1645875784247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875782421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875782421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875782421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875782421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875782421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875782421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875782421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:43:36.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875792395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "aai-ml", "timestamp": 1645875792692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:43:36.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "aai-ml", "timestamp": 1645875793695, "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-02-26T11:43:36.878Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c396c695-3d19-45be-8258-297a378f1f90 2022-02-26T11:43:36.879Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c396c695-3d19-45be-8258-297a378f1f90 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-02-26T11:43:36.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "clamp", "timestamp": 1645875793690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875794773, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:43:36.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "clamp", "timestamp": 1645875795702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:43:36.889Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645875795776, "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-02-26T11:43:36.893Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c396c695-3d19-45be-8258-297a378f1f90 2022-02-26T11:43:36.893Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c396c695-3d19-45be-8258-297a378f1f90 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-02-26T11:43:36.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d81808ef-c360-4387-bb34-2a80f1d52617", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875795816, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-26T11:43:36.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "clamp", "timestamp": 1645875796708, "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-02-26T11:43:36.906Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c396c695-3d19-45be-8258-297a378f1f90 2022-02-26T11:43:36.906Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c396c695-3d19-45be-8258-297a378f1f90 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-02-26T11:43:36.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-02-26T11:43:36.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-02-26T11:43:36.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-26T11:43:36.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-26T11:43:36.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-02-26T11:43:36.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:43:36.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875796833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:43:36.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-26T11:43:36.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875810924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875813340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875814461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-26T11:43:36.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875815993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:36.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:43:36.996Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ec12e09b-181e-4a8a-bbf2-42c800772320", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8857a8dd-5f29-4d3e-8c3a-7ceb1a00e042", "vfModuleModelCustomizationUUID": "df0cd9f7-6722-402d-b249-8de344098d38", "isBase": true, "artifacts": [ "463f7e78-bc09-4759-b1ca-cee64f866d40", "7c47953f-eb0c-43fe-bb82-3392a9072808", "5bcd5daf-1074-4248-99a3-92900920d00b" ], "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-02-26T11:43:37.001Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8857a8dd-5f29-4d3e-8c3a-7ceb1a00e042 VfModuleModelInvariantUUID:ec12e09b-181e-4a8a-bbf2-42c800772320 VfModuleModelDescription:NULL Artifacts UUID List:{ 463f7e78-bc09-4759-b1ca-cee64f866d40 , 7c47953f-eb0c-43fe-bb82-3392a9072808 , 5bcd5daf-1074-4248-99a3-92900920d00b } 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-02-26T11:43:37.003Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ec12e09b-181e-4a8a-bbf2-42c800772320", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8857a8dd-5f29-4d3e-8c3a-7ceb1a00e042", "vfModuleModelCustomizationUUID": "df0cd9f7-6722-402d-b249-8de344098d38", "isBase": true, "artifacts": [ "463f7e78-bc09-4759-b1ca-cee64f866d40", "7c47953f-eb0c-43fe-bb82-3392a9072808", "5bcd5daf-1074-4248-99a3-92900920d00b" ], "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-02-26T11:43:37.003Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8857a8dd-5f29-4d3e-8c3a-7ceb1a00e042 VfModuleModelInvariantUUID:ec12e09b-181e-4a8a-bbf2-42c800772320 VfModuleModelDescription:NULL Artifacts UUID List:{ 463f7e78-bc09-4759-b1ca-cee64f866d40 , 7c47953f-eb0c-43fe-bb82-3392a9072808 , 5bcd5daf-1074-4248-99a3-92900920d00b } 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-02-26T11:43:37.004Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c47953f-eb0c-43fe-bb82-3392a9072808 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-02-26T11:43:37.004Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-02-26T11:43:37.004Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:37.211Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-02-26T11:43:37.212Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7c47953f-eb0c-43fe-bb82-3392a9072808 1164 2022-02-26T11:43:37.213Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:37.213Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:37.213Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:43:37.214Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:37.216Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:37.216Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875817213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:37.316Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:37.318Z||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-02-26T11:43:37.318Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:37.338Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:37.338Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:43:38.217Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5bcd5daf-1074-4248-99a3-92900920d00b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-02-26T11:43:38.218Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-02-26T11:43:38.218Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:38.313Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-02-26T11:43:38.313Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5bcd5daf-1074-4248-99a3-92900920d00b 200 2022-02-26T11:43:38.313Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:38.314Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:38.314Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:43:38.314Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:38.316Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:38.316Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875818313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:43:38.416Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:38.417Z||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-02-26T11:43:38.417Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:38.428Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:38.428Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:39.316Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4db51348-8bc1-4db9-a38d-d7130cce4bc5 2022-02-26T11:43:39.318Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9b593ea3-a77a-4fa9-953a-075e18fe3447 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-02-26T11:43:39.335Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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 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-02-26T11:43:39.344Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c2067af, org.onap.sdc.toscaparser.api.parameters.Input@408b4f4b, org.onap.sdc.toscaparser.api.parameters.Input@6d68d56f, org.onap.sdc.toscaparser.api.parameters.Input@5c9577b0, org.onap.sdc.toscaparser.api.parameters.Input@43976e92] 2022-02-26T11:43:39.346Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.346Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:39.346Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-02-26T11:43:39.347Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 37c5fbc6-f000-43d1-a815-8be98651106b 2022-02-26T11:43:39.347Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37c5fbc6-f000-43d1-a815-8be98651106b matches Tosca VF Customization UUID: 37c5fbc6-f000-43d1-a815-8be98651106b 2022-02-26T11:43:39.347Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 37c5fbc6-f000-43d1-a815-8be98651106b 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-02-26T11:43:39.349Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.350Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:39.350Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 37c5fbc6-f000-43d1-a815-8be98651106b: {\"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-02-26T11:43:39.351Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54b3454 2022-02-26T11:43:39.351Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.351Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-26T11:43:39.352Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : df0cd9f7-6722-402d-b249-8de344098d38 2022-02-26T11:43:39.352Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID df0cd9f7-6722-402d-b249-8de344098d38 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-02-26T11:43:39.354Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.354Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-26T11:43:39.354Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:43:39.355Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.355Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-26T11:43:39.355Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:43:39.356Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.356Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-02-26T11:43:39.357Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-02-26T11:43:39.357Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=90301f6f-4a35-4d96-a76f-1600d1c38331 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-02-26T11:43:39.360Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.360Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-26T11:43:39.360Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-26T11:43:39.360Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.361Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-26T11:43:39.361Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=37c5fbc6-f000-43d1-a815-8be98651106b 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-02-26T11:43:39.363Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.363Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:39.363Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4db51348-8bc1-4db9-a38d-d7130cce4bc5: basic_cnf 2022-02-26T11:43:39.364Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.364Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:39.364Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.365Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:39.365Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.365Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:39.366Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.366Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:39.366Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:43:39.366Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:43:39.367Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:39.433Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9b593ea3-a77a-4fa9-953a-075e18fe3447 1 ASDC deployResourceStructure 2022-02-26T11:43:39.435Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:39.435Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:39.435Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-02-26T11:43:39.435Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:39.437Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:39.438Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875819434, "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-02-26T11:43:39.538Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:39.539Z||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-02-26T11:43:39.539Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:39.558Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:39.558Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:40.439Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:40.439Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:40.439Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-02-26T11:43:40.440Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:40.442Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:40.442Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875820439, "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-02-26T11:43:40.543Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:40.543Z||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-02-26T11:43:40.544Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:40.555Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:40.556Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:43:41.444Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:41.445Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:41.445Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:43:41.445Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:41.447Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:41.448Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875821444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-02-26T11:43:41.548Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:41.549Z||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-02-26T11:43:41.549Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:41.562Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:41.562Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:42.449Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:42.450Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:42.450Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:43:42.451Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:42.452Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:42.453Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875822449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-02-26T11:43:42.556Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-02-26T11:43:42.558Z||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-02-26T11:43:42.558Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:42.574Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:42.574Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:43.460Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:43.461Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||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-02-26T11:43:43.461Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:43:43.462Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:43.471Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:43.471Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875823460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-02-26T11:43:43.571Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:43.572Z||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-02-26T11:43:43.572Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:43.584Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:43.584Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:44.474Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-02-26T11:43:44.474Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-26T11:43:44.474Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:43:44.475Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:43:44.476Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:43:44.476Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875824474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:43:44.577Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:43:44.578Z||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-02-26T11:43:44.578Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:43:44.590Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:43:44.590Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:43:45.479Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c396c695-3d19-45be-8258-297a378f1f90 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:43:45.500Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c396c695-3d19-45be-8258-297a378f1f90 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-02-26T11:43:45.502Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:43:45.503Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-26T11:43:45.503Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-26T11:43:45.503Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-26T11:43:45.503Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:43:45.503Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:43:45.503Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:43:45.503Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:43:45.503Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:43:45.503Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:43:45.503Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-26T11:43:45.510Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-26T11:44:15.511Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c396c695-3d19-45be-8258-297a378f1f90 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-02-26T11:44:15.523Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c396c695-3d19-45be-8258-297a378f1f90 and serviceModelVersionId: 4db51348-8bc1-4db9-a38d-d7130cce4bc5 2022-02-26T11:44:15.523Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8a6adf7-9307-4f22-bc7d-e8f607ffd590 2022-02-26T11:44:15.524Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8a6adf7-9307-4f22-bc7d-e8f607ffd590/model-vers/model-ver/4db51348-8bc1-4db9-a38d-d7130cce4bc5?depth=0 2022-02-26T11:44:15.531Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-02-26T11:44:15.601Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8a6adf7-9307-4f22-bc7d-e8f607ffd590/model-vers/model-ver/4db51348-8bc1-4db9-a38d-d7130cce4bc5?depth=0|INFO|500||Invoke 2022-02-26T11:44:15.602Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8a6adf7-9307-4f22-bc7d-e8f607ffd590/model-vers/model-ver/4db51348-8bc1-4db9-a38d-d7130cce4bc5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8a6adf7-9307-4f22-bc7d-e8f607ffd590/model-vers/model-ver/4db51348-8bc1-4db9-a38d-d7130cce4bc5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c396c695-3d19-45be-8258-297a378f1f90], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[35011272-1bae-483f-b483-6c5524f781de], X-ECOMP-RequestID=[c396c695-3d19-45be-8258-297a378f1f90], X-TransactionId=[], X-ONAP-RequestID=[c396c695-3d19-45be-8258-297a378f1f90], Content-Type=[application/merge-patch+json]} 2022-02-26T11:44:15.632Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8a6adf7-9307-4f22-bc7d-e8f607ffd590/model-vers/model-ver/4db51348-8bc1-4db9-a38d-d7130cce4bc5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-26T11:44:16.055Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8a6adf7-9307-4f22-bc7d-e8f607ffd590/model-vers/model-ver/4db51348-8bc1-4db9-a38d-d7130cce4bc5?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/f8a6adf7-9307-4f22-bc7d-e8f607ffd590/model-vers/model-ver/4db51348-8bc1-4db9-a38d-d7130cce4bc5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220226-11:44:15:645-63439], vertex-id=[418024], Content-Length=[0], Date=[Sat, 26 Feb 2022 11:44:15 GMT], Content-Type=[application/json]} 2022-02-26T11:44:16.055Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8a6adf7-9307-4f22-bc7d-e8f607ffd590/model-vers/model-ver/4db51348-8bc1-4db9-a38d-d7130cce4bc5?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-26T11:44:16.056Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8a6adf7-9307-4f22-bc7d-e8f607ffd590/model-vers/model-ver/4db51348-8bc1-4db9-a38d-d7130cce4bc5?depth=0|INFO|500||InvokeReturn 2022-02-26T11:44:16.056Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-26T11:44:16.056Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-26T11:44:16.066Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-26T11:44:16.067Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c396c695-3d19-45be-8258-297a378f1f90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-26T11:44:16.067Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-26T11:44:16.068Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:44:16.070Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:44:16.070Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875856067, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-26T11:44:16.170Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-26T11:44:16.172Z||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-02-26T11:44:16.172Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:44:16.191Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:44:16.192Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 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-02-26T11:44:17.083Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:44:17.084Z|c396c695-3d19-45be-8258-297a378f1f90|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-02-26T11:44:17.084Z|c396c695-3d19-45be-8258-297a378f1f90|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:44:26.639Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:44:26.640Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:44:26.641Z|c396c695-3d19-45be-8258-297a378f1f90|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-02-26T11:44:26.641Z|c396c695-3d19-45be-8258-297a378f1f90|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:44:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:44:36.174Z||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-02-26T11:44:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:44:36.179Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:44:36.179Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:44:36.180Z|c396c695-3d19-45be-8258-297a378f1f90|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-02-26T11:44:36.181Z|c396c695-3d19-45be-8258-297a378f1f90|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:44:36.797Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:44:36.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-26T11:44:36.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875817213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:44:36.799Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:44:36.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-26T11:44:36.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875818313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-02-26T11:44:36.800Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:44:36.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-26T11:44:36.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875819434, "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-02-26T11:44:36.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:44:36.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-26T11:44:36.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875820439, "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-02-26T11:44:36.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:44:36.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-26T11:44:36.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875821444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-02-26T11:44:36.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:44:36.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-26T11:44:36.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875822449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-02-26T11:44:36.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:44:36.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-26T11:44:36.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875823460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-02-26T11:44:36.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:44:36.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-26T11:44:36.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875824474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:44:36.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:44:36.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-26T11:44:36.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c396c695-3d19-45be-8258-297a378f1f90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645875856067, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-26T11:44:36.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:44:45.726Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:45:36.170Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:45:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:45:36.174Z||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-02-26T11:45:36.174Z|c396c695-3d19-45be-8258-297a378f1f90|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-02-26T11:45:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:45:36.174Z|c396c695-3d19-45be-8258-297a378f1f90|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:45:45.721Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:45:45.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:46:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:46:36.171Z||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-02-26T11:46:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:46:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:46:36.173Z||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-02-26T11:46:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:46:45.732Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:46:45.732Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:47:36.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:47:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:47:36.173Z||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-02-26T11:47:36.173Z||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-02-26T11:47:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:47:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:47:45.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:47:45.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:48:36.171Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:48:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:48:36.177Z||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-02-26T11:48:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:48:36.177Z||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-02-26T11:48:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:48:45.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:48:45.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:49:36.171Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:49:36.172Z||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-02-26T11:49:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:49:36.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:49:36.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T11:49:36.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:49:45.725Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:49:45.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:50:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:50:36.171Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:50:36.176Z||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-02-26T11:50:36.176Z||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-02-26T11:50:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:50:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:50:45.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:50:45.731Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:51:36.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:51:36.171Z||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-02-26T11:51:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:51:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:51:36.173Z||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-02-26T11:51:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:51:45.712Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:51:45.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:36.171Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:52:36.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:52:36.174Z||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-02-26T11:52:36.174Z||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-02-26T11:52:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:52:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:52:36.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:36.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"98c95016-402c-4d78-87c9-a65dab46bd07","serviceName":"Demo_pNF_a3OW46NEVlpSejUgUEeK","serviceVersion":"1.0","serviceUUID":"d77ac896-7694-4c41-b385-a6efff7d66cc","serviceDescription":"catalog service description","serviceInvariantUUID":"528c0437-af67-4596-af90-7811243d76da","resources":[{"resourceInstanceName":"pNF f42ab52c-990c 0","resourceName":"pNF f42ab52c-990c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"88d95f92-8854-4d00-94f1-651db7e92019","resourceInvariantUUID":"fa3c9817-19c4-4951-9a47-74fdd3826dde","resourceCustomizationUUID":"770df660-1e1e-461d-8059-8b49b78dbdba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vf-license-model.xml","artifactChecksum":"MjkxYmUxMzI1NjczN2M2M2FiNThlMjkxMjllN2NlYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"313f7409-d9eb-4dd3-890a-4d3bf2c4fed0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/pNF.csar","artifactChecksum":"MzM2MjEwM2RjMDY1M2ZkMTczY2U4NmNmZGY3ZTI5NDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"894b2fb5-d357-4f5f-933d-2f6b2d33c1a9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0c0ab959-2211-45ef-a413-62255fb8f233","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTdiY2I3YzhjZmI0MmNlNzJkMmIzODJjZjY5N2JjNWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1b0e9284-2b48-4455-9e36-05d2126fcbe1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8752c40-c28a-4bc1-869f-14f7dc392bda","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05afa2d6-f672-4df6-bba6-2319009fb169","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfA3ow46nevlpsejugueek-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-template.yml","artifactChecksum":"ZjYwZDFhZjM0ZTZiZGU2ZTllYjM3ZTQ2NjA0YjQxNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a048847-24ca-4243-8074-c8d8fd3faf3b","artifactVersion":"1"},{"artifactName":"service-DemoPnfA3ow46nevlpsejugueek-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar","artifactChecksum":"MDhhZGFjM2Y3NmJkZDA5ODIwYjllZGI1ZTAzM2JiODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2b4a76a-a724-4c9b-ad19-717d5ce0f844","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-26T11:52:36.815Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:52:36.815Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:52:36.820Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:52:36.820Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:36.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "ves-openapi-manager", "timestamp": 1645876333771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "cds", "timestamp": 1645876332009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "ves-openapi-manager", "timestamp": 1645876333771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "cds", "timestamp": 1645876332009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "ves-openapi-manager", "timestamp": 1645876333771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "cds", "timestamp": 1645876332009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "ves-openapi-manager", "timestamp": 1645876333771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "cds", "timestamp": 1645876332009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "ves-openapi-manager", "timestamp": 1645876333771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "cds", "timestamp": 1645876332009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "policy-id", "timestamp": 1645876338532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "ves-openapi-manager", "timestamp": 1645876333771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-02-26T11:52:36.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "cds", "timestamp": 1645876332009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "policy-id", "timestamp": 1645876338532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "ves-openapi-manager", "timestamp": 1645876333771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "cds", "timestamp": 1645876332009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "policy-id", "timestamp": 1645876338532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "ves-openapi-manager", "timestamp": 1645876333771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "cds", "timestamp": 1645876332009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:52:36.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "policy-id", "timestamp": 1645876338532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "clamp", "timestamp": 1645876341596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "policy-id", "timestamp": 1645876338532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "clamp", "timestamp": 1645876341596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "cds", "timestamp": 1645876343328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:52:36.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:52:36.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "ves-openapi-manager", "timestamp": 1645876343338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-02-26T11:52:36.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:52:36.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "policy-id", "timestamp": 1645876338532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "clamp", "timestamp": 1645876341596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "cds", "timestamp": 1645876344336, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-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-02-26T11:52:36.865Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98c95016-402c-4d78-87c9-a65dab46bd07 2022-02-26T11:52:36.865Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98c95016-402c-4d78-87c9-a65dab46bd07 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-02-26T11:52:36.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "ves-openapi-manager", "timestamp": 1645876344536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-02-26T11:52:36.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:52:36.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "multicloud-k8s-id", "timestamp": 1645876343925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "aai-ml", "timestamp": 1645876344428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "policy-id", "timestamp": 1645876338532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "clamp", "timestamp": 1645876341596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "ves-openapi-manager", "timestamp": 1645876345541, "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-02-26T11:52:36.883Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 98c95016-402c-4d78-87c9-a65dab46bd07 2022-02-26T11:52:36.884Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98c95016-402c-4d78-87c9-a65dab46bd07 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-02-26T11:52:36.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "multicloud-k8s-id", "timestamp": 1645876343925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "aai-ml", "timestamp": 1645876344428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "policy-id", "timestamp": 1645876338532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:52:36.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "clamp", "timestamp": 1645876341596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "multicloud-k8s-id", "timestamp": 1645876343925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "aai-ml", "timestamp": 1645876344428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "clamp", "timestamp": 1645876341596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "policy-id", "timestamp": 1645876347419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:52:36.895Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:52:36.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "multicloud-k8s-id", "timestamp": 1645876343925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "aai-ml", "timestamp": 1645876344428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "clamp", "timestamp": 1645876341596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "policy-id", "timestamp": 1645876348424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:52:36.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:52:36.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "multicloud-k8s-id", "timestamp": 1645876343925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "aai-ml", "timestamp": 1645876344428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "clamp", "timestamp": 1645876341596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:52:36.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "policy-id", "timestamp": 1645876349428, "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-02-26T11:52:36.902Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98c95016-402c-4d78-87c9-a65dab46bd07 2022-02-26T11:52:36.902Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98c95016-402c-4d78-87c9-a65dab46bd07 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-02-26T11:52:36.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "multicloud-k8s-id", "timestamp": 1645876343925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "aai-ml", "timestamp": 1645876344428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "multicloud-k8s-id", "timestamp": 1645876343925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "aai-ml", "timestamp": 1645876344428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "multicloud-k8s-id", "timestamp": 1645876343925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:52:36.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "aai-ml", "timestamp": 1645876344428, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:52:36.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645876352419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "aai-ml", "timestamp": 1645876353197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:52:36.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:52:36.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645876352419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645876352419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-26T11:52:36.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645876352419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:36.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-26T11:52:36.919Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-26T11:52:36.920Z||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-02-26T11:52:36.921Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:52:36.935Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:36.940Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:52:37.821Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:52:37.821Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:52:37.824Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:52:37.824Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:37.924Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:52:37.925Z||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-02-26T11:52:37.925Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:52:37.938Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:37.938Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:52:38.825Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:52:38.826Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:52:38.828Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:52:38.829Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:38.929Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:52:38.929Z||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-02-26T11:52:38.930Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:52:38.941Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:38.941Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:52:39.830Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:52:39.831Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:52:39.833Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:52:39.833Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:39.933Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:52:39.934Z||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-02-26T11:52:39.934Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:52:39.949Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:39.950Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:52:40.834Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:52:40.835Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:52:40.837Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:52:40.837Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:40.937Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:52:40.938Z||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-02-26T11:52:40.938Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:52:40.949Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:40.950Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:52:41.837Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:52:41.838Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:52:41.840Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:52:41.841Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:41.941Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:52:41.942Z||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-02-26T11:52:41.942Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:52:41.955Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:41.955Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:52:42.841Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:52:42.842Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:52:42.844Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:52:42.844Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:52:42.944Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:52:42.945Z||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-02-26T11:52:42.946Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:52:42.957Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:42.957Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:52:43.845Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-26T11:52:43.846Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:52:43.848Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:52:43.849Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:52:43.949Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:52:43.950Z||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-02-26T11:52:43.950Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:52:43.964Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:43.965Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:52:44.850Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "serviceName": "Demo_pNF_a3OW46NEVlpSejUgUEeK", "serviceVersion": "1.0", "serviceUUID": "d77ac896-7694-4c41-b385-a6efff7d66cc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "528c0437-af67-4596-af90-7811243d76da", "resources": [ { "resourceInstanceName": "pNF f42ab52c-990c 0", "resourceCustomizationUUID": "770df660-1e1e-461d-8059-8b49b78dbdba", "resourceName": "pNF f42ab52c-990c", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "88d95f92-8854-4d00-94f1-651db7e92019", "resourceInvariantUUID": "fa3c9817-19c4-4951-9a47-74fdd3826dde", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "artifactChecksum": "MDhhZGFjM2Y3NmJkZDA5ODIwYjllZGI1ZTAzM2JiODU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a2b4a76a-a724-4c9b-ad19-717d5ce0f844" } ], "workloadContext": "Production" } 2022-02-26T11:52:44.850Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-26T11:52:44.850Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d77ac896-7694-4c41-b385-a6efff7d66cc ASDC 2022-02-26T11:52:44.851Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:98c95016-402c-4d78-87c9-a65dab46bd07 ServiceName:Demo_pNF_a3OW46NEVlpSejUgUEeK ServiceVersion:1.0 ServiceUUID:d77ac896-7694-4c41-b385-a6efff7d66cc ServiceInvariantUUID:528c0437-af67-4596-af90-7811243d76da ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfA3ow46nevlpsejugueek-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar ArtifactUUID:a2b4a76a-a724-4c9b-ad19-717d5ce0f844 ArtifactChecksum:MDhhZGFjM2Y3NmJkZDA5ODIwYjllZGI1ZTAzM2JiODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f42ab52c-990c 0 ResourceCustomizationUUID:770df660-1e1e-461d-8059-8b49b78dbdba ResourceInvariantUUID:fa3c9817-19c4-4951-9a47-74fdd3826dde ResourceName:pNF f42ab52c-990c ResourceType:PNF ResourceUUID:88d95f92-8854-4d00-94f1-651db7e92019 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-02-26T11:52:44.851Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d77ac896-7694-4c41-b385-a6efff7d66cc 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-02-26T11:52:44.887Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-26T11:52:44.889Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-26T11:52:44.889Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-26T11:52:44.889Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a2b4a76a-a724-4c9b-ad19-717d5ce0f844 from URL: /sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:44.889Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-26T11:52:44.889Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:45.213Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-26T11:52:45.217Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar a2b4a76a-a724-4c9b-ad19-717d5ce0f844 82663 2022-02-26T11:52:45.218Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar ASDC sendASDCNotification 2022-02-26T11:52:45.218Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:45.218Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-26T11:52:45.218Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:52:45.220Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:52:45.220Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876365217, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:52:45.320Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:52:45.322Z||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-02-26T11:52:45.322Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:52:45.337Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:45.338Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-02-26T11:52:46.221Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-26T11:52:46.221Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-26T11:52:46.222Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a2b4a76a-a724-4c9b-ad19-717d5ce0f844, URL: /sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar to file: /app/ASDC/1/service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:46.222Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:46.223Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:46.223Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:46.426Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13083576281488532485/Definitions/service-DemoPnfA3ow46nevlpsejugueek-template.yml 2022-02-26T11:52:47.278Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-26T11:52:47.279Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-26T11:52:47.279Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:47.279Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-02-26T11:52:47.279Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||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-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:47.279Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:47.279Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||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-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:47.279Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:47.279Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:47.279Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f42ab52c-990c 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-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:47.279Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:47.279Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-26T11:52:47.280Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:52:47.280Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a3OW46NEVlpSejUgUEeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:52:47.280Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Node template pNF f42ab52c-990c 0 is matching search criteria 2022-02-26T11:52:47.281Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-26T11:52:47.281Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f42ab52c-990c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-26T11:52:47.281Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:52:47.281Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a3OW46NEVlpSejUgUEeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:52:47.281Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Node template pNF f42ab52c-990c 0 is matching search criteria 2022-02-26T11:52:47.281Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-26T11:52:47.282Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f42ab52c-990c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-26T11:52:47.282Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:52:47.282Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a3OW46NEVlpSejUgUEeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:52:47.282Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:52:47.282Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a3OW46NEVlpSejUgUEeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:52:47.282Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:52:47.282Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a3OW46NEVlpSejUgUEeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:52:47.283Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:52:47.283Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a3OW46NEVlpSejUgUEeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:52:47.283Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:52:47.283Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a3OW46NEVlpSejUgUEeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:52:47.283Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_a3OW46NEVlpSejUgUEeK Description:catalog service description Model UUID:d77ac896-7694-4c41-b385-a6efff7d66cc Model Version:NULL Model InvariantUuid:528c0437-af67-4596-af90-7811243d76da 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-02-26T11:52:47.289Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 88d95f92-8854-4d00-94f1-651db7e92019 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-02-26T11:52:47.295Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||pNF f42ab52c-990c 0 2022-02-26T11:52:47.295Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 88d95f92-8854-4d00-94f1-651db7e92019 2022-02-26T11:52:47.295Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||No resources found for Service: d77ac896-7694-4c41-b385-a6efff7d66cc 2022-02-26T11:52:47.295Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d77ac896-7694-4c41-b385-a6efff7d66cc 2022-02-26T11:52:47.296Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f42ab52c-990c 0 88d95f92-8854-4d00-94f1-651db7e92019 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-02-26T11:52:47.301Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a1ac96, org.onap.sdc.toscaparser.api.parameters.Input@256babb7, org.onap.sdc.toscaparser.api.parameters.Input@22435b75, org.onap.sdc.toscaparser.api.parameters.Input@4a81605f, org.onap.sdc.toscaparser.api.parameters.Input@44cab085] 2022-02-26T11:52:47.302Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:52:47.302Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a3OW46NEVlpSejUgUEeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:52:47.302Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d77ac896-7694-4c41-b385-a6efff7d66cc: pNF f42ab52c-990c 2022-02-26T11:52:47.302Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||Processing PNF resource: 88d95f92-8854-4d00-94f1-651db7e92019 2022-02-26T11:52:47.302Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-26T11:52:47.303Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a3OW46NEVlpSejUgUEeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-26T11:52:47.303Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||Resource customization UUID: 770df660-1e1e-461d-8059-8b49b78dbdba is the same as notified resource customizationUUID: 770df660-1e1e-461d-8059-8b49b78dbdba 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-02-26T11:52:47.350Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f42ab52c-990c 88d95f92-8854-4d00-94f1-651db7e92019 0 ASDC deployResourceStructure 2022-02-26T11:52:47.351Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar ASDC sendASDCNotification 2022-02-26T11:52:47.351Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar 2022-02-26T11:52:47.351Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-26T11:52:47.351Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:52:47.353Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:52:47.354Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876367351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:52:47.454Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:52:47.455Z||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-02-26T11:52:47.455Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:52:47.465Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:52:47.466Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-02-26T11:52:48.355Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98c95016-402c-4d78-87c9-a65dab46bd07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:52:48.366Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98c95016-402c-4d78-87c9-a65dab46bd07 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-02-26T11:52:48.368Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:52:48.368Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:52:48.368Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:53:18.369Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98c95016-402c-4d78-87c9-a65dab46bd07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:53:18.385Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98c95016-402c-4d78-87c9-a65dab46bd07 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-02-26T11:53:18.388Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:53:18.388Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:53:18.388Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:53:36.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:53:36.174Z||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-02-26T11:53:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:53:36.300Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:53:36.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-26T11:53:36.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:53:36.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-26T11:53:48.388Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98c95016-402c-4d78-87c9-a65dab46bd07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:53:48.399Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98c95016-402c-4d78-87c9-a65dab46bd07 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-02-26T11:53:48.401Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:53:48.401Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:53:48.401Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:54:18.402Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98c95016-402c-4d78-87c9-a65dab46bd07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:54:18.426Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98c95016-402c-4d78-87c9-a65dab46bd07 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-02-26T11:54:18.428Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:54:18.428Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-26T11:54:18.429Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-26T11:54:36.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:54:36.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T11:54:36.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:54:36.707Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:54:36.709Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.709Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645876352419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:54:36.712Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-26T11:54:36.712Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.712Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-26T11:54:36.712Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-26T11:54:36.713Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.713Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645876352419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:54:36.713Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-26T11:54:36.714Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.714Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "aai-ml", "timestamp": 1645876358492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:54:36.714Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:54:36.714Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.715Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "clamp", "timestamp": 1645876358780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:54:36.715Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:54:36.715Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.715Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-26T11:54:36.716Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-26T11:54:36.716Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.716Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645876352419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:54:36.717Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-26T11:54:36.717Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.717Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "aai-ml", "timestamp": 1645876359496, "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-02-26T11:54:36.724Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98c95016-402c-4d78-87c9-a65dab46bd07 2022-02-26T11:54:36.724Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98c95016-402c-4d78-87c9-a65dab46bd07 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-02-26T11:54:36.738Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.739Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-26T11:54:36.739Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-26T11:54:36.739Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.739Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645876352419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:54:36.739Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-26T11:54:36.739Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.739Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:54:36.739Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-26T11:54:36.740Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.740Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645876361517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:54:36.740Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:54:36.740Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.740Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "clamp", "timestamp": 1645876361786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:54:36.740Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:54:36.740Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.740Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/resourceInstances/pnff42ab52c990c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-26T11:54:36.741Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-26T11:54:36.741Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.741Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "clamp", "timestamp": 1645876362789, "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-02-26T11:54:36.745Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 98c95016-402c-4d78-87c9-a65dab46bd07 2022-02-26T11:54:36.746Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98c95016-402c-4d78-87c9-a65dab46bd07 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-02-26T11:54:36.755Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.755Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-template.yml", "status": "NOT_NOTIFIED" } 2022-02-26T11:54:36.755Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-26T11:54:36.755Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.755Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876356170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "NOTIFIED" } 2022-02-26T11:54:36.756Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-26T11:54:36.756Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.756Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645876363937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:54:36.757Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:54:36.757Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.758Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645876364941, "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-02-26T11:54:36.765Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98c95016-402c-4d78-87c9-a65dab46bd07 2022-02-26T11:54:36.765Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98c95016-402c-4d78-87c9-a65dab46bd07 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-02-26T11:54:36.773Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.773Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876365217, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-26T11:54:36.774Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:54:36.774Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:54:36.774Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876367351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3ow46nevlpsejugueek/1.0/artifacts/service-DemoPnfA3ow46nevlpsejugueek-csar.csar", "status": "DEPLOY_OK" } 2022-02-26T11:54:36.774Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:54:48.429Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98c95016-402c-4d78-87c9-a65dab46bd07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-26T11:54:48.439Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98c95016-402c-4d78-87c9-a65dab46bd07 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-02-26T11:54:48.442Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-26T11:54:48.442Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-26T11:54:48.442Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-26T11:54:48.442Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-26T11:54:48.442Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:54:48.442Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:54:48.443Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:54:48.443Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:54:48.443Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:54:48.443Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:54:48.443Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-26T11:54:48.444Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-26T11:54:48.449Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-26T11:55:18.449Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98c95016-402c-4d78-87c9-a65dab46bd07 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-02-26T11:55:18.455Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98c95016-402c-4d78-87c9-a65dab46bd07 and serviceModelVersionId: d77ac896-7694-4c41-b385-a6efff7d66cc 2022-02-26T11:55:18.455Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 528c0437-af67-4596-af90-7811243d76da 2022-02-26T11:55:18.457Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/528c0437-af67-4596-af90-7811243d76da/model-vers/model-ver/d77ac896-7694-4c41-b385-a6efff7d66cc?depth=0 2022-02-26T11:55:18.464Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-02-26T11:55:18.523Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/528c0437-af67-4596-af90-7811243d76da/model-vers/model-ver/d77ac896-7694-4c41-b385-a6efff7d66cc?depth=0|INFO|500||Invoke 2022-02-26T11:55:18.525Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/528c0437-af67-4596-af90-7811243d76da/model-vers/model-ver/d77ac896-7694-4c41-b385-a6efff7d66cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/528c0437-af67-4596-af90-7811243d76da/model-vers/model-ver/d77ac896-7694-4c41-b385-a6efff7d66cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[98c95016-402c-4d78-87c9-a65dab46bd07], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a67799a-b581-46f5-ad57-a10c7ff96cfb], X-ECOMP-RequestID=[98c95016-402c-4d78-87c9-a65dab46bd07], X-TransactionId=[], X-ONAP-RequestID=[98c95016-402c-4d78-87c9-a65dab46bd07], Content-Type=[application/merge-patch+json]} 2022-02-26T11:55:18.551Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/528c0437-af67-4596-af90-7811243d76da/model-vers/model-ver/d77ac896-7694-4c41-b385-a6efff7d66cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-26T11:55:18.735Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/528c0437-af67-4596-af90-7811243d76da/model-vers/model-ver/d77ac896-7694-4c41-b385-a6efff7d66cc?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/528c0437-af67-4596-af90-7811243d76da/model-vers/model-ver/d77ac896-7694-4c41-b385-a6efff7d66cc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220226-11:55:18:552-90378], vertex-id=[172160], Content-Length=[0], Date=[Sat, 26 Feb 2022 11:55:18 GMT], Content-Type=[application/json]} 2022-02-26T11:55:18.735Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/528c0437-af67-4596-af90-7811243d76da/model-vers/model-ver/d77ac896-7694-4c41-b385-a6efff7d66cc?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-26T11:55:18.736Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/528c0437-af67-4596-af90-7811243d76da/model-vers/model-ver/d77ac896-7694-4c41-b385-a6efff7d66cc?depth=0|INFO|500||InvokeReturn 2022-02-26T11:55:18.737Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-26T11:55:18.737Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-26T11:55:18.743Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-26T11:55:18.743Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98c95016-402c-4d78-87c9-a65dab46bd07 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-26T11:55:18.743Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-26T11:55:18.744Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-26T11:55:18.751Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-26T11:55:18.751Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876518743, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-26T11:55:18.851Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-26T11:55:18.852Z||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-02-26T11:55:18.852Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:55:18.879Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:55:18.880Z||pool-88-thread-1|||||INFO|500||cambria reply ok (29 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-02-26T11:55:19.763Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:55:19.763Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-26T11:55:19.764Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:55:30.739Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:55:30.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:55:30.740Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-26T11:55:30.740Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ... 2022-02-26T11:55:36.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:55:36.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T11:55:36.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:55:36.802Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:55:36.803Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-26T11:55:36.803Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "98c95016-402c-4d78-87c9-a65dab46bd07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645876518743, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-26T11:55:36.804Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-26T11:55:40.279Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:55:40.280Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:55:40.281Z||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-02-26T11:55:40.281Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:55:49.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:56:36.171Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:56:36.173Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:56:36.175Z|98c95016-402c-4d78-87c9-a65dab46bd07|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-02-26T11:56:36.175Z||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-02-26T11:56:36.176Z|98c95016-402c-4d78-87c9-a65dab46bd07|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:56:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:56:45.726Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:56:45.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:57:36.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:57:36.171Z||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-02-26T11:57:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:57:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:57:36.173Z||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-02-26T11:57:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:57:45.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:57:45.722Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:58:36.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:58:36.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:58:36.175Z||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-02-26T11:58:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:58:36.176Z||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-02-26T11:58:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:58:45.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:58:45.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:59:36.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:59:36.171Z||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-02-26T11:59:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:59:36.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T11:59:36.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T11:59:36.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T11:59:45.718Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T11:59:45.718Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:00:36.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:00:36.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:00:36.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:00:36.173Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:00:36.173Z|98c95016-402c-4d78-87c9-a65dab46bd07|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-02-26T12:00:36.173Z|98c95016-402c-4d78-87c9-a65dab46bd07|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:00:45.735Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:00:45.745Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:01:36.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:01:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:01:36.174Z||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-02-26T12:01:36.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:01:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:01:36.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:01:45.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:01:45.727Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:02:36.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:02:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:02:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:02:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:02:36.173Z||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-02-26T12:02:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:02:45.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:02:45.728Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:03:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:03:36.173Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:03:36.174Z|c396c695-3d19-45be-8258-297a378f1f90|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-02-26T12:03:36.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:03:36.174Z|c396c695-3d19-45be-8258-297a378f1f90|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:03:36.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:03:45.723Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:03:45.735Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:04:36.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:04:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:04:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:04:36.173Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:04:36.173Z|98c95016-402c-4d78-87c9-a65dab46bd07|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-02-26T12:04:36.173Z|98c95016-402c-4d78-87c9-a65dab46bd07|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:04:45.710Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:04:45.713Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:05:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:05:36.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:05:36.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:05:36.177Z||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-02-26T12:05:36.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:05:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:05:45.734Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:05:45.753Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:06:36.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:06:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:06:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:06:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:06:36.173Z||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-02-26T12:06:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:06:45.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:06:45.723Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:07:36.173Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:07:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:07:36.175Z|d81808ef-c360-4387-bb34-2a80f1d52617|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-02-26T12:07:36.176Z|d81808ef-c360-4387-bb34-2a80f1d52617|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:07:36.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:07:36.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:07:45.740Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:07:45.740Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:08:36.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:08:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:08:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:08:36.173Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:08:36.173Z|98c95016-402c-4d78-87c9-a65dab46bd07|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-02-26T12:08:36.173Z|98c95016-402c-4d78-87c9-a65dab46bd07|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:08:45.721Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:08:45.721Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:09:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:09:36.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:09:36.178Z||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-02-26T12:09:36.178Z||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-02-26T12:09:36.178Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:09:36.179Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:09:45.731Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:09:45.731Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:10:36.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:10:36.171Z||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-02-26T12:10:36.172Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:10:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:10:36.173Z||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-02-26T12:10:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:10:45.715Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:10:45.718Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:11:36.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:11:36.173Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:11:36.175Z||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-02-26T12:11:36.176Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:11:36.175Z|d81808ef-c360-4387-bb34-2a80f1d52617|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-02-26T12:11:36.176Z|d81808ef-c360-4387-bb34-2a80f1d52617|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:11:45.736Z|d81808ef-c360-4387-bb34-2a80f1d52617|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:11:45.739Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:11:53.881Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-26T12:12:36.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:12:36.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:12:36.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:12:36.173Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:12:36.174Z|98c95016-402c-4d78-87c9-a65dab46bd07|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-02-26T12:12:36.174Z|98c95016-402c-4d78-87c9-a65dab46bd07|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:12:45.729Z|98c95016-402c-4d78-87c9-a65dab46bd07|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:12:45.736Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:13:36.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:13:36.173Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:13:36.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:13:36.174Z|c396c695-3d19-45be-8258-297a378f1f90|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-02-26T12:13:36.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:13:36.174Z|c396c695-3d19-45be-8258-297a378f1f90|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:13:45.722Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:13:45.722Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:14:36.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:14:36.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:14:36.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:14:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:14:36.173Z||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-02-26T12:14:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:14:45.719Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:14:45.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:15:36.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:15:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:15:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:15:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:15:36.173Z||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-02-26T12:15:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:15:45.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:15:45.733Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:16:36.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:16:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:16:36.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:16:36.173Z||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-02-26T12:16:36.173Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:16:36.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:16:45.731Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:16:45.731Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:17:36.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:17:36.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:17:36.173Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:17:36.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:17:36.173Z|c396c695-3d19-45be-8258-297a378f1f90|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-02-26T12:17:36.173Z|c396c695-3d19-45be-8258-297a378f1f90|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:17:45.720Z|c396c695-3d19-45be-8258-297a378f1f90|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:17:45.720Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:18:36.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:18:36.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:18:36.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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-02-26T12:18:36.177Z||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-02-26T12:18:36.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:18:36.177Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:18:45.735Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:18:45.735Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:19:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:19:36.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:19:36.177Z||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-02-26T12:19:36.177Z||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-02-26T12:19:36.178Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:19:36.178Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:19:45.732Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:19:45.732Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:20:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:20:36.171Z||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-02-26T12:20:36.171Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:20:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:20:36.173Z||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-02-26T12:20:36.174Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:20:45.717Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:20:45.719Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:21:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:21:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-26T12:21:36.174Z||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-02-26T12:21:36.174Z||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-02-26T12:21:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:21:36.175Z||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 iA0ZFTuIDzbSICGq) ... 2022-02-26T12:21:45.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-26T12:21:45.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK