JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-05-17T05:18:59.534Z||main|||||INFO|500||The following profiles are active: basic 2022-05-17T05:19:10.763Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-17T05:19:10.764Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-17T05:19:10.886Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-17T05:19:14.973Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-17T05:19:15.466Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-17T05:19:16.066Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-17T05:19:16.073Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-17T05:19:16.185Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-17T05:19:16.437Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-17T05:19:17.111Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-17T05:19:18.926Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-17T05:19:21.317Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-17T05:19:21.382Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-17T05:19:22.109Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-17T05:19:22.324Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-05-17T05:19:23.480Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-17T05:19:24.561Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-17T05:19:24.579Z||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$$7b5c92.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-05-17T05:19:24.580Z||main|||||WARN|500||The sdc end point is not alive 2022-05-17T05:19:28.120Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-05-17T05:19:31.729Z||main|||||WARN|500||--- 2022-05-17T05:19:31.729Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-17T05:19:31.730Z||main|||||WARN|500||--- 2022-05-17T05:19:32.264Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-17T05:19:38.230Z||main|||||INFO|500||Started Application in 41.837 seconds (JVM running for 44.156) 2022-05-17T05:19:38.243Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-17T05:19:38.248Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-17T05:19:38.262Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-17T05:19:38.289Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-17T05:19:38.335Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e3f6089-649e-4d2e-8612-72bf916b4f67 url= /sdc/v1/artifactTypes 2022-05-17T05:19:38.335Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-17T05:19:38.612Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:19:38.638Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-05-17T05:19:38.662Z||scheduling-1|||||DEBUG|500||create keys 2022-05-17T05:19:38.670Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-17T05:19:38.697Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:19:38.716Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 65430095-b176-4e3b-b2f9-3ce41f7e08eb url= /sdc/v1/registerForDistribution 2022-05-17T05:19:38.881Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 65430095-b176-4e3b-b2f9-3ce41f7e08eb url= /sdc/v1/registerForDistribution 2022-05-17T05:19:38.882Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-17T05:19:38.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:19:38.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:19:38.909Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-17T05:19:38.910Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:19:38.910Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:19:38.911Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:19:38.911Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:19:49.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:19:49.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:20:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:20:38.891Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:20:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:20:38.899Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:20:38.900Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:20:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:20:48.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:20:48.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:21:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:21:38.891Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:21:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:21:38.899Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:21:38.900Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:21:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:21:48.441Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:21:48.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:22:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:22:38.891Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:22:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:22:38.899Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:22:38.900Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:22:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:22:48.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:22:48.449Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:23:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:23:38.891Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:23:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:23:38.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:23:38.900Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:23:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:23:48.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:23:48.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:24:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:24:38.891Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:24:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:24:38.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:24:38.901Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:24:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:24:48.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:24:48.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:25:38.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:25:38.894Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:25:38.894Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:25:38.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:25:38.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:25:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:25:48.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:25:48.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:26:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:26:38.892Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:26:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:26:38.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:26:38.902Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:26:38.902Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:26:48.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:26:48.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:27:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:27:38.892Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:27:38.893Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:27:38.899Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:27:38.900Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:27:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:27:48.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:27:48.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:28:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:28:38.892Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:28:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:28:38.899Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:28:38.900Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:28:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:28:48.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:28:48.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:28:56.268Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-17T05:29:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:29:38.891Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:29:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:29:38.899Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:29:38.900Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:29:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:29:48.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:29:48.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:30:38.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:30:38.892Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:30:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:30:38.899Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:30:38.900Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:30:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:30:48.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:30:48.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:31:38.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:31:38.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:31:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:31:38.899Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:31:38.900Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:31:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:31:48.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:31:48.456Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:32:38.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:32:38.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:32:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:32:38.899Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:32:38.900Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:32:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:32:48.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:32:48.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:33:38.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:33:38.891Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:33:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:33:38.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:33:38.901Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:33:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:33:48.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:33:48.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:34:38.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:34:38.892Z||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-05-17T05:34:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:34:38.899Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:34:38.900Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:34:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:34:48.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:34:48.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:35:38.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:35:38.892Z||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-05-17T05:35:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:35:38.899Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:35:38.900Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:35:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:35:48.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:35:48.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:36:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:36:38.893Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:36:38.893Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:36:38.899Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:36:38.900Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:36:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:36:48.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:36:48.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:37:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:37:38.892Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:37:38.892Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:37:38.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:37:38.900Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:37:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:37:48.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:37:48.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:38:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:38:38.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:38:38.891Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:38:38.899Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:38:38.900Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:38:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:38:48.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:38:48.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:39:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:39:38.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:39:38.891Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:39:38.899Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:39:38.900Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:39:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:39:48.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:39:48.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:40:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:40:38.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:40:38.891Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:40:38.899Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:40:38.900Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:40:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:40:48.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:40:48.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:41:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:41:38.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:41:38.891Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:41:38.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:41:38.900Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:41:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:41:48.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:41:48.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:42:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:42:38.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:42:38.892Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:42:38.899Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:42:38.900Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:42:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:42:48.470Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:42:48.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:43:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:43:38.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:43:38.891Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:43:38.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:43:38.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:43:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:43:48.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:43:48.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:44:38.891Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:44:38.892Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:44:38.893Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:44:38.899Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:44:38.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:44:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:44:48.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:44:48.496Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:45:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:45:38.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:45:38.892Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:45:38.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:45:38.900Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:45:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:45:48.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:45:48.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:46:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:46:38.893Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:46:38.893Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:46:38.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:46:38.900Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:46:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:46:48.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:46:48.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:47:38.891Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:47:38.892Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:47:38.893Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:47:38.899Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:47:38.900Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:47:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:47:48.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:47:48.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:48:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:48:38.891Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:48:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:48:38.899Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:48:38.900Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:48:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:48:48.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:48:48.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:48:58.100Z||http-nio-8085-exec-3|||||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-05-17T05:49:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:49:38.891Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:49:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:49:38.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:49:38.901Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:49:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:49:48.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:49:48.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:50:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:50:38.891Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:50:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:50:38.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:50:38.900Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:50:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:50:48.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:50:48.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:51:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:51:38.891Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:51:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:51:38.899Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:51:38.900Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:51:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:51:48.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:51:48.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:52:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:52:38.892Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:52:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:52:38.899Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:52:38.900Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:52:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:52:48.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:52:48.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:53:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:53:38.891Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:53:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:53:38.899Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:53:38.900Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:53:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:53:48.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:53:48.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:54:38.892Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:54:38.893Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:38.899Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:54:38.900Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:54:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:39.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:39.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"12946032-ebd1-479c-a2a7-36e0c237e5a4","serviceName":"vFW 2022-05-17 05-52-47","serviceVersion":"1.0","serviceUUID":"271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b","serviceDescription":"catalog service description","serviceInvariantUUID":"91382b43-9c87-49fd-b3ee-c1d4c83900b8","resources":[{"resourceInstanceName":"vFW 69e7467e-56c8 0","resourceName":"vFW 69e7467e-56c8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d663e080-1b5d-4182-8924-0140d8cd0fb8","resourceInvariantUUID":"9e0b2727-a3c9-4ea4-a15b-112146d1f170","resourceCustomizationUUID":"c25c2a38-83c1-4bda-b4c9-5eb587eac0f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml","artifactChecksum":"ZjM5YTczMzkwOGE0ZDA2NGNlNTk0ZDczNDFjZjZkZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7672e4f6-398c-405b-a993-f6ebb3361213","artifactVersion":"1"},{"artifactName":"vfw69e7467e56c80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json","artifactChecksum":"YjkyODM4NjA0ZDk1YTMyODhlOTI4MDM3ZmQ3ZmExNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"60eb0da2-057c-42dc-b04a-c8ceff0dadfa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0abe752f-6d52-431b-bc9b-e95efc589aec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml","artifactChecksum":"MTQ2N2FmZjkxMzYyNTY0NmIyNTE0MzQyODg1MGU5NzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c44b929f-eded-4d95-ba5d-fcb228774ae6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2414f41e-4392-44c3-8231-828ea39160fa","artifactVersion":"2","generatedFromUUID":"0abe752f-6d52-431b-bc9b-e95efc589aec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220517055247-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml","artifactChecksum":"ODBhMWZlZmMwYjQ5MmIyNmI4YzY5YThjMWMwZmUxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc033063-c84a-4848-95ef-5acf4aeee323","artifactVersion":"1"},{"artifactName":"service-Vfw20220517055247-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar","artifactChecksum":"ZmFkZWFkZWRjNzZhMjI0MTIzZjU0Y2FlNGJkNzRhZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f245a832-ae83-4cc5-b080-97a96ed6b8be","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-17T05:54:39.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:39.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "multicloud-k8s-id", "timestamp": 1652766852354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.544Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:54:39.551Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:39.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "cds", "timestamp": 1652766844255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "aai-ml", "timestamp": 1652766853000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "multicloud-k8s-id", "timestamp": 1652766852354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "NOTIFIED" } 2022-05-17T05:54:39.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.566Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:39.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "cds", "timestamp": 1652766844255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.567Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "aai-ml", "timestamp": 1652766853000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "multicloud-k8s-id", "timestamp": 1652766852354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-17T05:54:39.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "cds", "timestamp": 1652766844255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "aai-ml", "timestamp": 1652766853000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "multicloud-k8s-id", "timestamp": 1652766852354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "cds", "timestamp": 1652766844255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "aai-ml", "timestamp": 1652766853000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "multicloud-k8s-id", "timestamp": 1652766852354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-17T05:54:39.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "cds", "timestamp": 1652766844255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "aai-ml", "timestamp": 1652766853000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "multicloud-k8s-id", "timestamp": 1652766852354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "cds", "timestamp": 1652766844255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "aai-ml", "timestamp": 1652766853000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "multicloud-k8s-id", "timestamp": 1652766852354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:54:39.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "cds", "timestamp": 1652766844255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:54:39.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "aai-ml", "timestamp": 1652766853000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:54:39.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "clamp", "timestamp": 1652766860300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "policy-id", "timestamp": 1652766860443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "multicloud-k8s-id", "timestamp": 1652766861674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T05:54:39.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:54:39.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "cds", "timestamp": 1652766860808, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:54:39.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:54:39.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "aai-ml", "timestamp": 1652766861566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:54:39.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:54:39.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "clamp", "timestamp": 1652766860300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "NOTIFIED" } 2022-05-17T05:54:39.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "policy-id", "timestamp": 1652766860443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "ves-openapi-manager", "timestamp": 1652766861841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "cds", "timestamp": 1652766861826, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:54:39.667Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-05-17T05:54:39.671Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:39.671Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:39.686Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:39.691Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:54:39.781Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12946032-ebd1-479c-a2a7-36e0c237e5a4 2022-05-17T05:54:39.805Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12946032-ebd1-479c-a2a7-36e0c237e5a4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:54:39.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "multicloud-k8s-id", "timestamp": 1652766862756, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T05:54:39.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:54:39.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "clamp", "timestamp": 1652766860300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "policy-id", "timestamp": 1652766860443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-17T05:54:39.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "ves-openapi-manager", "timestamp": 1652766861841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "multicloud-k8s-id", "timestamp": 1652766863807, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-17T05:54:39.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:54:39.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "clamp", "timestamp": 1652766860300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766862606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "policy-id", "timestamp": 1652766860443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "ves-openapi-manager", "timestamp": 1652766861841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "multicloud-k8s-id", "timestamp": 1652766864862, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:54:39.855Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12946032-ebd1-479c-a2a7-36e0c237e5a4 2022-05-17T05:54:39.855Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12946032-ebd1-479c-a2a7-36e0c237e5a4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:54:39.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "clamp", "timestamp": 1652766860300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766862606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "policy-id", "timestamp": 1652766860443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "ves-openapi-manager", "timestamp": 1652766861841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "multicloud-k8s-id", "timestamp": 1652766865866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "DEPLOY_OK" } 2022-05-17T05:54:39.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:54:39.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766862606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "clamp", "timestamp": 1652766860300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "policy-id", "timestamp": 1652766860443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "ves-openapi-manager", "timestamp": 1652766861841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766862606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "clamp", "timestamp": 1652766860300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:54:39.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "policy-id", "timestamp": 1652766860443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:54:39.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "ves-openapi-manager", "timestamp": 1652766861841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766862606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "ves-openapi-manager", "timestamp": 1652766861841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "policy-id", "timestamp": 1652766868374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:54:39.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:54:39.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766862606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:39.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "policy-id", "timestamp": 1652766869390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:54:39.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:54:39.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766862606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:54:39.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:54:39.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "policy-id", "timestamp": 1652766870395, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:54:39.876Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12946032-ebd1-479c-a2a7-36e0c237e5a4 2022-05-17T05:54:39.877Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12946032-ebd1-479c-a2a7-36e0c237e5a4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-17T05:54:39.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766871231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:54:39.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:54:39.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "clamp", "timestamp": 1652766875464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:54:39.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:54:39.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766874915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:54:39.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:54:39.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766875921, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:54:39.892Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12946032-ebd1-479c-a2a7-36e0c237e5a4 2022-05-17T05:54:39.892Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12946032-ebd1-479c-a2a7-36e0c237e5a4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:54:39.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "clamp", "timestamp": 1652766877474, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:54:39.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:54:39.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:54:39.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "clamp", "timestamp": 1652766878479, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:54:39.906Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 12946032-ebd1-479c-a2a7-36e0c237e5a4 2022-05-17T05:54:39.906Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12946032-ebd1-479c-a2a7-36e0c237e5a4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:54:40.579Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:54:40.580Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:40.582Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:40.583Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "NOTIFIED" } 2022-05-17T05:54:40.683Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:40.684Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:40.685Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:40.698Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:40.699Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:54:41.584Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:54:41.585Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:41.588Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:41.588Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-17T05:54:41.688Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:41.690Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:41.691Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:41.707Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:41.708Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:54:42.589Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:54:42.590Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:42.592Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:42.592Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:42.693Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-17T05:54:42.694Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:42.694Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:42.715Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:42.716Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-05-17T05:54:43.593Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:54:43.594Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:43.596Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:43.597Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-17T05:54:43.697Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:43.698Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:43.698Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:43.713Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:43.713Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:54:44.601Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:54:44.601Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:44.604Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:44.604Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:54:44.704Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:44.706Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:44.706Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:44.719Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:44.720Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:54:45.605Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:54:45.606Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:45.608Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:45.608Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:54:45.708Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:45.710Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:45.710Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:45.726Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:45.726Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:54:46.615Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "serviceName": "vFW 2022-05-17 05-52-47", "serviceVersion": "1.0", "serviceUUID": "271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "91382b43-9c87-49fd-b3ee-c1d4c83900b8", "resources": [ { "resourceInstanceName": "vFW 69e7467e-56c8 0", "resourceCustomizationUUID": "c25c2a38-83c1-4bda-b4c9-5eb587eac0f6", "resourceName": "vFW 69e7467e-56c8", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d663e080-1b5d-4182-8924-0140d8cd0fb8", "resourceInvariantUUID": "9e0b2727-a3c9-4ea4-a15b-112146d1f170", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw69e7467e56c80_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "artifactChecksum": "YjkyODM4NjA0ZDk1YTMyODhlOTI4MDM3ZmQ3ZmExNGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60eb0da2-057c-42dc-b04a-c8ceff0dadfa", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0abe752f-6d52-431b-bc9b-e95efc589aec", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2414f41e-4392-44c3-8231-828ea39160fa", "generatedFromUUID": "0abe752f-6d52-431b-bc9b-e95efc589aec" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2414f41e-4392-44c3-8231-828ea39160fa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220517055247-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "artifactChecksum": "ZmFkZWFkZWRjNzZhMjI0MTIzZjU0Y2FlNGJkNzRhZjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f245a832-ae83-4cc5-b080-97a96ed6b8be" } ], "workloadContext": "Production" } 2022-05-17T05:54:46.616Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-17T05:54:46.616Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b ASDC 2022-05-17T05:54:46.748Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:12946032-ebd1-479c-a2a7-36e0c237e5a4 ServiceName:vFW 2022-05-17 05-52-47 ServiceVersion:1.0 ServiceUUID:271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b ServiceInvariantUUID:91382b43-9c87-49fd-b3ee-c1d4c83900b8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220517055247-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar ArtifactUUID:f245a832-ae83-4cc5-b080-97a96ed6b8be ArtifactChecksum:ZmFkZWFkZWRjNzZhMjI0MTIzZjU0Y2FlNGJkNzRhZjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 69e7467e-56c8 0 ResourceCustomizationUUID:c25c2a38-83c1-4bda-b4c9-5eb587eac0f6 ResourceInvariantUUID:9e0b2727-a3c9-4ea4-a15b-112146d1f170 ResourceName:vFW 69e7467e-56c8 ResourceType:VF ResourceUUID:d663e080-1b5d-4182-8924-0140d8cd0fb8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw69e7467e56c80_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json ArtifactUUID:60eb0da2-057c-42dc-b04a-c8ceff0dadfa ArtifactChecksum:YjkyODM4NjA0ZDk1YTMyODhlOTI4MDM3ZmQ3ZmExNGE= 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/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml ArtifactUUID:0abe752f-6d52-431b-bc9b-e95efc589aec 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/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env ArtifactUUID:2414f41e-4392-44c3-8231-828ea39160fa 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/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env ArtifactUUID:2414f41e-4392-44c3-8231-828ea39160fa ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-17T05:54:46.749Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T05:54:46.801Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T05:54:46.802Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-17T05:54:46.804Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-17T05:54:46.804Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f245a832-ae83-4cc5-b080-97a96ed6b8be from URL: /sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar 2022-05-17T05:54:46.804Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-17T05:54:46.806Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar 2022-05-17T05:54:46.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:54:46.932Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar f245a832-ae83-4cc5-b080-97a96ed6b8be 99004 2022-05-17T05:54:46.934Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar ASDC sendASDCNotification 2022-05-17T05:54:46.934Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar 2022-05-17T05:54:46.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T05:54:46.937Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:46.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:46.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766886932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:54:47.040Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:47.041Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:47.041Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:47.054Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:47.054Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:54:47.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T05:54:47.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-17T05:54:47.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f245a832-ae83-4cc5-b080-97a96ed6b8be, URL: /sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar to file: /app/ASDC/1/service-Vfw20220517055247-csar.csar 2022-05-17T05:54:47.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220517055247-csar.csar 2022-05-17T05:54:48.036Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220517055247-csar.csar 2022-05-17T05:54:48.036Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220517055247-csar.csar 2022-05-17T05:54:48.768Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16561422061580288956/Definitions/service-Vfw20220517055247-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-05-17T05:54:51.908Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-17T05:54:51.913Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-17T05:54:51.913Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.913Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 69e7467e-56c8 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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.915Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.915Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.915Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.915Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.915Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-Vfw20220517055247-csar.csar 2022-05-17T05:54:51.915Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-17T05:54:51.921Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.923Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:51.926Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria 2022-05-17T05:54:51.927Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-17T05:54:51.929Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T05:54:51.931Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.931Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:51.931Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria 2022-05-17T05:54:51.931Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-17T05:54:51.932Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T05:54:51.932Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.932Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:51.935Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria 2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:54:51.937Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-17T05:54:51.937Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-17T05:54:51.937Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-17T05:54:51.937Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.939Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T05:54:51.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria 2022-05-17T05:54:51.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:54:51.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.941Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria 2022-05-17T05:54:51.941Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:54:51.941Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.941Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria 2022-05-17T05:54:51.941Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria 2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-17T05:54:51.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:54:51.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:51.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-17T05:54:51.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:51.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-17T05:54:51.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:54:51.944Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=87b0069c-ac09-410a-a754-d255ea7c60f5 2022-05-17T05:54:51.944Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.944Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria 2022-05-17T05:54:51.944Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:54:51.944Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:54:51.944Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-17T05:54:51.945Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:54:51.945Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:51.945Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:54:51.945Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-17T05:54:51.945Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-17T05:54:51.945Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-17T05:54:51.946Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:51.946Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-17T05:54:51.946Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:54:51.946Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=116308d8-04bf-49af-b291-1e6baf983506 2022-05-17T05:54:51.946Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.946Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria 2022-05-17T05:54:51.947Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:54:51.947Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:54:51.947Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-17T05:54:51.947Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:54:51.947Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:51.947Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:54:51.948Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-17T05:54:51.948Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-17T05:54:51.948Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-17T05:54:51.948Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:54:51.948Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:51.948Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-17T05:54:51.949Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3500fbb6-6253-4553-9037-2b7603124889 2022-05-17T05:54:51.949Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.949Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:51.949Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.949Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:51.949Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.950Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:51.950Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:51.950Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:51.950Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-17 05-52-47 Description:catalog service description Model UUID:271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b Model Version:NULL Model InvariantUuid:91382b43-9c87-49fd-b3ee-c1d4c83900b8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 69e7467e-56c8 Model UUID:64dd2a16-ffac-4621-9ff7-18155aab7e2a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:9e0b2727-a3c9-4ea4-a15b-112146d1f170 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c25c2a38-83c1-4bda-b4c9-5eb587eac0f6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:964d5cfc-e5a4-44fb-a8f7-4fffa3616254 ModelName:Vfw69e7467e56c8..base_vfw..module-0 ModelUuid:e4c09ff3-4a00-4820-810e-dc1becadd51d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:87b0069c-ac09-410a-a754-d255ea7c60f5 ModelInvariantUuid:f998c87e-3c2e-4baa-8402-5d9a6e38a5e8 ModelName:vFW 69e7467e-56c8-nodes.vfwCvfc ModelUuid:6948021c-50e6-45db-974d-c948a38c88e7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b0bd9bbe-323c-47c8-a4ee-2e64c9e40237 ModelInvariantUuid:ca6cda78-c651-44f9-9fd7-fd7c0851b14b ModelName:Vfw69e7467e56c8.compute.nodes.heat.vfw ModelUuid:2359e508-8480-4b71-bf7c-6e52fd5f697b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:116308d8-04bf-49af-b291-1e6baf983506 ModelInvariantUuid:c4034de3-11a8-484e-8d6c-3884be0ddd69 ModelName:vFW 69e7467e-56c8-nodes.vsnCvfc ModelUuid:ff6fd779-5149-4f31-8f22-7dc1bc77e1fa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8bcf809d-2841-4872-a4a8-11a0c289da79 ModelInvariantUuid:8d1be2df-c381-408c-ac54-1b8aceead185 ModelName:Vfw69e7467e56c8.compute.nodes.heat.vsn ModelUuid:aa208e80-9652-4f24-9111-321ae8463f80 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3500fbb6-6253-4553-9037-2b7603124889 ModelInvariantUuid:e795786f-cc18-438c-a821-2152ef7ef3b3 ModelName:vFW 69e7467e-56c8-nodes.vpgCvfc ModelUuid:e243635c-9867-428a-b8f8-7d9775f0ae1b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:ae3b80ad-9743-4d3b-9104-e4395ec21fb7 ModelInvariantUuid:ce794af8-04a3-440c-8ae1-3a5479f120c1 ModelName:Vfw69e7467e56c8.compute.nodes.heat.vpg ModelUuid:fdf9e927-0951-421a-aeb9-7daaaa94b62f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-17T05:54:51.959Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d663e080-1b5d-4182-8924-0140d8cd0fb8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T05:54:52.055Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||vFW 69e7467e-56c8 0 2022-05-17T05:54:52.063Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d663e080-1b5d-4182-8924-0140d8cd0fb8 2022-05-17T05:54:52.063Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 60eb0da2-057c-42dc-b04a-c8ceff0dadfa from URL: /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json 2022-05-17T05:54:52.063Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-17T05:54:52.064Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json 2022-05-17T05:54:52.171Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:54:52.172Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json 60eb0da2-057c-42dc-b04a-c8ceff0dadfa 785 2022-05-17T05:54:52.172Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json ASDC sendASDCNotification 2022-05-17T05:54:52.172Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json 2022-05-17T05:54:52.172Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T05:54:52.173Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:52.176Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:52.176Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766892172, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T05:54:52.276Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:52.277Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:52.278Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:52.291Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:52.291Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:54:53.178Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw69e7467e56c8..base_vfw..module-0", "vfModuleModelInvariantUUID": "964d5cfc-e5a4-44fb-a8f7-4fffa3616254", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e4c09ff3-4a00-4820-810e-dc1becadd51d", "vfModuleModelCustomizationUUID": "8b9741ad-c3e8-4b40-863e-2eefcb54dd68", "isBase": true, "artifacts": [ "0abe752f-6d52-431b-bc9b-e95efc589aec", "2414f41e-4392-44c3-8231-828ea39160fa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T05:54:53.193Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw69e7467e56c8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e4c09ff3-4a00-4820-810e-dc1becadd51d VfModuleModelInvariantUUID:964d5cfc-e5a4-44fb-a8f7-4fffa3616254 VfModuleModelDescription:NULL Artifacts UUID List:{ 0abe752f-6d52-431b-bc9b-e95efc589aec , 2414f41e-4392-44c3-8231-828ea39160fa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-17T05:54:53.195Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw69e7467e56c8..base_vfw..module-0", "vfModuleModelInvariantUUID": "964d5cfc-e5a4-44fb-a8f7-4fffa3616254", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e4c09ff3-4a00-4820-810e-dc1becadd51d", "vfModuleModelCustomizationUUID": "8b9741ad-c3e8-4b40-863e-2eefcb54dd68", "isBase": true, "artifacts": [ "0abe752f-6d52-431b-bc9b-e95efc589aec", "2414f41e-4392-44c3-8231-828ea39160fa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T05:54:53.195Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw69e7467e56c8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e4c09ff3-4a00-4820-810e-dc1becadd51d VfModuleModelInvariantUUID:964d5cfc-e5a4-44fb-a8f7-4fffa3616254 VfModuleModelDescription:NULL Artifacts UUID List:{ 0abe752f-6d52-431b-bc9b-e95efc589aec , 2414f41e-4392-44c3-8231-828ea39160fa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-17T05:54:53.196Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0abe752f-6d52-431b-bc9b-e95efc589aec from URL: /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml 2022-05-17T05:54:53.196Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-17T05:54:53.196Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml 2022-05-17T05:54:53.243Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:54:53.244Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml 0abe752f-6d52-431b-bc9b-e95efc589aec 20368 2022-05-17T05:54:53.244Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-17T05:54:53.244Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml 2022-05-17T05:54:53.244Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T05:54:53.245Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:53.246Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:53.247Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766893244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T05:54:53.347Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:53.348Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:53.348Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:53.359Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:53.360Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:54:54.247Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2414f41e-4392-44c3-8231-828ea39160fa from URL: /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env 2022-05-17T05:54:54.248Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-17T05:54:54.248Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env 2022-05-17T05:54:54.422Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:54:54.423Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env 2414f41e-4392-44c3-8231-828ea39160fa 2098 2022-05-17T05:54:54.423Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-17T05:54:54.424Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env 2022-05-17T05:54:54.424Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T05:54:54.424Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:54.427Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:54.427Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766894423, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-17T05:54:54.527Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:54.529Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:54.529Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:54.545Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:54.545Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-17T05:54:55.428Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b 2022-05-17T05:54:55.429Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 69e7467e-56c8 0 d663e080-1b5d-4182-8924-0140d8cd0fb8 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T05:54:55.464Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72462e3a, org.onap.sdc.toscaparser.api.parameters.Input@46ca3d01, org.onap.sdc.toscaparser.api.parameters.Input@2f08ccf2, org.onap.sdc.toscaparser.api.parameters.Input@4b0e5e71, org.onap.sdc.toscaparser.api.parameters.Input@87a8ed4] 2022-05-17T05:54:55.468Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.468Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:55.468Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-17T05:54:55.469Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c25c2a38-83c1-4bda-b4c9-5eb587eac0f6 2022-05-17T05:54:55.469Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c25c2a38-83c1-4bda-b4c9-5eb587eac0f6 matches Tosca VF Customization UUID: c25c2a38-83c1-4bda-b4c9-5eb587eac0f6 2022-05-17T05:54:55.469Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c25c2a38-83c1-4bda-b4c9-5eb587eac0f6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-17T05:54:55.474Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.475Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:55.476Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c25c2a38-83c1-4bda-b4c9-5eb587eac0f6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-05-17T05:54:55.476Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4dd2c540 2022-05-17T05:54:55.476Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.476Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T05:54:55.477Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b9741ad-c3e8-4b40-863e-2eefcb54dd68 2022-05-17T05:54:55.477Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b9741ad-c3e8-4b40-863e-2eefcb54dd68 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-17T05:54:55.483Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.483Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria 2022-05-17T05:54:55.483Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:54:55.484Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.484Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria 2022-05-17T05:54:55.484Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:54:55.484Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.484Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria 2022-05-17T05:54:55.485Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:54:55.485Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:54:55.485Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-17T05:54:55.485Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-17T05:54:55.485Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-17T05:54:55.485Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:54:55.486Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:55.486Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-17T05:54:55.486Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:55.486Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-17T05:54:55.486Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:54:55.487Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=87b0069c-ac09-410a-a754-d255ea7c60f5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-17T05:54:55.493Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.493Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria 2022-05-17T05:54:55.493Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:54:55.493Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.494Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria 2022-05-17T05:54:55.494Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:54:55.494Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:54:55.494Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-17T05:54:55.495Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:54:55.495Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:55.495Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:54:55.495Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-17T05:54:55.496Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-17T05:54:55.496Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-17T05:54:55.496Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:55.496Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-17T05:54:55.496Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:54:55.497Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=116308d8-04bf-49af-b291-1e6baf983506 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-17T05:54:55.499Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.499Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria 2022-05-17T05:54:55.499Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:54:55.502Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.502Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria 2022-05-17T05:54:55.502Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:54:55.502Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:54:55.503Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-17T05:54:55.503Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:54:55.503Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:55.503Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:54:55.504Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-17T05:54:55.504Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-17T05:54:55.504Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-17T05:54:55.504Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:54:55.505Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-17T05:54:55.505Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-17T05:54:55.505Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3500fbb6-6253-4553-9037-2b7603124889 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-17T05:54:55.507Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.507Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria 2022-05-17T05:54:55.508Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:54:55.508Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.508Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria 2022-05-17T05:54:55.508Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=c25c2a38-83c1-4bda-b4c9-5eb587eac0f6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T05:54:55.510Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.510Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:55.511Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b: vFW 69e7467e-56c8 2022-05-17T05:54:55.511Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.511Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:55.511Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.512Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:55.512Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.512Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:55.512Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.513Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:55.513Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:54:55.513Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:54:55.513Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-17 05-52-47 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:54:55.729Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 69e7467e-56c8 d663e080-1b5d-4182-8924-0140d8cd0fb8 1 ASDC deployResourceStructure 2022-05-17T05:54:55.729Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json ASDC sendASDCNotification 2022-05-17T05:54:55.729Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json 2022-05-17T05:54:55.730Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T05:54:55.730Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:55.732Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:55.732Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766895729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "DEPLOY_OK" } 2022-05-17T05:54:55.833Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:55.834Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:55.834Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:55.845Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:55.846Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:54:56.736Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-17T05:54:56.736Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml 2022-05-17T05:54:56.737Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T05:54:56.737Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:56.739Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:56.739Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766896736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-17T05:54:56.839Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:56.841Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:56.841Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:56.856Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:56.857Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:54:57.740Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-17T05:54:57.741Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env 2022-05-17T05:54:57.741Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T05:54:57.741Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:57.743Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:57.743Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766897740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-17T05:54:57.843Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:57.846Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:57.847Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:57.864Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:57.864Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-05-17T05:54:58.744Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar ASDC sendASDCNotification 2022-05-17T05:54:58.744Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar 2022-05-17T05:54:58.744Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T05:54:58.745Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:54:58.747Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:54:58.747Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766898744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:54:58.847Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:54:58.848Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:54:58.848Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:54:58.862Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:54:58.862Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:54:59.748Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:54:59.769Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:54:59.773Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T05:54:59.773Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-17T05:54:59.773Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-17T05:55:29.774Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:55:29.789Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:55:29.792Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T05:55:29.793Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-17T05:55:29.793Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-17T05:55:38.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:55:38.901Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:55:38.902Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:55:39.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:55:39.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:55:39.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:55:39.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:55:59.793Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:55:59.804Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:55:59.809Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T05:55:59.809Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-17T05:55:59.809Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-17T05:56:29.810Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:56:29.824Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:56:29.827Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T05:56:29.827Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-17T05:56:29.828Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-17T05:56:38.899Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:56:38.901Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:56:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:56:39.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:56:39.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "aai-ml", "timestamp": 1652766880075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:56:39.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "NOTIFIED" } 2022-05-17T05:56:39.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "aai-ml", "timestamp": 1652766881083, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:56:39.453Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12946032-ebd1-479c-a2a7-36e0c237e5a4 2022-05-17T05:56:39.454Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12946032-ebd1-479c-a2a7-36e0c237e5a4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:56:39.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-17T05:56:39.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-17T05:56:39.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766878890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:56:39.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766886932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:56:39.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766892172, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T05:56:39.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766893244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T05:56:39.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766894423, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-17T05:56:39.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766895729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json", "status": "DEPLOY_OK" } 2022-05-17T05:56:39.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766896736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-17T05:56:39.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766897740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-17T05:56:39.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652766898744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:56:39.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "clamp", "timestamp": 1652766890300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "cds", "timestamp": 1652766889255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766892606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "multicloud-k8s-id", "timestamp": 1652766892354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "clamp", "timestamp": 1652766890300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "NOTIFIED" } 2022-05-17T05:56:39.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766892606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "cds", "timestamp": 1652766889255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "multicloud-k8s-id", "timestamp": 1652766892354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "NOTIFIED" } 2022-05-17T05:56:39.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "policy-id", "timestamp": 1652766900443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "clamp", "timestamp": 1652766890300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766892606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "multicloud-k8s-id", "timestamp": 1652766892354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-17T05:56:39.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "cds", "timestamp": 1652766889255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "policy-id", "timestamp": 1652766900443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "ves-openapi-manager", "timestamp": 1652766901841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "clamp", "timestamp": 1652766890300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766892606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "multicloud-k8s-id", "timestamp": 1652766892354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "cds", "timestamp": 1652766889255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "policy-id", "timestamp": 1652766900443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-17T05:56:39.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "ves-openapi-manager", "timestamp": 1652766901841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "clamp", "timestamp": 1652766890300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766892606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "cds", "timestamp": 1652766889255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "multicloud-k8s-id", "timestamp": 1652766892354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-17T05:56:39.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "policy-id", "timestamp": 1652766900443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "ves-openapi-manager", "timestamp": 1652766901841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "clamp", "timestamp": 1652766890300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766892606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "multicloud-k8s-id", "timestamp": 1652766892354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "cds", "timestamp": 1652766889255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "policy-id", "timestamp": 1652766900443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "ves-openapi-manager", "timestamp": 1652766901841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "clamp", "timestamp": 1652766890300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:56:39.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766892606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:56:39.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "multicloud-k8s-id", "timestamp": 1652766892354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:56:39.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "cds", "timestamp": 1652766889255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:56:39.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "policy-id", "timestamp": 1652766900443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "ves-openapi-manager", "timestamp": 1652766901841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "policy-id", "timestamp": 1652766900443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:56:39.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "ves-openapi-manager", "timestamp": 1652766901841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "multicloud-k8s-id", "timestamp": 1652766907764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T05:56:39.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "cds", "timestamp": 1652766906899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:56:39.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766906958, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:56:39.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "ves-openapi-manager", "timestamp": 1652766901841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "policy-id", "timestamp": 1652766908576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:56:39.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "cds", "timestamp": 1652766907903, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:56:39.519Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70645a6c-b29f-45f5-8bdd-8cce91714422 2022-05-17T05:56:39.519Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70645a6c-b29f-45f5-8bdd-8cce91714422 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:56:39.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "multicloud-k8s-id", "timestamp": 1652766909066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T05:56:39.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766908868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:56:39.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "policy-id", "timestamp": 1652766909581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:56:39.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "multicloud-k8s-id", "timestamp": 1652766910112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-17T05:56:39.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652766909873, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:56:39.533Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70645a6c-b29f-45f5-8bdd-8cce91714422 2022-05-17T05:56:39.533Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70645a6c-b29f-45f5-8bdd-8cce91714422 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:56:39.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "policy-id", "timestamp": 1652766910585, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:56:39.546Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70645a6c-b29f-45f5-8bdd-8cce91714422 2022-05-17T05:56:39.546Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70645a6c-b29f-45f5-8bdd-8cce91714422 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:56:39.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "multicloud-k8s-id", "timestamp": 1652766911139, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:56:39.561Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70645a6c-b29f-45f5-8bdd-8cce91714422 2022-05-17T05:56:39.561Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70645a6c-b29f-45f5-8bdd-8cce91714422 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-17T05:56:39.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "multicloud-k8s-id", "timestamp": 1652766912142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T05:56:39.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "aai-ml", "timestamp": 1652766913000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "clamp", "timestamp": 1652766914465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:56:39.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "aai-ml", "timestamp": 1652766913000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "aai-ml", "timestamp": 1652766913000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "clamp", "timestamp": 1652766916471, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:56:39.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "aai-ml", "timestamp": 1652766913000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "clamp", "timestamp": 1652766917474, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:56:39.579Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70645a6c-b29f-45f5-8bdd-8cce91714422 2022-05-17T05:56:39.579Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70645a6c-b29f-45f5-8bdd-8cce91714422 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:56:39.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "aai-ml", "timestamp": 1652766913000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "aai-ml", "timestamp": 1652766913000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:56:39.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "aai-ml", "timestamp": 1652766913000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:56:39.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:56:39.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "aai-ml", "timestamp": 1652766920734, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:56:39.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "aai-ml", "timestamp": 1652766929657, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:56:39.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:56:39.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:56:39.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "aai-ml", "timestamp": 1652766930661, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:56:39.593Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70645a6c-b29f-45f5-8bdd-8cce91714422 2022-05-17T05:56:39.594Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70645a6c-b29f-45f5-8bdd-8cce91714422 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:56:59.828Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:56:59.841Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:56:59.844Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T05:56:59.845Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-17T05:56:59.845Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-17T05:56:59.845Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-17T05:56:59.845Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:56:59.845Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:56:59.845Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:56:59.846Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:56:59.846Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:56:59.846Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:56:59.846Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:56:59.851Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-17T05:57:29.856Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-17T05:57:29.931Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 and serviceModelVersionId: 271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b 2022-05-17T05:57:29.932Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91382b43-9c87-49fd-b3ee-c1d4c83900b8 2022-05-17T05:57:38.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:57:38.901Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:57:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:57:39.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:57:39.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "cds", "timestamp": 1652767024255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "multicloud-k8s-id", "timestamp": 1652767032354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "cds", "timestamp": 1652767024255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "aai-ml", "timestamp": 1652767033000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "multicloud-k8s-id", "timestamp": 1652767032354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "NOTIFIED" } 2022-05-17T05:57:39.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "cds", "timestamp": 1652767024255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "aai-ml", "timestamp": 1652767033000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "multicloud-k8s-id", "timestamp": 1652767032354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-17T05:57:39.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "cds", "timestamp": 1652767024255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "aai-ml", "timestamp": 1652767033000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "multicloud-k8s-id", "timestamp": 1652767032354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "cds", "timestamp": 1652767024255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "aai-ml", "timestamp": 1652767033000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "multicloud-k8s-id", "timestamp": 1652767032354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-17T05:57:39.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "cds", "timestamp": 1652767024255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "aai-ml", "timestamp": 1652767033000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "multicloud-k8s-id", "timestamp": 1652767032354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "cds", "timestamp": 1652767024255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:57:39.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "aai-ml", "timestamp": 1652767033000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "multicloud-k8s-id", "timestamp": 1652767032354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:57:39.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "aai-ml", "timestamp": 1652767033000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:57:39.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "cds", "timestamp": 1652767038956, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:57:39.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "multicloud-k8s-id", "timestamp": 1652767040087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T05:57:39.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "cds", "timestamp": 1652767039961, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:57:39.574Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ff4c14a-dd87-4442-978e-82485cdc00a9 2022-05-17T05:57:39.574Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ff4c14a-dd87-4442-978e-82485cdc00a9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:57:39.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "aai-ml", "timestamp": 1652767040739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:57:39.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "clamp", "timestamp": 1652767040300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "multicloud-k8s-id", "timestamp": 1652767041146, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T05:57:39.584Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "policy-id", "timestamp": 1652767040443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "clamp", "timestamp": 1652767040300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "NOTIFIED" } 2022-05-17T05:57:39.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "multicloud-k8s-id", "timestamp": 1652767042195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-17T05:57:39.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "policy-id", "timestamp": 1652767040443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "ves-openapi-manager", "timestamp": 1652767041841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "clamp", "timestamp": 1652767040300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "multicloud-k8s-id", "timestamp": 1652767043221, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:57:39.591Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ff4c14a-dd87-4442-978e-82485cdc00a9 2022-05-17T05:57:39.591Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ff4c14a-dd87-4442-978e-82485cdc00a9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:57:39.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "policy-id", "timestamp": 1652767040443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-17T05:57:39.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "ves-openapi-manager", "timestamp": 1652767041841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "clamp", "timestamp": 1652767040300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767042606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "multicloud-k8s-id", "timestamp": 1652767044224, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "DEPLOY_OK" } 2022-05-17T05:57:39.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "policy-id", "timestamp": 1652767040443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "ves-openapi-manager", "timestamp": 1652767041841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "clamp", "timestamp": 1652767040300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767042606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "policy-id", "timestamp": 1652767040443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "ves-openapi-manager", "timestamp": 1652767041841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767042606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "clamp", "timestamp": 1652767040300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "policy-id", "timestamp": 1652767040443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "ves-openapi-manager", "timestamp": 1652767041841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767042606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "clamp", "timestamp": 1652767040300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:57:39.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "policy-id", "timestamp": 1652767040443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:57:39.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "ves-openapi-manager", "timestamp": 1652767041841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767042606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "ves-openapi-manager", "timestamp": 1652767041841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "policy-id", "timestamp": 1652767048348, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:57:39.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767042606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:39.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "policy-id", "timestamp": 1652767049353, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:57:39.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767042606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:57:39.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:57:39.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "policy-id", "timestamp": 1652767050360, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:57:39.618Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ff4c14a-dd87-4442-978e-82485cdc00a9 2022-05-17T05:57:39.619Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ff4c14a-dd87-4442-978e-82485cdc00a9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-17T05:57:39.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767050472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:57:39.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "clamp", "timestamp": 1652767053488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:57:39.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767053074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:57:39.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "aai-ml", "timestamp": 1652767054417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:57:39.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767054078, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:57:39.659Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ff4c14a-dd87-4442-978e-82485cdc00a9 2022-05-17T05:57:39.659Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ff4c14a-dd87-4442-978e-82485cdc00a9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:57:39.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "aai-ml", "timestamp": 1652767055423, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:57:39.671Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ff4c14a-dd87-4442-978e-82485cdc00a9 2022-05-17T05:57:39.671Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ff4c14a-dd87-4442-978e-82485cdc00a9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:57:39.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "clamp", "timestamp": 1652767055497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:57:39.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:57:39.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:57:39.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "clamp", "timestamp": 1652767056500, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:57:39.687Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ff4c14a-dd87-4442-978e-82485cdc00a9 2022-05-17T05:57:39.687Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ff4c14a-dd87-4442-978e-82485cdc00a9 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:57:45.358Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91382b43-9c87-49fd-b3ee-c1d4c83900b8/model-vers/model-ver/271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b?depth=0 2022-05-17T05:57:45.480Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-17T05:57:45.986Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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/91382b43-9c87-49fd-b3ee-c1d4c83900b8/model-vers/model-ver/271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-17T05:57:45.991Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91382b43-9c87-49fd-b3ee-c1d4c83900b8/model-vers/model-ver/271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b?depth=0|INFO|500||Invoke 2022-05-17T05:57:46.106Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91382b43-9c87-49fd-b3ee-c1d4c83900b8/model-vers/model-ver/271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-17T05:57:46.392Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91382b43-9c87-49fd-b3ee-c1d4c83900b8/model-vers/model-ver/271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b?depth=0|INFO|500||InvokeReturn 2022-05-17T05:57:46.393Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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/91382b43-9c87-49fd-b3ee-c1d4c83900b8/model-vers/model-ver/271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220517-05:57:46:268-19170], vertex-id=[213064], Content-Length=[0], Date=[Tue, 17 May 2022 05:57:46 GMT], Content-Type=[application/json]} 2022-05-17T05:57:46.394Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-05-17T05:57:46.397Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-17T05:57:46.397Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T05:57:46.404Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-17T05:57:46.405Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12946032-ebd1-479c-a2a7-36e0c237e5a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-17T05:57:46.406Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-17T05:57:46.407Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:57:46.410Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:57:46.410Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767066406, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T05:57:46.510Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:57:46.512Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:57:46.512Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:57:46.528Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:57:46.528Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T05:57:47.421Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:57:47.422Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:57:47.422Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:57:51.869Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:57:51.871Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-17T05:57:51.871Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"70645a6c-b29f-45f5-8bdd-8cce91714422","serviceName":"basic_onboard_pUVNcf","serviceVersion":"1.0","serviceUUID":"538704cb-23be-4fdd-b3cc-d5e60cce3bfc","serviceDescription":"service","serviceInvariantUUID":"97ae50e3-0155-4934-ae85-5cc1e32b16b8","resources":[{"resourceInstanceName":"basic_onboard_pUVNcf 0","resourceName":"basic_onboard_pUVNcf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"806ea8aa-5b5a-49ca-b64b-9e24da17e810","resourceInvariantUUID":"77b3b0c1-b6d7-423c-995d-ecd3e26b4585","resourceCustomizationUUID":"30c6e156-fbb0-4ad7-9dc1-efd496eef730","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml","artifactChecksum":"NjA3NzY2YTg0ZDBjY2E1ZTA0NWE4ODM2YWEzNjY3ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"706412ce-864f-4f95-8889-e0dd1db58d32","artifactVersion":"1"},{"artifactName":"basic_onboard_puvncf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json","artifactChecksum":"Nzg4ODUyNTYzYWY0ODQyOTk5ZjQxYzMwOWYxYmJhMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f26d8d72-239c-4e26-87a1-53c9f3664e48","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5f9fa268-07b4-40ef-a71c-fc402f3f25a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"16a28fd2-427f-44d8-b890-8f1f66bef550","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a6f5b48-afa5-4f7c-abc0-72849dacd8ef","artifactVersion":"2","generatedFromUUID":"5f9fa268-07b4-40ef-a71c-fc402f3f25a9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPuvncf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml","artifactChecksum":"OGU1NTk2ZTY4NDY4MWZhMzc2ODJkMmNiMDZjNTQ2NDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d25f117b-f48f-415b-96aa-1c7189742ea1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPuvncf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar","artifactChecksum":"Yjc1Nzg2NDBiODFmZGZkYjk3NDMwMTUzNWEyNzQ3NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74f3eca4-c8aa-4147-8843-2ac3533ff80f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-17T05:57:51.873Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:57:51.874Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:57:51.876Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:57:51.876Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:51.976Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:57:51.977Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:57:51.977Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:57:51.989Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:57:51.989Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:57:52.876Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:57:52.878Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:57:52.879Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:57:52.880Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "NOTIFIED" } 2022-05-17T05:57:52.980Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:57:52.981Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:57:52.981Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:57:52.997Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:57:52.997Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-17T05:57:53.880Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:57:53.881Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:57:53.883Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:57:53.883Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-17T05:57:53.983Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:57:53.985Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:57:53.985Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:57:54.001Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:57:54.002Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:57:54.884Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:57:54.885Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:57:54.887Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:57:54.887Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:54.988Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-17T05:57:54.989Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:57:54.989Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:57:55.003Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:57:55.004Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:57:55.888Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:57:55.889Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:57:55.890Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:57:55.891Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-17T05:57:55.991Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:57:55.992Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:57:55.992Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:57:56.007Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:57:56.008Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:57:56.891Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:57:56.892Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:57:56.894Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:57:56.894Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:57:56.994Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:57:56.995Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:57:56.996Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:57:57.009Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:57:57.010Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:57:57.895Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:57:57.896Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:57:57.898Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:57:57.898Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:57:57.998Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:57:58.000Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:57:58.000Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:57:58.014Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:57:58.015Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:57:58.900Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "serviceName": "basic_onboard_pUVNcf", "serviceVersion": "1.0", "serviceUUID": "538704cb-23be-4fdd-b3cc-d5e60cce3bfc", "serviceDescription": "service", "serviceInvariantUUID": "97ae50e3-0155-4934-ae85-5cc1e32b16b8", "resources": [ { "resourceInstanceName": "basic_onboard_pUVNcf 0", "resourceCustomizationUUID": "30c6e156-fbb0-4ad7-9dc1-efd496eef730", "resourceName": "basic_onboard_pUVNcf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "806ea8aa-5b5a-49ca-b64b-9e24da17e810", "resourceInvariantUUID": "77b3b0c1-b6d7-423c-995d-ecd3e26b4585", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_puvncf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "artifactChecksum": "Nzg4ODUyNTYzYWY0ODQyOTk5ZjQxYzMwOWYxYmJhMzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f26d8d72-239c-4e26-87a1-53c9f3664e48", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5f9fa268-07b4-40ef-a71c-fc402f3f25a9", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4a6f5b48-afa5-4f7c-abc0-72849dacd8ef", "generatedFromUUID": "5f9fa268-07b4-40ef-a71c-fc402f3f25a9" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4a6f5b48-afa5-4f7c-abc0-72849dacd8ef", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardPuvncf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "artifactChecksum": "Yjc1Nzg2NDBiODFmZGZkYjk3NDMwMTUzNWEyNzQ3NzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "74f3eca4-c8aa-4147-8843-2ac3533ff80f" } ], "workloadContext": "Production" } 2022-05-17T05:57:58.900Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-17T05:57:58.900Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 538704cb-23be-4fdd-b3cc-d5e60cce3bfc ASDC 2022-05-17T05:57:58.901Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:70645a6c-b29f-45f5-8bdd-8cce91714422 ServiceName:basic_onboard_pUVNcf ServiceVersion:1.0 ServiceUUID:538704cb-23be-4fdd-b3cc-d5e60cce3bfc ServiceInvariantUUID:97ae50e3-0155-4934-ae85-5cc1e32b16b8 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardPuvncf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar ArtifactUUID:74f3eca4-c8aa-4147-8843-2ac3533ff80f ArtifactChecksum:Yjc1Nzg2NDBiODFmZGZkYjk3NDMwMTUzNWEyNzQ3NzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_pUVNcf 0 ResourceCustomizationUUID:30c6e156-fbb0-4ad7-9dc1-efd496eef730 ResourceInvariantUUID:77b3b0c1-b6d7-423c-995d-ecd3e26b4585 ResourceName:basic_onboard_pUVNcf ResourceType:VF ResourceUUID:806ea8aa-5b5a-49ca-b64b-9e24da17e810 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_puvncf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json ArtifactUUID:f26d8d72-239c-4e26-87a1-53c9f3664e48 ArtifactChecksum:Nzg4ODUyNTYzYWY0ODQyOTk5ZjQxYzMwOWYxYmJhMzg= 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/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml ArtifactUUID:5f9fa268-07b4-40ef-a71c-fc402f3f25a9 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/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env ArtifactUUID:4a6f5b48-afa5-4f7c-abc0-72849dacd8ef 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/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env ArtifactUUID:4a6f5b48-afa5-4f7c-abc0-72849dacd8ef ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-17T05:57:58.901Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 538704cb-23be-4fdd-b3cc-d5e60cce3bfc ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T05:57:58.929Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T05:57:58.929Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-17T05:57:58.930Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-17T05:57:58.930Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 74f3eca4-c8aa-4147-8843-2ac3533ff80f from URL: /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar 2022-05-17T05:57:58.930Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-17T05:57:58.930Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar 2022-05-17T05:57:59.234Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:57:59.237Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar 74f3eca4-c8aa-4147-8843-2ac3533ff80f 71580 2022-05-17T05:57:59.237Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar ASDC sendASDCNotification 2022-05-17T05:57:59.238Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar 2022-05-17T05:57:59.238Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T05:57:59.238Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:57:59.240Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:57:59.241Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767079237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:57:59.341Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:57:59.342Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:57:59.342Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:57:59.360Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:57:59.360Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:00.241Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T05:58:00.242Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-17T05:58:00.243Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 74f3eca4-c8aa-4147-8843-2ac3533ff80f, URL: /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar to file: /app/ASDC/1/service-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:00.243Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:00.244Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:00.244Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:00.368Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3948300821892905543/Definitions/service-BasicOnboardPuvncf-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-17T05:58:01.585Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-17T05:58:01.585Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-17T05:58:01.585Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:01.585Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|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-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|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-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pUVNcf 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-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|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-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|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-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|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-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|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-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:01.587Z|70645a6c-b29f-45f5-8bdd-8cce91714422|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-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:01.587Z|70645a6c-b29f-45f5-8bdd-8cce91714422|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-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:01.587Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-17T05:58:01.587Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.587Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:01.588Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria 2022-05-17T05:58:01.588Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-17T05:58:01.588Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T05:58:01.588Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.588Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:01.589Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria 2022-05-17T05:58:01.589Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-17T05:58:01.589Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T05:58:01.589Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.589Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:01.590Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.590Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is not matching search criteria 2022-05-17T05:58:01.590Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-17T05:58:01.590Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-17T05:58:01.590Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-17T05:58:01.591Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-17T05:58:01.591Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-17T05:58:01.591Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.591Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T05:58:01.591Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.592Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria 2022-05-17T05:58:01.592Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:01.592Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.592Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria 2022-05-17T05:58:01.592Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:01.593Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.593Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria 2022-05-17T05:58:01.593Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:01.593Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.593Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is not matching search criteria 2022-05-17T05:58:01.593Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-17T05:58:01.594Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-17T05:58:01.594Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a76fcab9-85e6-4a97-9a30-640f7611a176 2022-05-17T05:58:01.594Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.594Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:01.594Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.594Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:01.595Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.595Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:01.595Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:01.595Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:01.595Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_pUVNcf Description:service Model UUID:538704cb-23be-4fdd-b3cc-d5e60cce3bfc Model Version:NULL Model InvariantUuid:97ae50e3-0155-4934-ae85-5cc1e32b16b8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_pUVNcf Model UUID:bd5f6aff-709a-4612-97b4-9cef4a5a99ce Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:77b3b0c1-b6d7-423c-995d-ecd3e26b4585 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:30c6e156-fbb0-4ad7-9dc1-efd496eef730 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:02a5c55f-0c58-4841-b0f7-1df83028d40b ModelName:BasicOnboardPuvncf..base_ubuntu18..module-0 ModelUuid:47d5a455-119f-4c80-8b1d-014f953bec26 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a76fcab9-85e6-4a97-9a30-640f7611a176 ModelInvariantUuid:7d7176ed-ed2c-4124-a5d7-937c18eb287e ModelName:basic_onboard_pUVNcf-nodes.ubuntu18Cvfc ModelUuid:e42c5a2e-9322-43b1-ab4c-df266de7f032 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4530ecf6-9aaa-4adb-a93b-6942217164db ModelInvariantUuid:5e891614-32dd-46cd-94d6-58ee9df31c6d ModelName:BasicOnboardPuvncf.compute.nodes.heat.ubuntu18 ModelUuid:86cc00f4-e102-4afe-911c-e733ddf1b6c8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-17T05:58:01.602Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 806ea8aa-5b5a-49ca-b64b-9e24da17e810 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T05:58:01.604Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||basic_onboard_pUVNcf 0 2022-05-17T05:58:01.604Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 806ea8aa-5b5a-49ca-b64b-9e24da17e810 2022-05-17T05:58:01.605Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f26d8d72-239c-4e26-87a1-53c9f3664e48 from URL: /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json 2022-05-17T05:58:01.605Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-17T05:58:01.605Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json 2022-05-17T05:58:01.977Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:58:01.977Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json f26d8d72-239c-4e26-87a1-53c9f3664e48 798 2022-05-17T05:58:01.978Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json ASDC sendASDCNotification 2022-05-17T05:58:01.978Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json 2022-05-17T05:58:01.978Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T05:58:01.978Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:01.981Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:01.981Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767081978, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T05:58:02.081Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:02.082Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:02.082Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:02.108Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:02.108Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:02.982Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPuvncf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "02a5c55f-0c58-4841-b0f7-1df83028d40b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "47d5a455-119f-4c80-8b1d-014f953bec26", "vfModuleModelCustomizationUUID": "acaab938-6e90-4f19-9977-0be044a435e4", "isBase": true, "artifacts": [ "5f9fa268-07b4-40ef-a71c-fc402f3f25a9", "4a6f5b48-afa5-4f7c-abc0-72849dacd8ef" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T05:58:02.987Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPuvncf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:47d5a455-119f-4c80-8b1d-014f953bec26 VfModuleModelInvariantUUID:02a5c55f-0c58-4841-b0f7-1df83028d40b VfModuleModelDescription:NULL Artifacts UUID List:{ 5f9fa268-07b4-40ef-a71c-fc402f3f25a9 , 4a6f5b48-afa5-4f7c-abc0-72849dacd8ef } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-17T05:58:02.989Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPuvncf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "02a5c55f-0c58-4841-b0f7-1df83028d40b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "47d5a455-119f-4c80-8b1d-014f953bec26", "vfModuleModelCustomizationUUID": "acaab938-6e90-4f19-9977-0be044a435e4", "isBase": true, "artifacts": [ "5f9fa268-07b4-40ef-a71c-fc402f3f25a9", "4a6f5b48-afa5-4f7c-abc0-72849dacd8ef" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T05:58:02.990Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPuvncf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:47d5a455-119f-4c80-8b1d-014f953bec26 VfModuleModelInvariantUUID:02a5c55f-0c58-4841-b0f7-1df83028d40b VfModuleModelDescription:NULL Artifacts UUID List:{ 5f9fa268-07b4-40ef-a71c-fc402f3f25a9 , 4a6f5b48-afa5-4f7c-abc0-72849dacd8ef } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-17T05:58:02.990Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5f9fa268-07b4-40ef-a71c-fc402f3f25a9 from URL: /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml 2022-05-17T05:58:02.990Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-17T05:58:02.990Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml 2022-05-17T05:58:03.909Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:58:03.909Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml 5f9fa268-07b4-40ef-a71c-fc402f3f25a9 5033 2022-05-17T05:58:03.910Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-17T05:58:03.910Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml 2022-05-17T05:58:03.910Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T05:58:03.910Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:03.912Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:03.912Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767083910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T05:58:04.013Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-17T05:58:04.014Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:04.014Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:04.030Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:04.030Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-17T05:58:04.914Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a6f5b48-afa5-4f7c-abc0-72849dacd8ef from URL: /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env 2022-05-17T05:58:04.914Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-17T05:58:04.914Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env 2022-05-17T05:58:05.413Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:58:05.414Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env 4a6f5b48-afa5-4f7c-abc0-72849dacd8ef 909 2022-05-17T05:58:05.414Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-17T05:58:05.414Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env 2022-05-17T05:58:05.414Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T05:58:05.414Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:05.416Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:05.417Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767085414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-17T05:58:05.517Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:05.518Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:05.518Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:05.532Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:05.532Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-17T05:58:06.417Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 538704cb-23be-4fdd-b3cc-d5e60cce3bfc 2022-05-17T05:58:06.417Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pUVNcf 0 806ea8aa-5b5a-49ca-b64b-9e24da17e810 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T05:58:06.430Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f89c147, org.onap.sdc.toscaparser.api.parameters.Input@1494e9a8, org.onap.sdc.toscaparser.api.parameters.Input@b0dd18a, org.onap.sdc.toscaparser.api.parameters.Input@75cd70e5, org.onap.sdc.toscaparser.api.parameters.Input@546f04e2] 2022-05-17T05:58:06.431Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.431Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:06.432Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-17T05:58:06.432Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 30c6e156-fbb0-4ad7-9dc1-efd496eef730 2022-05-17T05:58:06.432Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30c6e156-fbb0-4ad7-9dc1-efd496eef730 matches Tosca VF Customization UUID: 30c6e156-fbb0-4ad7-9dc1-efd496eef730 2022-05-17T05:58:06.432Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 30c6e156-fbb0-4ad7-9dc1-efd496eef730 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-17T05:58:06.434Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.434Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:06.435Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 30c6e156-fbb0-4ad7-9dc1-efd496eef730: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-17T05:58:06.435Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1cb57074 2022-05-17T05:58:06.436Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.436Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T05:58:06.436Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : acaab938-6e90-4f19-9977-0be044a435e4 2022-05-17T05:58:06.436Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID acaab938-6e90-4f19-9977-0be044a435e4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-17T05:58:06.438Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.438Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria 2022-05-17T05:58:06.439Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:06.439Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.439Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria 2022-05-17T05:58:06.439Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:06.440Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.440Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is not matching search criteria 2022-05-17T05:58:06.441Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-17T05:58:06.441Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-17T05:58:06.441Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a76fcab9-85e6-4a97-9a30-640f7611a176 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-17T05:58:06.443Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.443Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria 2022-05-17T05:58:06.444Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:06.444Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.444Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria 2022-05-17T05:58:06.444Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=30c6e156-fbb0-4ad7-9dc1-efd496eef730 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T05:58:06.446Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.446Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:06.446Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 538704cb-23be-4fdd-b3cc-d5e60cce3bfc: basic_onboard_pUVNcf 2022-05-17T05:58:06.447Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.447Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:06.447Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.447Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:06.448Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.448Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:06.448Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.448Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:06.449Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:06.449Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:06.449Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_pUVNcf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:58:06.517Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pUVNcf 806ea8aa-5b5a-49ca-b64b-9e24da17e810 1 ASDC deployResourceStructure 2022-05-17T05:58:06.517Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json ASDC sendASDCNotification 2022-05-17T05:58:06.517Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json 2022-05-17T05:58:06.517Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T05:58:06.518Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:06.519Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:06.520Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767086517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T05:58:06.620Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:06.622Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:06.622Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:06.638Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:06.639Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:07.521Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-17T05:58:07.521Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml 2022-05-17T05:58:07.521Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T05:58:07.521Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:07.523Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:07.523Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767087520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-17T05:58:07.623Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:07.625Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:07.625Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:07.637Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:07.638Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:08.524Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-17T05:58:08.525Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env 2022-05-17T05:58:08.525Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T05:58:08.525Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:08.527Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:08.527Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767088524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-17T05:58:08.627Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:08.629Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:08.629Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:08.643Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:08.643Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:09.528Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar ASDC sendASDCNotification 2022-05-17T05:58:09.529Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar 2022-05-17T05:58:09.529Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T05:58:09.529Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:09.531Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:09.531Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767089528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:58:09.631Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:09.633Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:09.633Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:09.651Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:09.651Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:10.532Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70645a6c-b29f-45f5-8bdd-8cce91714422 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:58:10.546Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70645a6c-b29f-45f5-8bdd-8cce91714422 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:58:10.552Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:58:10.552Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:58:10.552Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:58:10.552Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:58:10.557Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-17T05:58:38.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:58:38.901Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:58:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:39.527Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:39.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767066406, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T05:58:39.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:58:39.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:58:39.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:58:39.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "NOTIFIED" } 2022-05-17T05:58:39.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:58:39.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-17T05:58:39.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:58:39.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:58:39.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:58:39.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-17T05:58:39.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:58:39.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:58:39.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:58:39.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:58:39.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-17T05:58:39.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767079237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:58:39.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:58:39.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767081978, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T05:58:39.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:58:39.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767083910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T05:58:39.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:58:39.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767085414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-17T05:58:39.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:58:39.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767086517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T05:58:39.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:58:39.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767087520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-17T05:58:39.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:58:39.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767088524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-17T05:58:39.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:58:39.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-17T05:58:39.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767089528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:58:39.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:58:40.557Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70645a6c-b29f-45f5-8bdd-8cce91714422 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-17T05:58:40.565Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70645a6c-b29f-45f5-8bdd-8cce91714422 and serviceModelVersionId: 538704cb-23be-4fdd-b3cc-d5e60cce3bfc 2022-05-17T05:58:40.565Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97ae50e3-0155-4934-ae85-5cc1e32b16b8 2022-05-17T05:58:40.567Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97ae50e3-0155-4934-ae85-5cc1e32b16b8/model-vers/model-ver/538704cb-23be-4fdd-b3cc-d5e60cce3bfc?depth=0 2022-05-17T05:58:40.571Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-17T05:58:40.621Z|70645a6c-b29f-45f5-8bdd-8cce91714422|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/97ae50e3-0155-4934-ae85-5cc1e32b16b8/model-vers/model-ver/538704cb-23be-4fdd-b3cc-d5e60cce3bfc?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-17T05:58:40.623Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97ae50e3-0155-4934-ae85-5cc1e32b16b8/model-vers/model-ver/538704cb-23be-4fdd-b3cc-d5e60cce3bfc?depth=0|INFO|500||Invoke 2022-05-17T05:58:40.650Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97ae50e3-0155-4934-ae85-5cc1e32b16b8/model-vers/model-ver/538704cb-23be-4fdd-b3cc-d5e60cce3bfc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-17T05:58:40.783Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97ae50e3-0155-4934-ae85-5cc1e32b16b8/model-vers/model-ver/538704cb-23be-4fdd-b3cc-d5e60cce3bfc?depth=0|INFO|500||InvokeReturn 2022-05-17T05:58:40.785Z|70645a6c-b29f-45f5-8bdd-8cce91714422|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/97ae50e3-0155-4934-ae85-5cc1e32b16b8/model-vers/model-ver/538704cb-23be-4fdd-b3cc-d5e60cce3bfc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220517-05:58:40:812-1155], vertex-id=[209064], Content-Length=[0], Date=[Tue, 17 May 2022 05:58:40 GMT], Content-Type=[application/json]} 2022-05-17T05:58:40.785Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-05-17T05:58:40.785Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-17T05:58:40.786Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T05:58:40.791Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-17T05:58:40.792Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70645a6c-b29f-45f5-8bdd-8cce91714422 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-17T05:58:40.792Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-17T05:58:40.792Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:40.794Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:40.795Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767120792, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T05:58:40.895Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:40.896Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:40.896Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:40.915Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:40.916Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T05:58:41.809Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-17T05:58:41.809Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ff4c14a-dd87-4442-978e-82485cdc00a9","serviceName":"vFW 2022-05-17 05-55-55","serviceVersion":"1.0","serviceUUID":"6e9f5f73-3531-4da3-856a-01ce31f4107e","serviceDescription":"catalog service description","serviceInvariantUUID":"9d1b8054-d3ff-4875-8c4c-1355495c5d56","resources":[{"resourceInstanceName":"vFW 3ae8e71d-5b46 0","resourceName":"vFW 3ae8e71d-5b46","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a6d4475-244a-4d54-93b6-c3c602967594","resourceInvariantUUID":"e0d38bac-f7c8-475b-a00d-22fbe563651e","resourceCustomizationUUID":"9b8ddb9d-5359-4327-8979-af8110a1095b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml","artifactChecksum":"MmJlYjhkMTFmMmU4NTE4ZTlkN2NhNGU4MDVkM2MyYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7fe5ecfe-c469-4642-abe8-f896d7517dfb","artifactVersion":"1"},{"artifactName":"vfw3ae8e71d5b460_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json","artifactChecksum":"MjBmOWY0NmZlM2NhYjU0NDljZGVlMzZlNmRlM2VkNTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c823391c-fcb4-4bf8-aaec-986f608266a4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml","artifactChecksum":"YWE1YjcwMjVkZDU2OWI5MmZjODJlZmVhZTExYmI2YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1b10bd01-d6bd-4618-a42a-7e17bd9cae02","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"561fe5da-bb7e-435f-9896-8b6525d1e081","artifactVersion":"2","generatedFromUUID":"a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220517055555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml","artifactChecksum":"NWNmMzI4N2Q4Y2M2NDNmY2Y2MGVhM2I1MTZkNzRiN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"777e28da-f43f-40f5-b156-2abe5f238a58","artifactVersion":"1"},{"artifactName":"service-Vfw20220517055555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar","artifactChecksum":"M2QzZDY1ZmFlODAxZmU0MjBhNjA5MDg4YzI3ZTMyZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2936cde6-cf68-4a81-b11f-0d4fc9c07cad","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-17T05:58:41.810Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:58:41.811Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:41.813Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:41.813Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:58:41.913Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:41.914Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:41.915Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:41.929Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:41.929Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:42.814Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:58:42.815Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:42.818Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:42.818Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "NOTIFIED" } 2022-05-17T05:58:42.918Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:42.919Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:42.919Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:42.933Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:42.934Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:43.819Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:58:43.820Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:43.823Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:43.823Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-17T05:58:43.923Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:43.924Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:43.924Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:43.936Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:43.937Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:44.823Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:58:44.824Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:44.827Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:44.827Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:58:44.927Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:44.928Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:44.929Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:44.944Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:44.944Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:45.827Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:58:45.828Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:45.831Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:45.831Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-17T05:58:45.931Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:45.932Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:45.932Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:45.949Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:45.950Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:46.831Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:58:46.833Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:46.835Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:46.835Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:58:46.936Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:46.937Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:46.937Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:46.954Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:46.955Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:47.836Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T05:58:47.837Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:47.839Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:47.839Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:58:47.939Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:47.940Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:47.941Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:47.977Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:47.978Z||pool-41-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:48.841Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "serviceName": "vFW 2022-05-17 05-55-55", "serviceVersion": "1.0", "serviceUUID": "6e9f5f73-3531-4da3-856a-01ce31f4107e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9d1b8054-d3ff-4875-8c4c-1355495c5d56", "resources": [ { "resourceInstanceName": "vFW 3ae8e71d-5b46 0", "resourceCustomizationUUID": "9b8ddb9d-5359-4327-8979-af8110a1095b", "resourceName": "vFW 3ae8e71d-5b46", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8a6d4475-244a-4d54-93b6-c3c602967594", "resourceInvariantUUID": "e0d38bac-f7c8-475b-a00d-22fbe563651e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw3ae8e71d5b460_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "artifactChecksum": "MjBmOWY0NmZlM2NhYjU0NDljZGVlMzZlNmRlM2VkNTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c823391c-fcb4-4bf8-aaec-986f608266a4", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "561fe5da-bb7e-435f-9896-8b6525d1e081", "generatedFromUUID": "a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "561fe5da-bb7e-435f-9896-8b6525d1e081", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220517055555-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "artifactChecksum": "M2QzZDY1ZmFlODAxZmU0MjBhNjA5MDg4YzI3ZTMyZjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2936cde6-cf68-4a81-b11f-0d4fc9c07cad" } ], "workloadContext": "Production" } 2022-05-17T05:58:48.841Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-17T05:58:48.841Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e9f5f73-3531-4da3-856a-01ce31f4107e ASDC 2022-05-17T05:58:48.842Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:5ff4c14a-dd87-4442-978e-82485cdc00a9 ServiceName:vFW 2022-05-17 05-55-55 ServiceVersion:1.0 ServiceUUID:6e9f5f73-3531-4da3-856a-01ce31f4107e ServiceInvariantUUID:9d1b8054-d3ff-4875-8c4c-1355495c5d56 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220517055555-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar ArtifactUUID:2936cde6-cf68-4a81-b11f-0d4fc9c07cad ArtifactChecksum:M2QzZDY1ZmFlODAxZmU0MjBhNjA5MDg4YzI3ZTMyZjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 3ae8e71d-5b46 0 ResourceCustomizationUUID:9b8ddb9d-5359-4327-8979-af8110a1095b ResourceInvariantUUID:e0d38bac-f7c8-475b-a00d-22fbe563651e ResourceName:vFW 3ae8e71d-5b46 ResourceType:VF ResourceUUID:8a6d4475-244a-4d54-93b6-c3c602967594 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw3ae8e71d5b460_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json ArtifactUUID:c823391c-fcb4-4bf8-aaec-986f608266a4 ArtifactChecksum:MjBmOWY0NmZlM2NhYjU0NDljZGVlMzZlNmRlM2VkNTU= 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/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml ArtifactUUID:a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3 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/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env ArtifactUUID:561fe5da-bb7e-435f-9896-8b6525d1e081 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/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env ArtifactUUID:561fe5da-bb7e-435f-9896-8b6525d1e081 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-17T05:58:48.842Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e9f5f73-3531-4da3-856a-01ce31f4107e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T05:58:48.884Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T05:58:48.885Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-17T05:58:48.885Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-17T05:58:48.885Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2936cde6-cf68-4a81-b11f-0d4fc9c07cad from URL: /sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar 2022-05-17T05:58:48.885Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-17T05:58:48.886Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar 2022-05-17T05:58:48.952Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:58:48.956Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar 2936cde6-cf68-4a81-b11f-0d4fc9c07cad 98977 2022-05-17T05:58:48.957Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar ASDC sendASDCNotification 2022-05-17T05:58:48.957Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar 2022-05-17T05:58:48.957Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T05:58:48.958Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:48.960Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:48.960Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767128957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:58:49.060Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:49.061Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:49.062Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:49.078Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:49.078Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-17T05:58:49.960Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T05:58:49.962Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-17T05:58:49.962Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2936cde6-cf68-4a81-b11f-0d4fc9c07cad, URL: /sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar to file: /app/ASDC/1/service-Vfw20220517055555-csar.csar 2022-05-17T05:58:49.962Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220517055555-csar.csar 2022-05-17T05:58:49.963Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220517055555-csar.csar 2022-05-17T05:58:49.963Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220517055555-csar.csar 2022-05-17T05:58:50.141Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8904886684013138548/Definitions/service-Vfw20220517055555-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-05-17T05:58:52.201Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-17T05:58:52.202Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-17T05:58:52.202Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.203Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-17T05:58:52.203Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.203Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.203Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.203Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.204Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.204Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.204Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.204Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.204Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.204Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.205Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.205Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.205Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3ae8e71d-5b46 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-Vfw20220517055555-csar.csar 2022-05-17T05:58:52.205Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-17T05:58:52.205Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.206Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:52.206Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria 2022-05-17T05:58:52.206Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-17T05:58:52.206Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T05:58:52.207Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.207Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:52.207Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria 2022-05-17T05:58:52.207Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-17T05:58:52.208Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T05:58:52.208Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.208Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:52.208Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.208Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is not matching search criteria 2022-05-17T05:58:52.209Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:58:52.209Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:58:52.209Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-17T05:58:52.209Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:52.210Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:58:52.210Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:58:52.210Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-17T05:58:52.210Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-17T05:58:52.210Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-17T05:58:52.211Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:58:52.211Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:52.211Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-17T05:58:52.211Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:52.212Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-17T05:58:52.212Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:58:52.212Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-17T05:58:52.212Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.212Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T05:58:52.213Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.213Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria 2022-05-17T05:58:52.213Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:52.213Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.214Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria 2022-05-17T05:58:52.214Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:52.214Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.214Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria 2022-05-17T05:58:52.214Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:52.215Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.215Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is not matching search criteria 2022-05-17T05:58:52.215Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:58:52.215Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:58:52.216Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-17T05:58:52.216Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-17T05:58:52.216Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-17T05:58:52.216Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:58:52.216Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:52.217Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-17T05:58:52.217Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:52.217Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-17T05:58:52.217Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:58:52.217Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=66839835-984d-4d98-8cde-bcf3785e8632 2022-05-17T05:58:52.218Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.218Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is not matching search criteria 2022-05-17T05:58:52.218Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:58:52.218Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:58:52.219Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-17T05:58:52.219Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:52.219Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:58:52.219Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:58:52.220Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-17T05:58:52.220Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-17T05:58:52.220Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-17T05:58:52.220Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:52.221Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-17T05:58:52.221Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:58:52.221Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b3218e41-8909-477e-9a44-44ed71c63294 2022-05-17T05:58:52.221Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.222Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is not matching search criteria 2022-05-17T05:58:52.222Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:58:52.222Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:58:52.222Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-17T05:58:52.222Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:52.223Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:58:52.223Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:58:52.223Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-17T05:58:52.223Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-17T05:58:52.224Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-17T05:58:52.224Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:58:52.224Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:52.224Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-17T05:58:52.225Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=10ea1c7b-66bd-49cc-be7c-2327c8c55153 2022-05-17T05:58:52.225Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.225Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:52.225Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.225Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:52.226Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.226Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:52.226Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:52.226Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:52.226Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-17 05-55-55 Description:catalog service description Model UUID:6e9f5f73-3531-4da3-856a-01ce31f4107e Model Version:NULL Model InvariantUuid:9d1b8054-d3ff-4875-8c4c-1355495c5d56 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 3ae8e71d-5b46 Model UUID:9fe3dca2-9011-46bf-b0bf-0ed576eaa8b9 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:e0d38bac-f7c8-475b-a00d-22fbe563651e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9b8ddb9d-5359-4327-8979-af8110a1095b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8ae9fdc5-1228-416c-aecb-849d2c8aa8a8 ModelName:Vfw3ae8e71d5b46..base_vfw..module-0 ModelUuid:fd305a07-64c7-4bcb-851e-051a51b60fad ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:66839835-984d-4d98-8cde-bcf3785e8632 ModelInvariantUuid:de88c6ff-79ae-4ee8-a44c-e4313add5e6c ModelName:vFW 3ae8e71d-5b46-nodes.vfwCvfc ModelUuid:0c8d9cad-c568-4b1c-bf72-3783af3ae0a5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a981a872-d7b6-4cc6-99ec-8531e0cffecc ModelInvariantUuid:42ae118f-bb2a-424d-ba18-c464db00edaf ModelName:Vfw3ae8e71d5b46.compute.nodes.heat.vfw ModelUuid:d73458f5-b46b-4227-be9b-7a931e34440b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b3218e41-8909-477e-9a44-44ed71c63294 ModelInvariantUuid:f4be1543-d197-47e4-913d-46a84ae5ede2 ModelName:vFW 3ae8e71d-5b46-nodes.vsnCvfc ModelUuid:e8c9de84-8e38-4fa8-9608-93fc0bb91ea8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:cbf331a6-cf1b-4832-830e-f54095eea612 ModelInvariantUuid:7c8bfec1-577f-46a7-a776-d1eb743f0e32 ModelName:Vfw3ae8e71d5b46.compute.nodes.heat.vsn ModelUuid:3d0d06eb-76ae-43a5-bbe6-045ffbb340b2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:10ea1c7b-66bd-49cc-be7c-2327c8c55153 ModelInvariantUuid:c48aa523-74a3-4681-810e-c175c09d8aeb ModelName:vFW 3ae8e71d-5b46-nodes.vpgCvfc ModelUuid:f84f68f9-2477-4f40-be9e-169734b24f54 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a1a1977b-5524-49bb-b168-f72f9e80f2a0 ModelInvariantUuid:84188930-a751-4aa1-b83e-bb38386b4bd0 ModelName:Vfw3ae8e71d5b46.compute.nodes.heat.vpg ModelUuid:ddec6d8e-ba25-46f7-b372-cdac4d7f9c64 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-17T05:58:52.233Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a6d4475-244a-4d54-93b6-c3c602967594 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T05:58:52.236Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||vFW 3ae8e71d-5b46 0 2022-05-17T05:58:52.236Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a6d4475-244a-4d54-93b6-c3c602967594 2022-05-17T05:58:52.236Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c823391c-fcb4-4bf8-aaec-986f608266a4 from URL: /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json 2022-05-17T05:58:52.236Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-17T05:58:52.237Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json 2022-05-17T05:58:52.339Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:58:52.340Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json c823391c-fcb4-4bf8-aaec-986f608266a4 785 2022-05-17T05:58:52.340Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json ASDC sendASDCNotification 2022-05-17T05:58:52.341Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json 2022-05-17T05:58:52.341Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T05:58:52.341Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:52.343Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:52.343Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767132340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T05:58:52.444Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:52.445Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:52.445Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:52.460Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:52.461Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:53.344Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3ae8e71d5b46..base_vfw..module-0", "vfModuleModelInvariantUUID": "8ae9fdc5-1228-416c-aecb-849d2c8aa8a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd305a07-64c7-4bcb-851e-051a51b60fad", "vfModuleModelCustomizationUUID": "f6ef2ce9-ac40-486f-8e96-b2f55cb2c45e", "isBase": true, "artifacts": [ "a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3", "561fe5da-bb7e-435f-9896-8b6525d1e081" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T05:58:53.347Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3ae8e71d5b46..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd305a07-64c7-4bcb-851e-051a51b60fad VfModuleModelInvariantUUID:8ae9fdc5-1228-416c-aecb-849d2c8aa8a8 VfModuleModelDescription:NULL Artifacts UUID List:{ a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3 , 561fe5da-bb7e-435f-9896-8b6525d1e081 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-17T05:58:53.349Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3ae8e71d5b46..base_vfw..module-0", "vfModuleModelInvariantUUID": "8ae9fdc5-1228-416c-aecb-849d2c8aa8a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd305a07-64c7-4bcb-851e-051a51b60fad", "vfModuleModelCustomizationUUID": "f6ef2ce9-ac40-486f-8e96-b2f55cb2c45e", "isBase": true, "artifacts": [ "a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3", "561fe5da-bb7e-435f-9896-8b6525d1e081" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T05:58:53.350Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3ae8e71d5b46..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd305a07-64c7-4bcb-851e-051a51b60fad VfModuleModelInvariantUUID:8ae9fdc5-1228-416c-aecb-849d2c8aa8a8 VfModuleModelDescription:NULL Artifacts UUID List:{ a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3 , 561fe5da-bb7e-435f-9896-8b6525d1e081 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-17T05:58:53.350Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3 from URL: /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml 2022-05-17T05:58:53.350Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-17T05:58:53.350Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml 2022-05-17T05:58:53.393Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:58:53.394Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3 20368 2022-05-17T05:58:53.395Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-17T05:58:53.395Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml 2022-05-17T05:58:53.395Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T05:58:53.395Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:53.397Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:53.398Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767133395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T05:58:53.498Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:53.499Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:53.499Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:53.512Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:53.512Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:54.399Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 561fe5da-bb7e-435f-9896-8b6525d1e081 from URL: /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env 2022-05-17T05:58:54.399Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-17T05:58:54.400Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env 2022-05-17T05:58:54.533Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-17T05:58:54.534Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env 561fe5da-bb7e-435f-9896-8b6525d1e081 2098 2022-05-17T05:58:54.534Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-17T05:58:54.535Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env 2022-05-17T05:58:54.535Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T05:58:54.535Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:54.537Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:54.537Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767134534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-17T05:58:54.639Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-17T05:58:54.640Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:54.641Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:54.657Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:54.658Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:55.538Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6e9f5f73-3531-4da3-856a-01ce31f4107e 2022-05-17T05:58:55.539Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3ae8e71d-5b46 0 8a6d4475-244a-4d54-93b6-c3c602967594 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T05:58:55.555Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d47fd02, org.onap.sdc.toscaparser.api.parameters.Input@4baa93ca, org.onap.sdc.toscaparser.api.parameters.Input@6527fc70, org.onap.sdc.toscaparser.api.parameters.Input@4075956b, org.onap.sdc.toscaparser.api.parameters.Input@22b8cf8a] 2022-05-17T05:58:55.557Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.557Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:55.557Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-17T05:58:55.558Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9b8ddb9d-5359-4327-8979-af8110a1095b 2022-05-17T05:58:55.558Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b8ddb9d-5359-4327-8979-af8110a1095b matches Tosca VF Customization UUID: 9b8ddb9d-5359-4327-8979-af8110a1095b 2022-05-17T05:58:55.558Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9b8ddb9d-5359-4327-8979-af8110a1095b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-17T05:58:55.560Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.561Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:55.562Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9b8ddb9d-5359-4327-8979-af8110a1095b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-05-17T05:58:55.562Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b3f8c2d 2022-05-17T05:58:55.562Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.562Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T05:58:55.563Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f6ef2ce9-ac40-486f-8e96-b2f55cb2c45e 2022-05-17T05:58:55.563Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f6ef2ce9-ac40-486f-8e96-b2f55cb2c45e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-17T05:58:55.565Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.566Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria 2022-05-17T05:58:55.566Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:55.567Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.567Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria 2022-05-17T05:58:55.567Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:55.568Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.568Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is not matching search criteria 2022-05-17T05:58:55.568Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:58:55.569Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:58:55.569Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-17T05:58:55.569Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-17T05:58:55.569Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-17T05:58:55.570Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:58:55.570Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:55.570Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-17T05:58:55.571Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:55.571Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-17T05:58:55.571Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:58:55.572Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=66839835-984d-4d98-8cde-bcf3785e8632 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-17T05:58:55.574Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.575Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria 2022-05-17T05:58:55.575Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:55.575Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.576Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is not matching search criteria 2022-05-17T05:58:55.576Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:58:55.576Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:58:55.576Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-17T05:58:55.577Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:55.577Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:58:55.577Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:58:55.578Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-17T05:58:55.578Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-17T05:58:55.578Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-17T05:58:55.578Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:55.579Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-17T05:58:55.579Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:58:55.579Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b3218e41-8909-477e-9a44-44ed71c63294 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-17T05:58:55.581Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.581Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria 2022-05-17T05:58:55.582Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:55.582Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.582Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is not matching search criteria 2022-05-17T05:58:55.583Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-17T05:58:55.583Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-17T05:58:55.583Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-17T05:58:55.583Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:55.584Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:58:55.584Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-17T05:58:55.584Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-17T05:58:55.584Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-17T05:58:55.585Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-17T05:58:55.585Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-17T05:58:55.585Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-17T05:58:55.586Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-17T05:58:55.586Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=10ea1c7b-66bd-49cc-be7c-2327c8c55153 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-17T05:58:55.588Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.588Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria 2022-05-17T05:58:55.588Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T05:58:55.589Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.589Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria 2022-05-17T05:58:55.589Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=9b8ddb9d-5359-4327-8979-af8110a1095b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T05:58:55.591Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.591Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:55.592Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6e9f5f73-3531-4da3-856a-01ce31f4107e: vFW 3ae8e71d-5b46 2022-05-17T05:58:55.592Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.592Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:55.593Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.593Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:55.593Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.593Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:55.594Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.594Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:55.594Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T05:58:55.595Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T05:58:55.595Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-17 05-55-55 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T05:58:55.751Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3ae8e71d-5b46 8a6d4475-244a-4d54-93b6-c3c602967594 1 ASDC deployResourceStructure 2022-05-17T05:58:55.751Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json ASDC sendASDCNotification 2022-05-17T05:58:55.752Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json 2022-05-17T05:58:55.752Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T05:58:55.752Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:55.754Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:55.755Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767135751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "DEPLOY_OK" } 2022-05-17T05:58:55.855Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:55.856Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:55.856Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:55.872Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:55.873Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:56.756Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-17T05:58:56.756Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml 2022-05-17T05:58:56.756Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T05:58:56.756Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:56.758Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:56.758Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767136755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-17T05:58:56.859Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:56.860Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:56.860Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:56.873Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:56.874Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:57.760Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-17T05:58:57.760Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env 2022-05-17T05:58:57.760Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T05:58:57.760Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:57.762Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:57.762Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767137759, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-17T05:58:57.863Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:58:57.864Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:57.864Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:57.879Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:57.880Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T05:58:58.764Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar ASDC sendASDCNotification 2022-05-17T05:58:58.764Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar 2022-05-17T05:58:58.764Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T05:58:58.764Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:58:58.783Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:58:58.784Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767138764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:58:58.867Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms 2022-05-17T05:58:58.868Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:58:58.869Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:58:58.882Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:58:58.883Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-17T05:58:59.785Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ff4c14a-dd87-4442-978e-82485cdc00a9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:58:59.797Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ff4c14a-dd87-4442-978e-82485cdc00a9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T05:58:59.800Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T05:58:59.800Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-17T05:58:59.801Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-17T05:58:59.801Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-17T05:58:59.801Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:58:59.801Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:58:59.801Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:58:59.801Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:58:59.801Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:58:59.801Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T05:58:59.801Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T05:58:59.806Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-17T05:59:29.807Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ff4c14a-dd87-4442-978e-82485cdc00a9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-17T05:59:29.815Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ff4c14a-dd87-4442-978e-82485cdc00a9 and serviceModelVersionId: 6e9f5f73-3531-4da3-856a-01ce31f4107e 2022-05-17T05:59:29.815Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d1b8054-d3ff-4875-8c4c-1355495c5d56 2022-05-17T05:59:29.816Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d1b8054-d3ff-4875-8c4c-1355495c5d56/model-vers/model-ver/6e9f5f73-3531-4da3-856a-01ce31f4107e?depth=0 2022-05-17T05:59:29.820Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-17T05:59:29.875Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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/9d1b8054-d3ff-4875-8c4c-1355495c5d56/model-vers/model-ver/6e9f5f73-3531-4da3-856a-01ce31f4107e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-17T05:59:29.877Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d1b8054-d3ff-4875-8c4c-1355495c5d56/model-vers/model-ver/6e9f5f73-3531-4da3-856a-01ce31f4107e?depth=0|INFO|500||Invoke 2022-05-17T05:59:29.900Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d1b8054-d3ff-4875-8c4c-1355495c5d56/model-vers/model-ver/6e9f5f73-3531-4da3-856a-01ce31f4107e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-17T05:59:30.335Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d1b8054-d3ff-4875-8c4c-1355495c5d56/model-vers/model-ver/6e9f5f73-3531-4da3-856a-01ce31f4107e?depth=0|INFO|500||InvokeReturn 2022-05-17T05:59:30.335Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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/9d1b8054-d3ff-4875-8c4c-1355495c5d56/model-vers/model-ver/6e9f5f73-3531-4da3-856a-01ce31f4107e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220517-05:59:30:061-66925], vertex-id=[225448], Content-Length=[0], Date=[Tue, 17 May 2022 05:59:30 GMT], Content-Type=[application/json]} 2022-05-17T05:59:30.335Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-05-17T05:59:30.336Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-17T05:59:30.336Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T05:59:30.342Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-17T05:59:30.342Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ff4c14a-dd87-4442-978e-82485cdc00a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-17T05:59:30.343Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-17T05:59:30.343Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-17T05:59:30.345Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T05:59:30.345Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767170343, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T05:59:30.445Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T05:59:30.446Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T05:59:30.447Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T05:59:30.465Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:59:30.466Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T05:59:31.362Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:59:31.362Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:59:31.363Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:59:38.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:59:38.900Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:59:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:59:39.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:59:39.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767120792, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T05:59:39.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:59:39.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:59:39.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-17T05:59:39.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "NOTIFIED" } 2022-05-17T05:59:39.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-17T05:59:39.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-17T05:59:39.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-17T05:59:39.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T05:59:39.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-17T05:59:39.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-17T05:59:39.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-17T05:59:39.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T05:59:39.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-17T05:59:39.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767067421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "NOTIFIED" } 2022-05-17T05:59:39.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-17T05:59:39.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767128957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T05:59:39.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:59:39.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767132340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T05:59:39.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:59:39.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767133395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T05:59:39.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:59:39.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767134534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-17T05:59:39.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:59:39.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767135751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json", "status": "DEPLOY_OK" } 2022-05-17T05:59:39.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:59:39.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767136755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-17T05:59:39.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:59:39.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767137759, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-17T05:59:39.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:59:39.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767138764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T05:59:39.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:59:39.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-17T05:59:39.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767170343, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T05:59:39.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T05:59:40.908Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:59:40.910Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:59:40.911Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:59:40.911Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:59:50.452Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:59:50.453Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:59:50.454Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:59:50.454Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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 WCt8sSiIOqIxKWln) ... 2022-05-17T05:59:59.997Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T05:59:59.998Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T05:59:59.999Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T05:59:59.999Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:00:09.553Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:00:38.890Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:00:38.891Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:00:38.891Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:00:38.899Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:00:38.900Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:00:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:00:48.453Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:00:48.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:01:38.890Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:01:38.892Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:01:38.893Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:01:38.899Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:01:38.901Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:01:38.902Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:01:48.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:01:48.447Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:02:38.890Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:02:38.891Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:02:38.891Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:02:38.899Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:02:38.900Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:02:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:02:48.436Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:02:48.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:03:38.891Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:03:38.894Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:03:38.894Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:03:38.899Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:03:38.900Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:03:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:03:48.442Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:03:48.444Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:04:38.890Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:04:38.891Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:04:38.892Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:04:38.899Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:04:38.900Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:04:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:04:48.439Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:04:48.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:05:38.890Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:05:38.891Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:05:38.891Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:05:38.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:05:38.900Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:05:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:05:48.442Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:05:48.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:06:38.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:06:38.891Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:06:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:06:38.899Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:06:38.900Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:06:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:06:48.445Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:06:48.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:07:38.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:07:38.891Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:07:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:07:38.899Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:07:38.900Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:07:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:07:48.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:07:48.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:08:38.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:08:38.891Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:08:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:08:38.899Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:08:38.900Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:08:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:08:39.528Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:08:39.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"60b2eea9-03ba-4f1a-bca8-ea167739cdeb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4a09be4c-31d0-44f2-a640-4893235b1c62","serviceDescription":"service","serviceInvariantUUID":"ec562f70-750e-43aa-bc6f-a42903adffef","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e8bb28eb-adfc-478e-b3a0-70744fa5633f","resourceInvariantUUID":"f54b3c3e-0658-4cd7-9664-52675ed10452","resourceCustomizationUUID":"817b5738-effe-4e01-a5d3-558d349aeab0","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":"MTY5MWQxMmY1ZmY1OGE3YjQwNTc4ZjJiYTE5MjI4MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0556e00b-f8f2-414d-a7c8-3f893412d4c5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTZkZmQwMWY4MWM0OTYwZjE1MDg5MzU3NDRkN2UxM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"328d1bdb-5f5a-490f-8daf-3be36b11f7ae","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-17T06:08:39.533Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:08:39.533Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:08:39.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:08:39.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "clamp", "timestamp": 1652767700300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:08:39.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:08:39.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767702606, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:08:39.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:08:39.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "ves-openapi-manager", "timestamp": 1652767701841, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:08:39.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:08:39.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "policy-id", "timestamp": 1652767700443, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:08:39.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:08:39.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "cds", "timestamp": 1652767699255, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:08:39.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:08:39.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767702606, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:08:39.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:08:39.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "clamp", "timestamp": 1652767700300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:08:39.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:08:39.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "ves-openapi-manager", "timestamp": 1652767701841, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:08:39.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:08:39.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "policy-id", "timestamp": 1652767700443, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:08:39.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:08:39.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "cds", "timestamp": 1652767699255, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:08:39.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:08:39.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "policy-id", "timestamp": 1652767706666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:08:39.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:08:39.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "cds", "timestamp": 1652767706016, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:08:39.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:08:39.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767706022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:08:39.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:08:39.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "policy-id", "timestamp": 1652767707671, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:08:39.542Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:08:39.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:08:39.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "cds", "timestamp": 1652767707024, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-05-17T06:08:39.542Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767718890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:08:39.569Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60b2eea9-03ba-4f1a-bca8-ea167739cdeb 2022-05-17T06:08:39.569Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60b2eea9-03ba-4f1a-bca8-ea167739cdeb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:08:39.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767707457, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:08:39.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:08:39.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "policy-id", "timestamp": 1652767708676, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:08:39.587Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60b2eea9-03ba-4f1a-bca8-ea167739cdeb 2022-05-17T06:08:39.587Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60b2eea9-03ba-4f1a-bca8-ea167739cdeb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:08:39.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767708464, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:08:39.600Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60b2eea9-03ba-4f1a-bca8-ea167739cdeb 2022-05-17T06:08:39.600Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60b2eea9-03ba-4f1a-bca8-ea167739cdeb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:08:39.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "clamp", "timestamp": 1652767711602, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:08:39.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:08:39.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "multicloud-k8s-id", "timestamp": 1652767712354, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:08:39.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:08:39.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "clamp", "timestamp": 1652767713613, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:08:39.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:08:39.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "multicloud-k8s-id", "timestamp": 1652767712354, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:08:39.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:08:39.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:08:39.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "clamp", "timestamp": 1652767714616, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:08:39.615Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60b2eea9-03ba-4f1a-bca8-ea167739cdeb 2022-05-17T06:08:39.616Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60b2eea9-03ba-4f1a-bca8-ea167739cdeb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:08:39.640Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-05-17T06:08:39.641Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:08:39.642Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:08:39.658Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:08:39.659Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:08:40.543Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:08:40.544Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:08:40.549Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:08:40.549Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767718890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:08:40.649Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:08:40.650Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:08:40.650Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:08:40.665Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:08:40.665Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:08:41.550Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "4a09be4c-31d0-44f2-a640-4893235b1c62", "serviceDescription": "service", "serviceInvariantUUID": "ec562f70-750e-43aa-bc6f-a42903adffef", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "817b5738-effe-4e01-a5d3-558d349aeab0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e8bb28eb-adfc-478e-b3a0-70744fa5633f", "resourceInvariantUUID": "f54b3c3e-0658-4cd7-9664-52675ed10452", "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": "MTZkZmQwMWY4MWM0OTYwZjE1MDg5MzU3NDRkN2UxM2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "328d1bdb-5f5a-490f-8daf-3be36b11f7ae" } ], "workloadContext": "Production" } 2022-05-17T06:08:41.551Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-17T06:08:41.552Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4a09be4c-31d0-44f2-a640-4893235b1c62 ASDC 2022-05-17T06:08:41.553Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:60b2eea9-03ba-4f1a-bca8-ea167739cdeb ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:4a09be4c-31d0-44f2-a640-4893235b1c62 ServiceInvariantUUID:ec562f70-750e-43aa-bc6f-a42903adffef 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:328d1bdb-5f5a-490f-8daf-3be36b11f7ae ArtifactChecksum:MTZkZmQwMWY4MWM0OTYwZjE1MDg5MzU3NDRkN2UxM2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:817b5738-effe-4e01-a5d3-558d349aeab0 ResourceInvariantUUID:f54b3c3e-0658-4cd7-9664-52675ed10452 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e8bb28eb-adfc-478e-b3a0-70744fa5633f ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-17T06:08:41.554Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a09be4c-31d0-44f2-a640-4893235b1c62 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:08:41.591Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:08:41.593Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:08:41.593Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:08:41.594Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 328d1bdb-5f5a-490f-8daf-3be36b11f7ae from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-17T06:08:41.594Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:08:41.595Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-17T06:08:41.818Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:08:41.821Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 328d1bdb-5f5a-490f-8daf-3be36b11f7ae 52512 2022-05-17T06:08:41.822Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-17T06:08:41.822Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-17T06:08:41.822Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:08:41.822Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:08:41.825Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:08:41.825Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767721821, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:08:41.925Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:08:41.926Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:08:41.927Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:08:41.944Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:08:41.944Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:08:42.827Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:08:42.828Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:08:42.829Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 328d1bdb-5f5a-490f-8daf-3be36b11f7ae, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-17T06:08:42.829Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-17T06:08:42.830Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-17T06:08:42.830Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-17T06:08:43.001Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1825423962252331241/Definitions/service-BasicNetwork-template.yml 2022-05-17T06:08:43.695Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-17T06:08:43.696Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:08:43.696Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-17T06:08:43.696Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-17T06:08:43.696Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-17T06:08:43.696Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-17T06:08:43.696Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-17T06:08:43.697Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-17T06:08:43.697Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-17T06:08:43.697Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-17T06:08:43.697Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-17T06:08:43.697Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-17T06:08:43.698Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:08:43.698Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.698Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.699Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-17T06:08:43.699Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:08:43.699Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:08:43.700Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.700Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.700Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-17T06:08:43.700Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:08:43.701Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:08:43.701Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.701Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.701Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.701Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.702Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.702Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.703Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.703Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.703Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.703Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.703Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:4a09be4c-31d0-44f2-a640-4893235b1c62 Model Version:NULL Model InvariantUuid:ec562f70-750e-43aa-bc6f-a42903adffef Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:f54b3c3e-0658-4cd7-9664-52675ed10452 Model UUID:a31a0709-bb94-463d-b4f4-8de8536267c8 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:817b5738-effe-4e01-a5d3-558d349aeab0 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-17T06:08:43.714Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: e8bb28eb-adfc-478e-b3a0-70744fa5633f 2022-05-17T06:08:43.714Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||No resources found for Service: 4a09be4c-31d0-44f2-a640-4893235b1c62 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:08:43.721Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500|| 2022-05-17T06:08:43.722Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-17T06:08:43.723Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 4a09be4c-31d0-44f2-a640-4893235b1c62 2022-05-17T06:08:43.723Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4a09be4c-31d0-44f2-a640-4893235b1c62 2022-05-17T06:08:43.723Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-17T06:08:43.724Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:08:43.728Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53818197, org.onap.sdc.toscaparser.api.parameters.Input@b5bac65, org.onap.sdc.toscaparser.api.parameters.Input@239bfaa3, org.onap.sdc.toscaparser.api.parameters.Input@f4a03b9, org.onap.sdc.toscaparser.api.parameters.Input@5098b6fe] 2022-05-17T06:08:43.730Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.730Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.731Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.731Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.731Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4a09be4c-31d0-44f2-a640-4893235b1c62: Generic NeutronNet 2022-05-17T06:08:43.732Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.732Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.732Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.732Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-05-17T06:08:43.771Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.771Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.771Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.771Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.771Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:08:43.772Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:08:43.772Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-17T06:08:43.822Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-17T06:08:43.822Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-17T06:08:43.822Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-17T06:08:43.823Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:08:43.823Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:08:43.826Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:08:43.826Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767723822, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:08:43.926Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:08:43.928Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:08:43.928Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:08:43.942Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:08:43.942Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:08:44.828Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60b2eea9-03ba-4f1a-bca8-ea167739cdeb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:08:44.840Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60b2eea9-03ba-4f1a-bca8-ea167739cdeb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:08:44.844Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T06:08:44.844Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-17T06:08:44.844Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-17T06:09:14.845Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60b2eea9-03ba-4f1a-bca8-ea167739cdeb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:09:14.856Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60b2eea9-03ba-4f1a-bca8-ea167739cdeb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:09:14.859Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T06:09:14.859Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-17T06:09:14.859Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-17T06:09:38.899Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:09:38.901Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:09:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:09:39.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:09:39.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:09:39.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767718890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:09:39.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:09:44.860Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60b2eea9-03ba-4f1a-bca8-ea167739cdeb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:09:44.873Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60b2eea9-03ba-4f1a-bca8-ea167739cdeb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:09:44.876Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T06:09:44.876Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-17T06:09:44.876Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-17T06:10:14.877Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60b2eea9-03ba-4f1a-bca8-ea167739cdeb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:10:14.892Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60b2eea9-03ba-4f1a-bca8-ea167739cdeb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:10:14.899Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T06:10:14.899Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-17T06:10:14.900Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-17T06:10:38.900Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:10:38.901Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:10:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:10:38.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:10:38.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767718890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:10:38.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767721821, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:10:38.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:38.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "aai-ml", "timestamp": 1652767723000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767723822, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:10:38.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:38.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "aai-ml", "timestamp": 1652767723000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:10:38.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "aai-ml", "timestamp": 1652767725746, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:10:38.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:38.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "aai-ml", "timestamp": 1652767730135, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:10:38.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:38.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "aai-ml", "timestamp": 1652767731140, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:10:38.952Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60b2eea9-03ba-4f1a-bca8-ea167739cdeb 2022-05-17T06:10:38.952Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60b2eea9-03ba-4f1a-bca8-ea167739cdeb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:10:38.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "aai-ml", "timestamp": 1652767753000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "multicloud-k8s-id", "timestamp": 1652767752354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "aai-ml", "timestamp": 1652767753000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "multicloud-k8s-id", "timestamp": 1652767752354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "aai-ml", "timestamp": 1652767753000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "multicloud-k8s-id", "timestamp": 1652767752354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "aai-ml", "timestamp": 1652767753000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "multicloud-k8s-id", "timestamp": 1652767752354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "cds", "timestamp": 1652767759255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "clamp", "timestamp": 1652767760300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "aai-ml", "timestamp": 1652767753000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "multicloud-k8s-id", "timestamp": 1652767752354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "policy-id", "timestamp": 1652767760443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "cds", "timestamp": 1652767759255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "clamp", "timestamp": 1652767760300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "aai-ml", "timestamp": 1652767753000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "multicloud-k8s-id", "timestamp": 1652767752354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "policy-id", "timestamp": 1652767760443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "ves-openapi-manager", "timestamp": 1652767761841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "cds", "timestamp": 1652767759255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "clamp", "timestamp": 1652767760300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "aai-ml", "timestamp": 1652767753000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "multicloud-k8s-id", "timestamp": 1652767752354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "policy-id", "timestamp": 1652767760443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "ves-openapi-manager", "timestamp": 1652767761841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "cds", "timestamp": 1652767759255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "clamp", "timestamp": 1652767760300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "aai-ml", "timestamp": 1652767753000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:10:38.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767762607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "multicloud-k8s-id", "timestamp": 1652767752354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:10:38.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "policy-id", "timestamp": 1652767760443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "ves-openapi-manager", "timestamp": 1652767761841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "cds", "timestamp": 1652767759255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "clamp", "timestamp": 1652767760300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767762607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "aai-ml", "timestamp": 1652767765035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:10:38.980Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:38.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "policy-id", "timestamp": 1652767760443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "ves-openapi-manager", "timestamp": 1652767761841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "cds", "timestamp": 1652767759255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "clamp", "timestamp": 1652767760300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767762607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "policy-id", "timestamp": 1652767760443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "ves-openapi-manager", "timestamp": 1652767761841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "cds", "timestamp": 1652767759255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "clamp", "timestamp": 1652767760300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767762607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "policy-id", "timestamp": 1652767760443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "ves-openapi-manager", "timestamp": 1652767761841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-17T06:10:38.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "cds", "timestamp": 1652767759255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:10:38.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "clamp", "timestamp": 1652767760300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:10:38.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767762607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "policy-id", "timestamp": 1652767760443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:10:38.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "ves-openapi-manager", "timestamp": 1652767761841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "cds", "timestamp": 1652767768136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:10:38.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:38.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767762607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "policy-id", "timestamp": 1652767769362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:10:38.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:38.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "ves-openapi-manager", "timestamp": 1652767761841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:38.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:38.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:38.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "cds", "timestamp": 1652767769141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:10:39.002Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26831ffe-5990-4ef6-befc-552fc7af2f30 2022-05-17T06:10:39.003Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26831ffe-5990-4ef6-befc-552fc7af2f30 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:10:39.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767762607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:10:39.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:39.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "policy-id", "timestamp": 1652767770367, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:10:39.011Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:39.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "ves-openapi-manager", "timestamp": 1652767770791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:10:39.012Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:39.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "aai-ml", "timestamp": 1652767770843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:10:39.012Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:39.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767762607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:10:39.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:10:39.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "policy-id", "timestamp": 1652767771372, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:10:39.017Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26831ffe-5990-4ef6-befc-552fc7af2f30 2022-05-17T06:10:39.018Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26831ffe-5990-4ef6-befc-552fc7af2f30 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:10:39.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "ves-openapi-manager", "timestamp": 1652767771975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-17T06:10:39.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:39.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "aai-ml", "timestamp": 1652767771848, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:10:39.049Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26831ffe-5990-4ef6-befc-552fc7af2f30 2022-05-17T06:10:39.049Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26831ffe-5990-4ef6-befc-552fc7af2f30 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:10:39.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767771917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:10:39.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:39.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "ves-openapi-manager", "timestamp": 1652767772980, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:10:39.063Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 26831ffe-5990-4ef6-befc-552fc7af2f30 2022-05-17T06:10:39.063Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26831ffe-5990-4ef6-befc-552fc7af2f30 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:10:39.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767773510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:10:39.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:39.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767774513, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:10:39.076Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26831ffe-5990-4ef6-befc-552fc7af2f30 2022-05-17T06:10:39.077Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26831ffe-5990-4ef6-befc-552fc7af2f30 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:10:39.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:10:39.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "clamp", "timestamp": 1652767777612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:10:39.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:10:44.900Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60b2eea9-03ba-4f1a-bca8-ea167739cdeb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:10:44.912Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60b2eea9-03ba-4f1a-bca8-ea167739cdeb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:10:44.922Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T06:10:44.922Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-17T06:10:44.923Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-17T06:10:44.923Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-17T06:10:44.923Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:10:44.923Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:10:44.923Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:10:44.923Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:10:44.923Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:10:44.924Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:10:44.924Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:10:44.930Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-17T06:11:14.931Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60b2eea9-03ba-4f1a-bca8-ea167739cdeb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-17T06:11:14.946Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60b2eea9-03ba-4f1a-bca8-ea167739cdeb and serviceModelVersionId: 4a09be4c-31d0-44f2-a640-4893235b1c62 2022-05-17T06:11:14.946Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec562f70-750e-43aa-bc6f-a42903adffef 2022-05-17T06:11:14.948Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec562f70-750e-43aa-bc6f-a42903adffef/model-vers/model-ver/4a09be4c-31d0-44f2-a640-4893235b1c62?depth=0 2022-05-17T06:11:14.953Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-17T06:11:15.016Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec562f70-750e-43aa-bc6f-a42903adffef/model-vers/model-ver/4a09be4c-31d0-44f2-a640-4893235b1c62?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-17T06:11:15.018Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec562f70-750e-43aa-bc6f-a42903adffef/model-vers/model-ver/4a09be4c-31d0-44f2-a640-4893235b1c62?depth=0|INFO|500||Invoke 2022-05-17T06:11:15.042Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec562f70-750e-43aa-bc6f-a42903adffef/model-vers/model-ver/4a09be4c-31d0-44f2-a640-4893235b1c62?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-17T06:11:15.184Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec562f70-750e-43aa-bc6f-a42903adffef/model-vers/model-ver/4a09be4c-31d0-44f2-a640-4893235b1c62?depth=0|INFO|500||InvokeReturn 2022-05-17T06:11:15.185Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec562f70-750e-43aa-bc6f-a42903adffef/model-vers/model-ver/4a09be4c-31d0-44f2-a640-4893235b1c62?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220517-06:11:15:204-1212], vertex-id=[233640], Content-Length=[0], Date=[Tue, 17 May 2022 06:11:15 GMT], Content-Type=[application/json]} 2022-05-17T06:11:15.186Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-17T06:11:15.186Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-17T06:11:15.186Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:11:15.192Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-17T06:11:15.192Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60b2eea9-03ba-4f1a-bca8-ea167739cdeb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-17T06:11:15.192Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-17T06:11:15.193Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:11:15.195Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:11:15.195Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767875192, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:11:15.295Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:11:15.297Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:11:15.297Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:15.312Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:15.312Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:11:16.208Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:11:16.209Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:11:16.209Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:20.584Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:20.585Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-17T06:11:20.586Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"26831ffe-5990-4ef6-befc-552fc7af2f30","serviceName":"Demo_pNF_AWusHiWbrICjtaLI4yJG","serviceVersion":"1.0","serviceUUID":"a42f1123-ada6-4b6f-b4cf-a3146d6fe55e","serviceDescription":"catalog service description","serviceInvariantUUID":"114e55d9-39c3-46b9-a04c-729cc7cfdb20","resources":[{"resourceInstanceName":"pNF a2e70017-2fdc 0","resourceName":"pNF a2e70017-2fdc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b1ef62a3-fca5-4438-9fa9-1f2ecc5d2dc9","resourceInvariantUUID":"0ab44c8b-d959-4c7f-b3dd-cab795fcf9c4","resourceCustomizationUUID":"f7dd7f20-ce33-437b-9c0f-463880cb1617","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vf-license-model.xml","artifactChecksum":"YTMwMzdhYTEzNTE1MjlkZTdlODc1MTgyZmE3ODI0OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca0fe834-3d01-4504-bdf2-c9490d6ded4e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/pNF.csar","artifactChecksum":"OWNkODU3ODViZjFkMjRjZjNhYmRjZjE3NjRlYmI2NmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5bc3a3a0-347c-41bc-92d4-292c2f39825f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f5f189b-76ec-40cd-b697-8d0599e4a51e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vendor-license-model.xml","artifactChecksum":"NDEyMTkwNzliNDgzNmU2ZTZhM2IyYjgyN2JhNGIyMGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f4343449-456f-44b2-b1e0-4a5ec01dbdde","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f6f45f6-0f27-4642-9239-bcd91bcd7a53","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3bc855cc-b6d1-469e-80f4-082eb16fd931","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAwushiwbricjtali4yjg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-template.yml","artifactChecksum":"ZjE0NmM2MDM1NGJhM2RlNmEyMjY4NjBmMzYyNTlkMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"570679a5-c594-4a8d-b6af-4e6bb9df36de","artifactVersion":"1"},{"artifactName":"service-DemoPnfAwushiwbricjtali4yjg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar","artifactChecksum":"M2Q5ZjczNTVhODk3NTQ0ZDY1ZGFlNzE5MzY5N2U3MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21c9f6a7-c999-4fa5-a17c-e7334abb8826","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-17T06:11:20.588Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:11:20.588Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:11:20.590Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:11:20.590Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:20.691Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:11:20.692Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:11:20.692Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:20.707Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:20.707Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:11:21.591Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:11:21.592Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:11:21.594Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:11:21.594Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:21.694Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:11:21.696Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:11:21.696Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:21.708Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:21.709Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:11:22.595Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:11:22.596Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:11:22.597Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:11:22.598Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:22.698Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:11:22.699Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:11:22.699Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:22.717Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:22.718Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:11:23.598Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:11:23.599Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:11:23.601Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:11:23.601Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:23.702Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:11:23.703Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:11:23.704Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:23.725Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:23.727Z||pool-59-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:11:24.612Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:11:24.613Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:11:24.632Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:11:24.632Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:24.722Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-05-17T06:11:24.723Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:11:24.723Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:24.749Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:24.750Z||pool-60-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:11:25.634Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:11:25.635Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:11:25.637Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:11:25.638Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:25.737Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-17T06:11:25.738Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:11:25.739Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:25.768Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:25.769Z||pool-61-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:11:26.639Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:11:26.639Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:11:26.643Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:11:26.643Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:26.743Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:11:26.744Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:11:26.744Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:26.760Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:26.760Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:11:27.644Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:11:27.645Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:11:27.648Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:11:27.648Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:27.748Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:11:27.749Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:11:27.749Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:27.766Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:27.767Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:11:28.649Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "serviceName": "Demo_pNF_AWusHiWbrICjtaLI4yJG", "serviceVersion": "1.0", "serviceUUID": "a42f1123-ada6-4b6f-b4cf-a3146d6fe55e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "114e55d9-39c3-46b9-a04c-729cc7cfdb20", "resources": [ { "resourceInstanceName": "pNF a2e70017-2fdc 0", "resourceCustomizationUUID": "f7dd7f20-ce33-437b-9c0f-463880cb1617", "resourceName": "pNF a2e70017-2fdc", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b1ef62a3-fca5-4438-9fa9-1f2ecc5d2dc9", "resourceInvariantUUID": "0ab44c8b-d959-4c7f-b3dd-cab795fcf9c4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "artifactChecksum": "M2Q5ZjczNTVhODk3NTQ0ZDY1ZGFlNzE5MzY5N2U3MWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21c9f6a7-c999-4fa5-a17c-e7334abb8826" } ], "workloadContext": "Production" } 2022-05-17T06:11:28.649Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-17T06:11:28.650Z|60b2eea9-03ba-4f1a-bca8-ea167739cdeb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a42f1123-ada6-4b6f-b4cf-a3146d6fe55e ASDC 2022-05-17T06:11:28.651Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:26831ffe-5990-4ef6-befc-552fc7af2f30 ServiceName:Demo_pNF_AWusHiWbrICjtaLI4yJG ServiceVersion:1.0 ServiceUUID:a42f1123-ada6-4b6f-b4cf-a3146d6fe55e ServiceInvariantUUID:114e55d9-39c3-46b9-a04c-729cc7cfdb20 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfAwushiwbricjtali4yjg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar ArtifactUUID:21c9f6a7-c999-4fa5-a17c-e7334abb8826 ArtifactChecksum:M2Q5ZjczNTVhODk3NTQ0ZDY1ZGFlNzE5MzY5N2U3MWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a2e70017-2fdc 0 ResourceCustomizationUUID:f7dd7f20-ce33-437b-9c0f-463880cb1617 ResourceInvariantUUID:0ab44c8b-d959-4c7f-b3dd-cab795fcf9c4 ResourceName:pNF a2e70017-2fdc ResourceType:PNF ResourceUUID:b1ef62a3-fca5-4438-9fa9-1f2ecc5d2dc9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-17T06:11:28.651Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a42f1123-ada6-4b6f-b4cf-a3146d6fe55e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:11:28.675Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:11:28.676Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:11:28.676Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:11:28.676Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 21c9f6a7-c999-4fa5-a17c-e7334abb8826 from URL: /sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:28.676Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:11:28.676Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:28.953Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:11:28.957Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 21c9f6a7-c999-4fa5-a17c-e7334abb8826 82646 2022-05-17T06:11:28.958Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar ASDC sendASDCNotification 2022-05-17T06:11:28.958Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:28.958Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:11:28.959Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:11:28.962Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:11:28.962Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767888958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:29.062Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:11:29.063Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:11:29.063Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:29.076Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:29.078Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:11:29.963Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:11:29.964Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:11:29.965Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 21c9f6a7-c999-4fa5-a17c-e7334abb8826, URL: /sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar to file: /app/ASDC/1/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:29.965Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:29.966Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:29.966Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:30.079Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8074179278148677162/Definitions/service-DemoPnfAwushiwbricjtali4yjg-template.yml 2022-05-17T06:11:30.836Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-17T06:11:30.836Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:11:30.836Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:30.837Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-17T06:11:30.837Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:30.837Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:30.837Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:30.837Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:30.838Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:30.838Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:30.838Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a2e70017-2fdc 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-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:30.838Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:11:30.839Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:11:30.839Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AWusHiWbrICjtaLI4yJG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:11:30.839Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Node template pNF a2e70017-2fdc 0 is matching search criteria 2022-05-17T06:11:30.839Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:11:30.840Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF a2e70017-2fdc 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:11:30.840Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:11:30.840Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AWusHiWbrICjtaLI4yJG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:11:30.841Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Node template pNF a2e70017-2fdc 0 is matching search criteria 2022-05-17T06:11:30.841Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:11:30.841Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF a2e70017-2fdc 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:11:30.841Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:11:30.841Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AWusHiWbrICjtaLI4yJG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:11:30.842Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:11:30.842Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AWusHiWbrICjtaLI4yJG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:11:30.842Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:11:30.842Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AWusHiWbrICjtaLI4yJG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:11:30.843Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:11:30.843Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AWusHiWbrICjtaLI4yJG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:11:30.843Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:11:30.843Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AWusHiWbrICjtaLI4yJG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:11:30.844Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_AWusHiWbrICjtaLI4yJG Description:catalog service description Model UUID:a42f1123-ada6-4b6f-b4cf-a3146d6fe55e Model Version:NULL Model InvariantUuid:114e55d9-39c3-46b9-a04c-729cc7cfdb20 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-17T06:11:30.852Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: b1ef62a3-fca5-4438-9fa9-1f2ecc5d2dc9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:11:30.857Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||pNF a2e70017-2fdc 0 2022-05-17T06:11:30.857Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b1ef62a3-fca5-4438-9fa9-1f2ecc5d2dc9 2022-05-17T06:11:30.857Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a42f1123-ada6-4b6f-b4cf-a3146d6fe55e 2022-05-17T06:11:30.857Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a42f1123-ada6-4b6f-b4cf-a3146d6fe55e 2022-05-17T06:11:30.858Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a2e70017-2fdc 0 b1ef62a3-fca5-4438-9fa9-1f2ecc5d2dc9 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:11:30.862Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@252b1952, org.onap.sdc.toscaparser.api.parameters.Input@50f9e937, org.onap.sdc.toscaparser.api.parameters.Input@257aa61d, org.onap.sdc.toscaparser.api.parameters.Input@43e21ede, org.onap.sdc.toscaparser.api.parameters.Input@3efe7e79] 2022-05-17T06:11:30.862Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:11:30.863Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AWusHiWbrICjtaLI4yJG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:11:30.863Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a42f1123-ada6-4b6f-b4cf-a3146d6fe55e: pNF a2e70017-2fdc 2022-05-17T06:11:30.863Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||Processing PNF resource: b1ef62a3-fca5-4438-9fa9-1f2ecc5d2dc9 2022-05-17T06:11:30.863Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:11:30.864Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AWusHiWbrICjtaLI4yJG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:11:30.864Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||Resource customization UUID: f7dd7f20-ce33-437b-9c0f-463880cb1617 is the same as notified resource customizationUUID: f7dd7f20-ce33-437b-9c0f-463880cb1617 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-17T06:11:30.902Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a2e70017-2fdc b1ef62a3-fca5-4438-9fa9-1f2ecc5d2dc9 0 ASDC deployResourceStructure 2022-05-17T06:11:30.903Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar ASDC sendASDCNotification 2022-05-17T06:11:30.903Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar 2022-05-17T06:11:30.903Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:11:30.904Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:11:30.907Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:11:30.907Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767890903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:11:31.007Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:11:31.008Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:11:31.009Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:31.029Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:31.030Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:11:31.908Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26831ffe-5990-4ef6-befc-552fc7af2f30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:11:31.925Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26831ffe-5990-4ef6-befc-552fc7af2f30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:11:31.928Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T06:11:31.928Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-17T06:11:31.928Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-17T06:11:31.928Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-17T06:11:31.928Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:11:31.928Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:11:31.929Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:11:31.929Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:11:31.929Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:11:31.929Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:11:31.929Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:11:31.934Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-17T06:11:38.900Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:11:38.901Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:11:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:11:38.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:11:38.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "clamp", "timestamp": 1652767779620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:11:38.939Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:38.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "clamp", "timestamp": 1652767780623, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:11:38.951Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26831ffe-5990-4ef6-befc-552fc7af2f30 2022-05-17T06:11:38.951Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26831ffe-5990-4ef6-befc-552fc7af2f30 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:38.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767790300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "cds", "timestamp": 1652767789255, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767792614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767792356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767790300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:11:38.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767792614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "cds", "timestamp": 1652767789255, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767792356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:11:38.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "cds", "timestamp": 1652767789255, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767792614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767790300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767792356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-17T06:11:38.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "cds", "timestamp": 1652767789255, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767792614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767790300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767792356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "cds", "timestamp": 1652767789255, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767790300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767792614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767792356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-17T06:11:38.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767790300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767792614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "cds", "timestamp": 1652767789255, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767792356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-17T06:11:38.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "cds", "timestamp": 1652767789255, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767792614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767790300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767792356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-17T06:11:38.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "cds", "timestamp": 1652767789255, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767792614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767790300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767792356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767800444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767790300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767792614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "cds", "timestamp": 1652767789255, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767800444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767792356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "cds", "timestamp": 1652767789255, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:38.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767790300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:38.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767792614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:38.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767800444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-17T06:11:38.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767792356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:38.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767800444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767800444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767805367, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:38.986Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:38.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767800444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "cds", "timestamp": 1652767805397, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:38.987Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:38.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767806344, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:38.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:38.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767800444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767808041, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:38.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:38.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767807274, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:11:38.990Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:38.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767800444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:38.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:38.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:38.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "cds", "timestamp": 1652767807411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.003Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6cfcc6a9-bff2-415d-b384-adc472ae0313 2022-05-17T06:11:39.003Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cfcc6a9-bff2-415d-b384-adc472ae0313 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767808277, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:11:39.018Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6cfcc6a9-bff2-415d-b384-adc472ae0313 2022-05-17T06:11:39.018Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cfcc6a9-bff2-415d-b384-adc472ae0313 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767800444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767809431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "cds", "timestamp": 1652767808414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767800444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:39.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "cds", "timestamp": 1652767808414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767810936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.029Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767811429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "cds", "timestamp": 1652767808414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767812037, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:11:39.036Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cfcc6a9-bff2-415d-b384-adc472ae0313 2022-05-17T06:11:39.036Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cfcc6a9-bff2-415d-b384-adc472ae0313 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767812436, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:11:39.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "cds", "timestamp": 1652767808414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "multicloud-k8s-id", "timestamp": 1652767813045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T06:11:39.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "policy-id", "timestamp": 1652767813439, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:11:39.053Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cfcc6a9-bff2-415d-b384-adc472ae0313 2022-05-17T06:11:39.053Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cfcc6a9-bff2-415d-b384-adc472ae0313 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-17T06:11:39.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767813620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "cds", "timestamp": 1652767808414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "multicloud-k8s-id", "timestamp": 1652767814058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "cds", "timestamp": 1652767808414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "multicloud-k8s-id", "timestamp": 1652767814058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:11:39.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "cds", "timestamp": 1652767808414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:39.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "multicloud-k8s-id", "timestamp": 1652767814058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-17T06:11:39.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "cds", "timestamp": 1652767816163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "multicloud-k8s-id", "timestamp": 1652767814058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "cds", "timestamp": 1652767817167, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.080Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f63275bc-c2d4-40ad-bbf2-5f216d6af2af 2022-05-17T06:11:39.081Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f63275bc-c2d4-40ad-bbf2-5f216d6af2af and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "ves-openapi-manager", "timestamp": 1652767801841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "multicloud-k8s-id", "timestamp": 1652767814058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-17T06:11:39.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767818627, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:11:39.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "multicloud-k8s-id", "timestamp": 1652767814058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "clamp", "timestamp": 1652767819631, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:11:39.097Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6cfcc6a9-bff2-415d-b384-adc472ae0313 2022-05-17T06:11:39.098Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cfcc6a9-bff2-415d-b384-adc472ae0313 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "multicloud-k8s-id", "timestamp": 1652767814058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:39.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "policy-id", "timestamp": 1652767820443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "clamp", "timestamp": 1652767820634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "multicloud-k8s-id", "timestamp": 1652767821779, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "policy-id", "timestamp": 1652767820443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "clamp", "timestamp": 1652767820634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:11:39.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:39.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "multicloud-k8s-id", "timestamp": 1652767822827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "policy-id", "timestamp": 1652767820443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-17T06:11:39.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "clamp", "timestamp": 1652767820634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "multicloud-k8s-id", "timestamp": 1652767823874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767823746, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767822606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "policy-id", "timestamp": 1652767820443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "clamp", "timestamp": 1652767820634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "multicloud-k8s-id", "timestamp": 1652767824906, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:11:39.120Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f63275bc-c2d4-40ad-bbf2-5f216d6af2af 2022-05-17T06:11:39.120Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f63275bc-c2d4-40ad-bbf2-5f216d6af2af and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767822606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "policy-id", "timestamp": 1652767820443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "clamp", "timestamp": 1652767820634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "ves-openapi-manager", "timestamp": 1652767821841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "cds", "timestamp": 1652767819255, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "multicloud-k8s-id", "timestamp": 1652767825909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T06:11:39.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767822606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "policy-id", "timestamp": 1652767820443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "clamp", "timestamp": 1652767820634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "cds", "timestamp": 1652767819255, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "ves-openapi-manager", "timestamp": 1652767821841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767822606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "policy-id", "timestamp": 1652767820443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:39.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "clamp", "timestamp": 1652767820634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:39.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "ves-openapi-manager", "timestamp": 1652767821841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "cds", "timestamp": 1652767819255, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767822606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "policy-id", "timestamp": 1652767828257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "ves-openapi-manager", "timestamp": 1652767821841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "cds", "timestamp": 1652767819255, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767822606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "policy-id", "timestamp": 1652767829264, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:11:39.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "cds", "timestamp": 1652767819255, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "ves-openapi-manager", "timestamp": 1652767821841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767822606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:39.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "policy-id", "timestamp": 1652767830269, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:11:39.146Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f63275bc-c2d4-40ad-bbf2-5f216d6af2af 2022-05-17T06:11:39.146Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f63275bc-c2d4-40ad-bbf2-5f216d6af2af and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-17T06:11:39.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "cds", "timestamp": 1652767819255, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "ves-openapi-manager", "timestamp": 1652767821841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767830713, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.153Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "cds", "timestamp": 1652767819255, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "ves-openapi-manager", "timestamp": 1652767821841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-17T06:11:39.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "ves-openapi-manager", "timestamp": 1652767821841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "cds", "timestamp": 1652767819255, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "multicloud-k8s-id", "timestamp": 1652767832354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767832588, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:11:39.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "ves-openapi-manager", "timestamp": 1652767821841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "cds", "timestamp": 1652767819255, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:11:39.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "multicloud-k8s-id", "timestamp": 1652767832354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767833591, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:11:39.163Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f63275bc-c2d4-40ad-bbf2-5f216d6af2af 2022-05-17T06:11:39.163Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f63275bc-c2d4-40ad-bbf2-5f216d6af2af and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "multicloud-k8s-id", "timestamp": 1652767832354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "clamp", "timestamp": 1652767835623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "multicloud-k8s-id", "timestamp": 1652767832354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "ves-openapi-manager", "timestamp": 1652767836141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "cds", "timestamp": 1652767835471, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:11:39.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "multicloud-k8s-id", "timestamp": 1652767832354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "ves-openapi-manager", "timestamp": 1652767837203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-17T06:11:39.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "cds", "timestamp": 1652767836677, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.187Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5dce0fb9-f928-4268-a24a-bcbfb0c47203 2022-05-17T06:11:39.187Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dce0fb9-f928-4268-a24a-bcbfb0c47203 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767837595, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:11:39.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "clamp", "timestamp": 1652767837633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:11:39.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:11:39.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "multicloud-k8s-id", "timestamp": 1652767832354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:11:39.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:11:39.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "ves-openapi-manager", "timestamp": 1652767838206, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:11:39.200Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5dce0fb9-f928-4268-a24a-bcbfb0c47203 2022-05-17T06:11:39.200Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dce0fb9-f928-4268-a24a-bcbfb0c47203 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "aai-ml", "timestamp": 1652767838599, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:11:39.214Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6cfcc6a9-bff2-415d-b384-adc472ae0313 2022-05-17T06:11:39.214Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cfcc6a9-bff2-415d-b384-adc472ae0313 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:11:39.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:11:39.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "clamp", "timestamp": 1652767838637, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:11:39.225Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f63275bc-c2d4-40ad-bbf2-5f216d6af2af 2022-05-17T06:11:39.225Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f63275bc-c2d4-40ad-bbf2-5f216d6af2af and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:12:01.934Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26831ffe-5990-4ef6-befc-552fc7af2f30 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-17T06:12:01.945Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26831ffe-5990-4ef6-befc-552fc7af2f30 and serviceModelVersionId: a42f1123-ada6-4b6f-b4cf-a3146d6fe55e 2022-05-17T06:12:01.946Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 114e55d9-39c3-46b9-a04c-729cc7cfdb20 2022-05-17T06:12:01.947Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/114e55d9-39c3-46b9-a04c-729cc7cfdb20/model-vers/model-ver/a42f1123-ada6-4b6f-b4cf-a3146d6fe55e?depth=0 2022-05-17T06:12:01.957Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-17T06:12:02.015Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/114e55d9-39c3-46b9-a04c-729cc7cfdb20/model-vers/model-ver/a42f1123-ada6-4b6f-b4cf-a3146d6fe55e?depth=0|INFO|500||Invoke 2022-05-17T06:12:02.016Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/114e55d9-39c3-46b9-a04c-729cc7cfdb20/model-vers/model-ver/a42f1123-ada6-4b6f-b4cf-a3146d6fe55e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/114e55d9-39c3-46b9-a04c-729cc7cfdb20/model-vers/model-ver/a42f1123-ada6-4b6f-b4cf-a3146d6fe55e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[26831ffe-5990-4ef6-befc-552fc7af2f30], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba3ef193-7f25-425e-aad7-8c5ef633a4c5], X-ECOMP-RequestID=[26831ffe-5990-4ef6-befc-552fc7af2f30], X-TransactionId=[], X-ONAP-RequestID=[26831ffe-5990-4ef6-befc-552fc7af2f30], Content-Type=[application/merge-patch+json]} 2022-05-17T06:12:02.052Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/114e55d9-39c3-46b9-a04c-729cc7cfdb20/model-vers/model-ver/a42f1123-ada6-4b6f-b4cf-a3146d6fe55e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-17T06:12:02.612Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/114e55d9-39c3-46b9-a04c-729cc7cfdb20/model-vers/model-ver/a42f1123-ada6-4b6f-b4cf-a3146d6fe55e?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/114e55d9-39c3-46b9-a04c-729cc7cfdb20/model-vers/model-ver/a42f1123-ada6-4b6f-b4cf-a3146d6fe55e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220517-06:12:02:212-41870], vertex-id=[209136], Content-Length=[0], Date=[Tue, 17 May 2022 06:12:02 GMT], Content-Type=[application/json]} 2022-05-17T06:12:02.613Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/114e55d9-39c3-46b9-a04c-729cc7cfdb20/model-vers/model-ver/a42f1123-ada6-4b6f-b4cf-a3146d6fe55e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-17T06:12:02.613Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/114e55d9-39c3-46b9-a04c-729cc7cfdb20/model-vers/model-ver/a42f1123-ada6-4b6f-b4cf-a3146d6fe55e?depth=0|INFO|500||InvokeReturn 2022-05-17T06:12:02.614Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-17T06:12:02.614Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:12:02.619Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-17T06:12:02.620Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26831ffe-5990-4ef6-befc-552fc7af2f30 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-17T06:12:02.620Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-17T06:12:02.621Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:02.625Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:02.625Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767922620, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:12:02.725Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:02.726Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:02.726Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:02.763Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:02.764Z||pool-66-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:12:03.640Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-17T06:12:03.640Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6cfcc6a9-bff2-415d-b384-adc472ae0313","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"36fd752d-a277-4ea7-9f45-6c897fad3d61","serviceDescription":"service","serviceInvariantUUID":"81083527-bb54-4293-99de-b1ccc6bf803c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"46eb2b2d-f61b-4dcf-b1ef-55595701c2e2","resourceInvariantUUID":"cdeed7ea-4350-4c7b-a9c9-9a83262b4178","resourceCustomizationUUID":"3273ac79-7a2d-4f9c-b033-1c46d2918f68","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZDY4YzRiY2I0NWU0NjMzN2UwN2I5NGVmN2I0OTJhMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0b3b305-68ba-4c9b-996e-fbe7607640e7","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NTdiZTk4YzU5NThmZDU4MGNiNjlmYzk0Njg0OTg0NDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7287541b-6cca-4b8e-9cd6-fa4a7bdc2395","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0ac5c5c7-e6fa-4291-9105-2359c5fd033c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"198bf19a-61ea-46f4-bb4a-243472b3b08a","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ab05ac6b-2210-49e6-913a-789b4bd604c5","artifactVersion":"2","generatedFromUUID":"b3087620-c8ff-4662-b547-c908e811be4a"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e3a15e1f-92d8-4644-9746-53563703ff37","artifactVersion":"2","generatedFromUUID":"0ac5c5c7-e6fa-4291-9105-2359c5fd033c"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b3087620-c8ff-4662-b547-c908e811be4a","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c379f267-9beb-49f5-9d6f-6dedfe34a3a6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ODBiYWI0OTVlMGM4NDQ2NGNhZWRkMzc3Mjc5Y2ViYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"868bff12-ff73-4e07-a4d9-667ab3a4e315","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NGM2NTUxNWFjY2EzNWY4ZDQyOGFlZTIzZjkxMmJkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f242538c-2488-40af-bf67-2860a3b35f55","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-17T06:12:03.641Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:12:03.642Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:03.644Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:03.645Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:12:03.745Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:03.746Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:03.746Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:03.771Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:03.771Z||pool-67-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:04.645Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:12:04.646Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:04.648Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:04.648Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:12:04.749Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:04.750Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:04.750Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:04.761Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:04.762Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:05.649Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:12:05.650Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:05.652Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:05.652Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-17T06:12:05.753Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:05.754Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:05.754Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:05.769Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:05.770Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:06.653Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:12:06.654Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:06.656Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:06.656Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:12:06.757Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:06.758Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:06.759Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:06.775Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:06.776Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:07.657Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:12:07.658Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:07.661Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:07.661Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-17T06:12:07.761Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:07.762Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:07.763Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:07.796Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:07.797Z||pool-71-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:08.661Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:12:08.663Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:08.665Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:08.665Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-17T06:12:08.766Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:08.767Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:08.767Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:08.781Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:08.782Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:09.666Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:12:09.667Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:09.670Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:09.670Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-17T06:12:09.770Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:09.772Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:09.772Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:09.788Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:09.789Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:12:10.672Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:12:10.673Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:10.676Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:10.676Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:12:10.777Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:10.778Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:10.778Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:10.792Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:10.793Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:11.677Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:12:11.678Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:11.680Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:11.681Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:12:11.781Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:11.782Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:11.782Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:11.814Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:11.814Z||pool-75-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:12.681Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:12:12.682Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:12.685Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:12.685Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:12:12.785Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:12.786Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:12.786Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:12.813Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:12.813Z||pool-76-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:12:13.686Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "36fd752d-a277-4ea7-9f45-6c897fad3d61", "serviceDescription": "service", "serviceInvariantUUID": "81083527-bb54-4293-99de-b1ccc6bf803c", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "3273ac79-7a2d-4f9c-b033-1c46d2918f68", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "46eb2b2d-f61b-4dcf-b1ef-55595701c2e2", "resourceInvariantUUID": "cdeed7ea-4350-4c7b-a9c9-9a83262b4178", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "NTdiZTk4YzU5NThmZDU4MGNiNjlmYzk0Njg0OTg0NDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7287541b-6cca-4b8e-9cd6-fa4a7bdc2395", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0ac5c5c7-e6fa-4291-9105-2359c5fd033c", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e3a15e1f-92d8-4644-9746-53563703ff37", "generatedFromUUID": "0ac5c5c7-e6fa-4291-9105-2359c5fd033c" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ab05ac6b-2210-49e6-913a-789b4bd604c5", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e3a15e1f-92d8-4644-9746-53563703ff37", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b3087620-c8ff-4662-b547-c908e811be4a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NGM2NTUxNWFjY2EzNWY4ZDQyOGFlZTIzZjkxMmJkMDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f242538c-2488-40af-bf67-2860a3b35f55" } ], "workloadContext": "Production" } 2022-05-17T06:12:13.687Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-17T06:12:13.687Z|26831ffe-5990-4ef6-befc-552fc7af2f30|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 36fd752d-a277-4ea7-9f45-6c897fad3d61 ASDC 2022-05-17T06:12:13.687Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:6cfcc6a9-bff2-415d-b384-adc472ae0313 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:36fd752d-a277-4ea7-9f45-6c897fad3d61 ServiceInvariantUUID:81083527-bb54-4293-99de-b1ccc6bf803c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:f242538c-2488-40af-bf67-2860a3b35f55 ArtifactChecksum:NGM2NTUxNWFjY2EzNWY4ZDQyOGFlZTIzZjkxMmJkMDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:3273ac79-7a2d-4f9c-b033-1c46d2918f68 ResourceInvariantUUID:cdeed7ea-4350-4c7b-a9c9-9a83262b4178 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:46eb2b2d-f61b-4dcf-b1ef-55595701c2e2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:7287541b-6cca-4b8e-9cd6-fa4a7bdc2395 ArtifactChecksum:NTdiZTk4YzU5NThmZDU4MGNiNjlmYzk0Njg0OTg0NDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:0ac5c5c7-e6fa-4291-9105-2359c5fd033c ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:e3a15e1f-92d8-4644-9746-53563703ff37 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:ab05ac6b-2210-49e6-913a-789b4bd604c5 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:e3a15e1f-92d8-4644-9746-53563703ff37 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:b3087620-c8ff-4662-b547-c908e811be4a ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-17T06:12:13.687Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36fd752d-a277-4ea7-9f45-6c897fad3d61 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:12:13.735Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:12:13.736Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:12:13.736Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:12:13.736Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f242538c-2488-40af-bf67-2860a3b35f55 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-17T06:12:13.736Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:12:13.737Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-17T06:12:13.814Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:12:13.824Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f242538c-2488-40af-bf67-2860a3b35f55 158208 2022-05-17T06:12:13.824Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-17T06:12:13.824Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-17T06:12:13.825Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:12:13.825Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:13.827Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:13.828Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767933824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:12:13.928Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-17T06:12:13.929Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:13.929Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:13.948Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:13.949Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:14.828Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:12:14.830Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:12:14.830Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f242538c-2488-40af-bf67-2860a3b35f55, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-17T06:12:14.830Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-17T06:12:14.831Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-17T06:12:14.831Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-17T06:12:15.007Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4966297221234406075/Definitions/service-BasicCnfMacro-template.yml 2022-05-17T06:12:16.333Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-17T06:12:16.333Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:12:16.333Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-17T06:12:16.334Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-17T06:12:16.334Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-17T06:12:16.334Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-17T06:12:16.334Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-17T06:12:16.334Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-17T06:12:16.334Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:12:16.334Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.335Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:16.335Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-17T06:12:16.335Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:12:16.335Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:12:16.336Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.336Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:16.336Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-17T06:12:16.336Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:12:16.337Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:12:16.337Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.337Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:16.337Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.337Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-17T06:12:16.338Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-17T06:12:16.338Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-17T06:12:16.338Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-17T06:12:16.338Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.338Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T06:12:16.339Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.339Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-17T06:12:16.339Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:12:16.339Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.340Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-17T06:12:16.340Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:12:16.340Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.340Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-17T06:12:16.341Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:12:16.341Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.341Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-17T06:12:16.341Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:12:16.341Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.342Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-17T06:12:16.342Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-17T06:12:16.342Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e111b66d-e8f6-4047-992e-fba33da10cf9 2022-05-17T06:12:16.342Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.342Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:16.343Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.343Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:16.343Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.343Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:16.343Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:16.344Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:16.344Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:36fd752d-a277-4ea7-9f45-6c897fad3d61 Model Version:NULL Model InvariantUuid:81083527-bb54-4293-99de-b1ccc6bf803c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:ff3aabe3-b052-4a9f-8786-79f75f24a3ef Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cdeed7ea-4350-4c7b-a9c9-9a83262b4178 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3273ac79-7a2d-4f9c-b033-1c46d2918f68 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b60ea513-3362-4d2b-8e92-8c2e2e06ac89 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:23e8966d-a4ef-4ba9-9389-7247ae256fdb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:95bece43-b9e8-4a37-85f7-678279fdf5e1 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:7a5e4cbd-6530-4730-8e53-783e9dcf6238 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e111b66d-e8f6-4047-992e-fba33da10cf9 ModelInvariantUuid:a89fce8b-394d-446c-8a77-25370cf251d4 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:0854b2ca-df16-44da-ba7e-7820b47533fe ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:4ad582f3-adad-4281-ac57-6fe1b85f5c0f ModelInvariantUuid:f5a04c27-c201-42f7-aa25-a3ff0214799c ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:a60861c9-86f3-489b-8a84-45d0a6217dff ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-17T06:12:16.349Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 46eb2b2d-f61b-4dcf-b1ef-55595701c2e2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:12:16.353Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-05-17T06:12:16.354Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 46eb2b2d-f61b-4dcf-b1ef-55595701c2e2 2022-05-17T06:12:16.354Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7287541b-6cca-4b8e-9cd6-fa4a7bdc2395 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-17T06:12:16.354Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:12:16.354Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-17T06:12:16.408Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:12:16.408Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 7287541b-6cca-4b8e-9cd6-fa4a7bdc2395 1565 2022-05-17T06:12:16.408Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-17T06:12:16.408Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-17T06:12:16.408Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:12:16.409Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:16.411Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:16.411Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767936408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T06:12:16.515Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-05-17T06:12:16.517Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:16.517Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:16.536Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:16.536Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:17.412Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "95bece43-b9e8-4a37-85f7-678279fdf5e1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7a5e4cbd-6530-4730-8e53-783e9dcf6238", "vfModuleModelCustomizationUUID": "2d5ba149-8a80-4fcb-826a-d1ba2288cd8f", "isBase": true, "artifacts": [ "0ac5c5c7-e6fa-4291-9105-2359c5fd033c", "e3a15e1f-92d8-4644-9746-53563703ff37" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "b60ea513-3362-4d2b-8e92-8c2e2e06ac89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23e8966d-a4ef-4ba9-9389-7247ae256fdb", "vfModuleModelCustomizationUUID": "27777813-f67a-4051-8118-965df8e92590", "isBase": false, "artifacts": [ "b3087620-c8ff-4662-b547-c908e811be4a" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T06:12:17.418Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7a5e4cbd-6530-4730-8e53-783e9dcf6238 VfModuleModelInvariantUUID:95bece43-b9e8-4a37-85f7-678279fdf5e1 VfModuleModelDescription:NULL Artifacts UUID List:{ 0ac5c5c7-e6fa-4291-9105-2359c5fd033c , e3a15e1f-92d8-4644-9746-53563703ff37 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:23e8966d-a4ef-4ba9-9389-7247ae256fdb VfModuleModelInvariantUUID:b60ea513-3362-4d2b-8e92-8c2e2e06ac89 VfModuleModelDescription:NULL Artifacts UUID List:{ b3087620-c8ff-4662-b547-c908e811be4a } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-17T06:12:17.421Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "95bece43-b9e8-4a37-85f7-678279fdf5e1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7a5e4cbd-6530-4730-8e53-783e9dcf6238", "vfModuleModelCustomizationUUID": "2d5ba149-8a80-4fcb-826a-d1ba2288cd8f", "isBase": true, "artifacts": [ "0ac5c5c7-e6fa-4291-9105-2359c5fd033c", "e3a15e1f-92d8-4644-9746-53563703ff37" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "b60ea513-3362-4d2b-8e92-8c2e2e06ac89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23e8966d-a4ef-4ba9-9389-7247ae256fdb", "vfModuleModelCustomizationUUID": "27777813-f67a-4051-8118-965df8e92590", "isBase": false, "artifacts": [ "b3087620-c8ff-4662-b547-c908e811be4a" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T06:12:17.421Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7a5e4cbd-6530-4730-8e53-783e9dcf6238 VfModuleModelInvariantUUID:95bece43-b9e8-4a37-85f7-678279fdf5e1 VfModuleModelDescription:NULL Artifacts UUID List:{ 0ac5c5c7-e6fa-4291-9105-2359c5fd033c , e3a15e1f-92d8-4644-9746-53563703ff37 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:23e8966d-a4ef-4ba9-9389-7247ae256fdb VfModuleModelInvariantUUID:b60ea513-3362-4d2b-8e92-8c2e2e06ac89 VfModuleModelDescription:NULL Artifacts UUID List:{ b3087620-c8ff-4662-b547-c908e811be4a } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-17T06:12:17.421Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0ac5c5c7-e6fa-4291-9105-2359c5fd033c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-17T06:12:17.421Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:12:17.421Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-17T06:12:17.516Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:12:17.517Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 0ac5c5c7-e6fa-4291-9105-2359c5fd033c 914 2022-05-17T06:12:17.517Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-17T06:12:17.518Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-17T06:12:17.518Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:12:17.518Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:17.521Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:17.521Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767937517, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:12:17.621Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-17T06:12:17.622Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:17.623Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:17.640Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:17.641Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:18.522Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ab05ac6b-2210-49e6-913a-789b4bd604c5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-17T06:12:18.523Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:12:18.523Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-17T06:12:18.613Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:12:18.613Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ab05ac6b-2210-49e6-913a-789b4bd604c5 12 2022-05-17T06:12:18.613Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-17T06:12:18.613Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-17T06:12:18.613Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:12:18.614Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:18.616Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:18.616Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767938613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:12:18.716Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:18.717Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:18.717Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:18.733Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:18.733Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:19.617Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e3a15e1f-92d8-4644-9746-53563703ff37 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-17T06:12:19.617Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:12:19.617Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-17T06:12:19.663Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:12:19.664Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env e3a15e1f-92d8-4644-9746-53563703ff37 96 2022-05-17T06:12:19.664Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-17T06:12:19.664Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-17T06:12:19.664Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:12:19.665Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:19.667Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:19.667Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767939664, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:12:19.768Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:19.769Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:19.769Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:19.785Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:19.785Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:20.668Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b3087620-c8ff-4662-b547-c908e811be4a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-17T06:12:20.669Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:12:20.669Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-17T06:12:20.726Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:12:20.727Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz b3087620-c8ff-4662-b547-c908e811be4a 20206 2022-05-17T06:12:20.727Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-17T06:12:20.727Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-17T06:12:20.727Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:12:20.728Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:20.730Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:20.730Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767940727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-17T06:12:20.830Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:20.832Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:20.832Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:20.846Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:20.846Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:12:21.734Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 36fd752d-a277-4ea7-9f45-6c897fad3d61 2022-05-17T06:12:21.735Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 46eb2b2d-f61b-4dcf-b1ef-55595701c2e2 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:12:21.744Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30eb3d48, org.onap.sdc.toscaparser.api.parameters.Input@5f38d0dd, org.onap.sdc.toscaparser.api.parameters.Input@150cefc5, org.onap.sdc.toscaparser.api.parameters.Input@705eb050, org.onap.sdc.toscaparser.api.parameters.Input@1936c26e] 2022-05-17T06:12:21.745Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:21.746Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:21.746Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-17T06:12:21.746Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 3273ac79-7a2d-4f9c-b033-1c46d2918f68 2022-05-17T06:12:21.746Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3273ac79-7a2d-4f9c-b033-1c46d2918f68 matches Tosca VF Customization UUID: 3273ac79-7a2d-4f9c-b033-1c46d2918f68 2022-05-17T06:12:21.746Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 3273ac79-7a2d-4f9c-b033-1c46d2918f68 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-17T06:12:21.748Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:21.749Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:21.749Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 3273ac79-7a2d-4f9c-b033-1c46d2918f68: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-05-17T06:12:21.749Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7748009f 2022-05-17T06:12:21.749Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:21.749Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T06:12:21.750Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27777813-f67a-4051-8118-965df8e92590 2022-05-17T06:12:21.750Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27777813-f67a-4051-8118-965df8e92590 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-17T06:12:21.752Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:21.752Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-17T06:12:21.752Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:12:21.753Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:21.753Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-17T06:12:21.753Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:12:21.753Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:21.753Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-17T06:12:21.753Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3273ac79-7a2d-4f9c-b033-1c46d2918f68 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:12:21.755Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:21.756Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:21.756Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 36fd752d-a277-4ea7-9f45-6c897fad3d61: basic_cnf_macro 2022-05-17T06:12:21.756Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:21.756Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:21.756Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:21.756Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:21.757Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:21.757Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:21.757Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:21.757Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:21.757Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:12:21.757Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:12:21.758Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:12:21.796Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 46eb2b2d-f61b-4dcf-b1ef-55595701c2e2 2 ASDC deployResourceStructure 2022-05-17T06:12:21.796Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-17T06:12:21.796Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-17T06:12:21.796Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:12:21.797Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:21.799Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:21.799Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767941796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T06:12:21.899Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:21.900Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:21.900Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:21.922Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:21.923Z||pool-83-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:22.799Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-17T06:12:22.800Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-17T06:12:22.800Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:12:22.800Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:22.803Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:22.803Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767942799, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-17T06:12:22.903Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:22.904Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:22.904Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:22.924Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:22.924Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:23.811Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-17T06:12:23.811Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-05-17T06:12:23.812Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-17T06:12:23.812Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:23.814Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:23.814Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767943804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-17T06:12:23.915Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:23.916Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:23.916Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:23.929Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:23.930Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:12:24.816Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-17T06:12:24.816Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-17T06:12:24.816Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:12:24.817Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:24.819Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:24.819Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767944816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-17T06:12:24.919Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:24.920Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:24.920Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:24.935Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:24.936Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:12:25.821Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-17T06:12:25.822Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-17T06:12:25.822Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-17T06:12:25.822Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:25.825Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:25.825Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767945821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-17T06:12:25.925Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:25.927Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:25.927Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:25.946Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:25.947Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:12:26.826Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-17T06:12:26.827Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-17T06:12:26.827Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:12:26.827Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:26.829Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:26.830Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767946826, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:12:26.930Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:26.931Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:26.931Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:26.945Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:26.945Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:12:27.830Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cfcc6a9-bff2-415d-b384-adc472ae0313 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:12:27.846Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cfcc6a9-bff2-415d-b384-adc472ae0313 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:12:27.848Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T06:12:27.849Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-17T06:12:27.849Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-17T06:12:27.849Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-17T06:12:27.849Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:12:27.849Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:12:27.849Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:12:27.849Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:12:27.849Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:12:27.849Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:12:27.849Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:12:27.855Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-17T06:12:38.900Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:12:38.901Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:12:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:38.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:38.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:12:38.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "multicloud-k8s-id", "timestamp": 1652767832354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:12:38.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:12:57.856Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6cfcc6a9-bff2-415d-b384-adc472ae0313 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-17T06:12:57.863Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6cfcc6a9-bff2-415d-b384-adc472ae0313 and serviceModelVersionId: 36fd752d-a277-4ea7-9f45-6c897fad3d61 2022-05-17T06:12:57.864Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81083527-bb54-4293-99de-b1ccc6bf803c 2022-05-17T06:12:57.864Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81083527-bb54-4293-99de-b1ccc6bf803c/model-vers/model-ver/36fd752d-a277-4ea7-9f45-6c897fad3d61?depth=0 2022-05-17T06:12:57.870Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-17T06:12:57.927Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81083527-bb54-4293-99de-b1ccc6bf803c/model-vers/model-ver/36fd752d-a277-4ea7-9f45-6c897fad3d61?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-17T06:12:57.929Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81083527-bb54-4293-99de-b1ccc6bf803c/model-vers/model-ver/36fd752d-a277-4ea7-9f45-6c897fad3d61?depth=0|INFO|500||Invoke 2022-05-17T06:12:57.950Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81083527-bb54-4293-99de-b1ccc6bf803c/model-vers/model-ver/36fd752d-a277-4ea7-9f45-6c897fad3d61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-17T06:12:58.262Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81083527-bb54-4293-99de-b1ccc6bf803c/model-vers/model-ver/36fd752d-a277-4ea7-9f45-6c897fad3d61?depth=0|INFO|500||InvokeReturn 2022-05-17T06:12:58.263Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81083527-bb54-4293-99de-b1ccc6bf803c/model-vers/model-ver/36fd752d-a277-4ea7-9f45-6c897fad3d61?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220517-06:12:58:109-24588], vertex-id=[217152], Content-Length=[0], Date=[Tue, 17 May 2022 06:12:58 GMT], Content-Type=[application/json]} 2022-05-17T06:12:58.264Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-17T06:12:58.264Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-17T06:12:58.264Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:12:58.270Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-17T06:12:58.271Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6cfcc6a9-bff2-415d-b384-adc472ae0313 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-17T06:12:58.272Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-17T06:12:58.273Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:58.277Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:58.277Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767978272, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:12:58.377Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:58.378Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:58.378Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:58.392Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:58.393Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:12:59.290Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-17T06:12:59.290Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f63275bc-c2d4-40ad-bbf2-5f216d6af2af","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"54978cb2-25ca-4c62-913f-f5ecd8ea5692","serviceDescription":"service","serviceInvariantUUID":"d948df01-cc31-408f-8448-4bf70dbc879d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7def5ad8-e8a4-4cf0-ba4e-aef70bd6c145","resourceInvariantUUID":"fbb3783e-78a5-43bf-8c90-0c724d4e03e0","resourceCustomizationUUID":"c3d0190c-6a46-46ed-a5f0-783258f0e2ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ODVkYzQwMjA4ZDRlZjZlYzU1N2Y1MDE4NWEzYjFhNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bb2e869-a532-4853-82f4-78e953b68817","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MjA5MThhYjkxZmIzZjU4MmM0YTlhYWE0YmIwYjNmYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57df8ce8-b38f-4fdc-b83e-4d16e2c290aa","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"acd13f12-9e9a-40d3-bf73-f74fb3c90167","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8d90608f-5f30-457b-864c-bd0504e3ff7d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"804113fb-c9b1-495c-9ec3-f5f69614ea95","artifactVersion":"2","generatedFromUUID":"acd13f12-9e9a-40d3-bf73-f74fb3c90167"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTI3YmVkYjdhNGRlNTkzNTliN2Y0OTIzMDFlNWVjZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8df5c5fb-ba58-44e8-9c89-7551045d10b7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTcwMjVkYzEwY2Q2YzNlYjc5YjY3NjFiYWJiNmFhOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82ab2608-5c68-4e26-bd4a-04a835a8b8a3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-17T06:12:59.291Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:12:59.291Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:12:59.293Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:12:59.294Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:12:59.394Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:12:59.395Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:12:59.395Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:12:59.407Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:12:59.408Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:00.294Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:13:00.295Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:00.297Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:00.299Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:13:00.398Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-17T06:13:00.399Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:00.399Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:00.414Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:00.414Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:01.299Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:13:01.300Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:01.302Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:01.302Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-17T06:13:01.407Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-05-17T06:13:01.407Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:01.408Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:01.420Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:01.420Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:02.303Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:13:02.303Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:02.305Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:02.306Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:02.406Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:13:02.407Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:02.407Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:02.424Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:02.424Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:03.306Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:13:03.307Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:03.309Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:03.309Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-17T06:13:03.409Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:13:03.410Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:03.411Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:03.424Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:03.425Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:04.309Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:13:04.310Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:04.312Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:04.312Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:04.412Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-17T06:13:04.414Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:04.414Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:04.429Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:04.430Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:05.313Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:13:05.313Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:05.315Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:05.315Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:05.416Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:13:05.417Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:05.418Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:05.455Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:05.456Z||pool-96-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:13:06.316Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "54978cb2-25ca-4c62-913f-f5ecd8ea5692", "serviceDescription": "service", "serviceInvariantUUID": "d948df01-cc31-408f-8448-4bf70dbc879d", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c3d0190c-6a46-46ed-a5f0-783258f0e2ad", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7def5ad8-e8a4-4cf0-ba4e-aef70bd6c145", "resourceInvariantUUID": "fbb3783e-78a5-43bf-8c90-0c724d4e03e0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "MjA5MThhYjkxZmIzZjU4MmM0YTlhYWE0YmIwYjNmYmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "57df8ce8-b38f-4fdc-b83e-4d16e2c290aa", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "acd13f12-9e9a-40d3-bf73-f74fb3c90167", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "804113fb-c9b1-495c-9ec3-f5f69614ea95", "generatedFromUUID": "acd13f12-9e9a-40d3-bf73-f74fb3c90167" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "804113fb-c9b1-495c-9ec3-f5f69614ea95", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YTcwMjVkYzEwY2Q2YzNlYjc5YjY3NjFiYWJiNmFhOTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "82ab2608-5c68-4e26-bd4a-04a835a8b8a3" } ], "workloadContext": "Production" } 2022-05-17T06:13:06.317Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-17T06:13:06.317Z|6cfcc6a9-bff2-415d-b384-adc472ae0313|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 54978cb2-25ca-4c62-913f-f5ecd8ea5692 ASDC 2022-05-17T06:13:06.317Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f63275bc-c2d4-40ad-bbf2-5f216d6af2af ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:54978cb2-25ca-4c62-913f-f5ecd8ea5692 ServiceInvariantUUID:d948df01-cc31-408f-8448-4bf70dbc879d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:82ab2608-5c68-4e26-bd4a-04a835a8b8a3 ArtifactChecksum:YTcwMjVkYzEwY2Q2YzNlYjc5YjY3NjFiYWJiNmFhOTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c3d0190c-6a46-46ed-a5f0-783258f0e2ad ResourceInvariantUUID:fbb3783e-78a5-43bf-8c90-0c724d4e03e0 ResourceName:basic_vm ResourceType:VF ResourceUUID:7def5ad8-e8a4-4cf0-ba4e-aef70bd6c145 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:57df8ce8-b38f-4fdc-b83e-4d16e2c290aa ArtifactChecksum:MjA5MThhYjkxZmIzZjU4MmM0YTlhYWE0YmIwYjNmYmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:acd13f12-9e9a-40d3-bf73-f74fb3c90167 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:804113fb-c9b1-495c-9ec3-f5f69614ea95 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:804113fb-c9b1-495c-9ec3-f5f69614ea95 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-17T06:13:06.317Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54978cb2-25ca-4c62-913f-f5ecd8ea5692 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:13:06.349Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:13:06.350Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:13:06.350Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:13:06.350Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 82ab2608-5c68-4e26-bd4a-04a835a8b8a3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-17T06:13:06.350Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:13:06.350Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-17T06:13:07.006Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:13:07.010Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 82ab2608-5c68-4e26-bd4a-04a835a8b8a3 71071 2022-05-17T06:13:07.010Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-17T06:13:07.010Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-17T06:13:07.011Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:13:07.011Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:07.013Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:07.013Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767987010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:07.113Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:13:07.114Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:07.114Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:07.148Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:07.148Z||pool-97-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:08.013Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:13:08.014Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:13:08.015Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 82ab2608-5c68-4e26-bd4a-04a835a8b8a3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:08.015Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-17T06:13:08.016Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:08.016Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:08.121Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14653605859625182041/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-17T06:13:09.264Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-17T06:13:09.265Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:13:09.265Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:09.265Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-17T06:13:09.265Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:09.265Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:09.265Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:09.265Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:09.266Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:09.266Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:09.266Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:09.266Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:09.266Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-17T06:13:09.266Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:13:09.266Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.266Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:09.267Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-17T06:13:09.267Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:13:09.267Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:13:09.267Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.267Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:09.268Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-17T06:13:09.268Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:13:09.268Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:13:09.268Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.268Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:09.268Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.268Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-17T06:13:09.269Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-17T06:13:09.269Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-17T06:13:09.269Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-17T06:13:09.269Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-17T06:13:09.269Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-17T06:13:09.269Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.269Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T06:13:09.270Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.270Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-17T06:13:09.270Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:13:09.270Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.270Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-17T06:13:09.270Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:13:09.270Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.271Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-17T06:13:09.271Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:13:09.271Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.271Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-17T06:13:09.271Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-17T06:13:09.271Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-17T06:13:09.271Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2f29ac6d-3c25-4564-becd-935ffcb368fd 2022-05-17T06:13:09.272Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.272Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:09.272Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.272Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:09.272Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.272Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:09.273Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:09.273Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:09.273Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:54978cb2-25ca-4c62-913f-f5ecd8ea5692 Model Version:NULL Model InvariantUuid:d948df01-cc31-408f-8448-4bf70dbc879d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:57535659-ed76-457b-9f40-898771032d3f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fbb3783e-78a5-43bf-8c90-0c724d4e03e0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c3d0190c-6a46-46ed-a5f0-783258f0e2ad NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a51ab166-70d1-4b7d-b339-44655b9b1c16 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:ec3a2c12-c468-48d8-9941-1844b936268c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2f29ac6d-3c25-4564-becd-935ffcb368fd ModelInvariantUuid:3027ef8c-819a-4b21-8f86-90c32edfe293 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:cbac16c5-4382-4d13-a3b7-55ebdb911aad ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:c040b355-9786-4a49-81dd-b5b28c9d8c1c ModelInvariantUuid:13d62020-952d-483b-81ee-acd9b7eec2cf ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:b9c1c039-3e97-401f-8bfc-05e0758da981 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-17T06:13:09.279Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7def5ad8-e8a4-4cf0-ba4e-aef70bd6c145 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:13:09.282Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-05-17T06:13:09.282Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7def5ad8-e8a4-4cf0-ba4e-aef70bd6c145 2022-05-17T06:13:09.282Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57df8ce8-b38f-4fdc-b83e-4d16e2c290aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-17T06:13:09.283Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:13:09.283Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-17T06:13:09.531Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:13:09.531Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 57df8ce8-b38f-4fdc-b83e-4d16e2c290aa 787 2022-05-17T06:13:09.532Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-17T06:13:09.532Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-17T06:13:09.532Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:13:09.532Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:09.534Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:09.534Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767989531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:09.634Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:13:09.635Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:09.635Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:09.668Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:09.669Z||pool-98-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:10.535Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a51ab166-70d1-4b7d-b339-44655b9b1c16", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ec3a2c12-c468-48d8-9941-1844b936268c", "vfModuleModelCustomizationUUID": "65f2d069-0455-44d4-8d74-93d68b59e549", "isBase": true, "artifacts": [ "acd13f12-9e9a-40d3-bf73-f74fb3c90167", "804113fb-c9b1-495c-9ec3-f5f69614ea95" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T06:13:10.538Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ec3a2c12-c468-48d8-9941-1844b936268c VfModuleModelInvariantUUID:a51ab166-70d1-4b7d-b339-44655b9b1c16 VfModuleModelDescription:NULL Artifacts UUID List:{ acd13f12-9e9a-40d3-bf73-f74fb3c90167 , 804113fb-c9b1-495c-9ec3-f5f69614ea95 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-17T06:13:10.539Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a51ab166-70d1-4b7d-b339-44655b9b1c16", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ec3a2c12-c468-48d8-9941-1844b936268c", "vfModuleModelCustomizationUUID": "65f2d069-0455-44d4-8d74-93d68b59e549", "isBase": true, "artifacts": [ "acd13f12-9e9a-40d3-bf73-f74fb3c90167", "804113fb-c9b1-495c-9ec3-f5f69614ea95" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T06:13:10.539Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ec3a2c12-c468-48d8-9941-1844b936268c VfModuleModelInvariantUUID:a51ab166-70d1-4b7d-b339-44655b9b1c16 VfModuleModelDescription:NULL Artifacts UUID List:{ acd13f12-9e9a-40d3-bf73-f74fb3c90167 , 804113fb-c9b1-495c-9ec3-f5f69614ea95 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-17T06:13:10.540Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: acd13f12-9e9a-40d3-bf73-f74fb3c90167 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-17T06:13:10.540Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:13:10.540Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-17T06:13:10.606Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:13:10.606Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml acd13f12-9e9a-40d3-bf73-f74fb3c90167 5033 2022-05-17T06:13:10.606Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-17T06:13:10.606Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-17T06:13:10.607Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:13:10.607Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:10.609Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:10.609Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767990606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:10.709Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:13:10.710Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:10.710Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:10.723Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:10.724Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:13:11.610Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 804113fb-c9b1-495c-9ec3-f5f69614ea95 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-17T06:13:11.610Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:13:11.610Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-17T06:13:11.665Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:13:11.665Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 804113fb-c9b1-495c-9ec3-f5f69614ea95 903 2022-05-17T06:13:11.665Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-17T06:13:11.665Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-17T06:13:11.665Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:13:11.666Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:11.668Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:11.668Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767991665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:11.768Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:13:11.769Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:11.769Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:11.785Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:11.786Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:12.668Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 54978cb2-25ca-4c62-913f-f5ecd8ea5692 2022-05-17T06:13:12.669Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7def5ad8-e8a4-4cf0-ba4e-aef70bd6c145 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:13:12.680Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45ba5ec6, org.onap.sdc.toscaparser.api.parameters.Input@e50af31, org.onap.sdc.toscaparser.api.parameters.Input@31990359, org.onap.sdc.toscaparser.api.parameters.Input@319244c7, org.onap.sdc.toscaparser.api.parameters.Input@2649605d] 2022-05-17T06:13:12.681Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.682Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:12.682Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-17T06:13:12.682Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c3d0190c-6a46-46ed-a5f0-783258f0e2ad 2022-05-17T06:13:12.682Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3d0190c-6a46-46ed-a5f0-783258f0e2ad matches Tosca VF Customization UUID: c3d0190c-6a46-46ed-a5f0-783258f0e2ad 2022-05-17T06:13:12.682Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c3d0190c-6a46-46ed-a5f0-783258f0e2ad matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-17T06:13:12.684Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.684Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:12.684Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c3d0190c-6a46-46ed-a5f0-783258f0e2ad: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-05-17T06:13:12.685Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7786e584 2022-05-17T06:13:12.685Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.685Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T06:13:12.685Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65f2d069-0455-44d4-8d74-93d68b59e549 2022-05-17T06:13:12.685Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65f2d069-0455-44d4-8d74-93d68b59e549 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-17T06:13:12.689Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.689Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-17T06:13:12.689Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:13:12.689Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.689Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-17T06:13:12.690Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:13:12.690Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.690Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-17T06:13:12.690Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-17T06:13:12.690Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-17T06:13:12.690Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2f29ac6d-3c25-4564-becd-935ffcb368fd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-17T06:13:12.693Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.693Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-17T06:13:12.693Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:13:12.693Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.694Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-17T06:13:12.694Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c3d0190c-6a46-46ed-a5f0-783258f0e2ad Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:13:12.695Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.696Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:12.696Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 54978cb2-25ca-4c62-913f-f5ecd8ea5692: basic_vm 2022-05-17T06:13:12.696Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.696Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:12.696Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.696Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:12.697Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.697Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:12.697Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.697Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:12.697Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:13:12.697Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:13:12.697Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:13:12.769Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7def5ad8-e8a4-4cf0-ba4e-aef70bd6c145 1 ASDC deployResourceStructure 2022-05-17T06:13:12.770Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-17T06:13:12.770Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-17T06:13:12.770Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:13:12.770Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:12.773Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:12.773Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767992770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T06:13:12.873Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:13:12.875Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:12.875Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:12.890Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:12.890Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:13.773Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-17T06:13:13.774Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-17T06:13:13.774Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:13:13.774Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:13.776Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:13.776Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767993773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-17T06:13:13.877Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-17T06:13:13.878Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:13.878Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:13.898Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:13.898Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:14.777Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-17T06:13:14.778Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-17T06:13:14.778Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:13:14.778Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:14.781Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:14.781Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767994777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-17T06:13:14.881Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:13:14.882Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:14.882Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:14.895Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:14.895Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:15.782Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-17T06:13:15.782Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-17T06:13:15.782Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:13:15.783Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:13:15.785Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:13:15.785Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767995782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:13:15.885Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:13:15.886Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:13:15.886Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:15.900Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:15.901Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:13:16.786Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f63275bc-c2d4-40ad-bbf2-5f216d6af2af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:13:16.796Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f63275bc-c2d4-40ad-bbf2-5f216d6af2af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:13:16.798Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T06:13:16.799Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-17T06:13:16.799Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-17T06:13:38.900Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:13:38.901Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:13:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:13:38.918Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:13:38.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "cds", "timestamp": 1652767837680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "multicloud-k8s-id", "timestamp": 1652767832354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "cds", "timestamp": 1652767837680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "multicloud-k8s-id", "timestamp": 1652767832354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:38.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "cds", "timestamp": 1652767837680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "cds", "timestamp": 1652767837680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "ves-openapi-manager", "timestamp": 1652767841843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "cds", "timestamp": 1652767837680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "ves-openapi-manager", "timestamp": 1652767841843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "cds", "timestamp": 1652767837680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "ves-openapi-manager", "timestamp": 1652767841843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "cds", "timestamp": 1652767837680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "ves-openapi-manager", "timestamp": 1652767841843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "aai-ml", "timestamp": 1652767813000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:38.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "cds", "timestamp": 1652767837680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:38.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "ves-openapi-manager", "timestamp": 1652767841843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "aai-ml", "timestamp": 1652767846687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:38.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:38.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "cds", "timestamp": 1652767846434, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:38.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:38.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "ves-openapi-manager", "timestamp": 1652767841843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "cds", "timestamp": 1652767847647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:13:38.955Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5207561c-cc48-42fe-9419-d64944513f50 2022-05-17T06:13:38.956Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5207561c-cc48-42fe-9419-d64944513f50 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:13:38.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "ves-openapi-manager", "timestamp": 1652767841843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:38.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "ves-openapi-manager", "timestamp": 1652767841843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "policy-id", "timestamp": 1652767850216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:38.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:38.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "policy-id", "timestamp": 1652767851220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:13:38.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:38.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "policy-id", "timestamp": 1652767852224, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:13:38.974Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5dce0fb9-f928-4268-a24a-bcbfb0c47203 2022-05-17T06:13:38.974Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dce0fb9-f928-4268-a24a-bcbfb0c47203 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:13:38.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767852355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "aai-ml", "timestamp": 1652767853803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:13:38.986Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:38.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767852355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:13:38.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:38.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:38.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:38.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "aai-ml", "timestamp": 1652767854807, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:13:38.993Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f63275bc-c2d4-40ad-bbf2-5f216d6af2af 2022-05-17T06:13:38.994Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f63275bc-c2d4-40ad-bbf2-5f216d6af2af and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:13:39.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767852355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-17T06:13:39.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-17T06:13:39.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767852355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767852355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-17T06:13:39.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767852355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767852355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:39.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767852355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:39.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "policy-id", "timestamp": 1652767840444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:39.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767861352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:39.010Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "policy-id", "timestamp": 1652767861529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:39.011Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:39.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "policy-id", "timestamp": 1652767862533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:13:39.012Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767862925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:39.012Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "policy-id", "timestamp": 1652767863537, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:13:39.018Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5207561c-cc48-42fe-9419-d64944513f50 2022-05-17T06:13:39.018Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5207561c-cc48-42fe-9419-d64944513f50 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:13:39.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767863193, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:39.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:39.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767864664, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:39.027Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767864776, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:13:39.027Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767865696, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:13:39.032Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5207561c-cc48-42fe-9419-d64944513f50 2022-05-17T06:13:39.032Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5207561c-cc48-42fe-9419-d64944513f50 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-17T06:13:39.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "aai-ml", "timestamp": 1652767865932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:39.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767865779, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:13:39.043Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5dce0fb9-f928-4268-a24a-bcbfb0c47203 2022-05-17T06:13:39.043Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dce0fb9-f928-4268-a24a-bcbfb0c47203 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:13:39.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "multicloud-k8s-id", "timestamp": 1652767866702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T06:13:39.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "clamp", "timestamp": 1652767866628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:39.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "clamp", "timestamp": 1652767869632, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:13:39.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "clamp", "timestamp": 1652767870637, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:13:39.060Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5dce0fb9-f928-4268-a24a-bcbfb0c47203 2022-05-17T06:13:39.060Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dce0fb9-f928-4268-a24a-bcbfb0c47203 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:13:39.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "aai-ml", "timestamp": 1652767871069, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:13:39.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "aai-ml", "timestamp": 1652767872073, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:13:39.076Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5dce0fb9-f928-4268-a24a-bcbfb0c47203 2022-05-17T06:13:39.076Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dce0fb9-f928-4268-a24a-bcbfb0c47203 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:13:39.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:13:39.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767852606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:39.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "60b2eea9-03ba-4f1a-bca8-ea167739cdeb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767875192, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:13:39.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767874885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:39.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767876776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:13:39.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767877779, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:13:39.102Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5207561c-cc48-42fe-9419-d64944513f50 2022-05-17T06:13:39.102Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5207561c-cc48-42fe-9419-d64944513f50 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:13:39.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "clamp", "timestamp": 1652767850301, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:39.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "aai-ml", "timestamp": 1652767855811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:39.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "aai-ml", "timestamp": 1652767881176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:39.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "clamp", "timestamp": 1652767885632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:39.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/resourceInstances/pnfa2e700172fdc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:13:39.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:13:39.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:13:39.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "clamp", "timestamp": 1652767888635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:13:39.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767888958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:13:39.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "clamp", "timestamp": 1652767889639, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:13:39.127Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5207561c-cc48-42fe-9419-d64944513f50 2022-05-17T06:13:39.128Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5207561c-cc48-42fe-9419-d64944513f50 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:13:39.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "aai-ml", "timestamp": 1652767890838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:13:39.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767890903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwushiwbricjtali4yjg/1.0/artifacts/service-DemoPnfAwushiwbricjtali4yjg-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:13:39.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:13:39.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:13:39.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "aai-ml", "timestamp": 1652767891843, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:13:39.142Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5207561c-cc48-42fe-9419-d64944513f50 2022-05-17T06:13:39.142Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5207561c-cc48-42fe-9419-d64944513f50 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:13:46.799Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f63275bc-c2d4-40ad-bbf2-5f216d6af2af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:13:46.811Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f63275bc-c2d4-40ad-bbf2-5f216d6af2af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:13:46.813Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T06:13:46.813Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-17T06:13:46.813Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-17T06:13:46.813Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-17T06:13:46.814Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:13:46.814Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:13:46.814Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:13:46.814Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:13:46.814Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:13:46.814Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:13:46.814Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:13:46.818Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-17T06:14:16.819Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f63275bc-c2d4-40ad-bbf2-5f216d6af2af and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-17T06:14:16.826Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f63275bc-c2d4-40ad-bbf2-5f216d6af2af and serviceModelVersionId: 54978cb2-25ca-4c62-913f-f5ecd8ea5692 2022-05-17T06:14:16.826Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d948df01-cc31-408f-8448-4bf70dbc879d 2022-05-17T06:14:16.827Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d948df01-cc31-408f-8448-4bf70dbc879d/model-vers/model-ver/54978cb2-25ca-4c62-913f-f5ecd8ea5692?depth=0 2022-05-17T06:14:16.830Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-17T06:14:16.869Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d948df01-cc31-408f-8448-4bf70dbc879d/model-vers/model-ver/54978cb2-25ca-4c62-913f-f5ecd8ea5692?depth=0|INFO|500||Invoke 2022-05-17T06:14:16.870Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d948df01-cc31-408f-8448-4bf70dbc879d/model-vers/model-ver/54978cb2-25ca-4c62-913f-f5ecd8ea5692?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d948df01-cc31-408f-8448-4bf70dbc879d/model-vers/model-ver/54978cb2-25ca-4c62-913f-f5ecd8ea5692?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f63275bc-c2d4-40ad-bbf2-5f216d6af2af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f62771e8-7e03-413c-8d9c-0358e9583dc5], X-ECOMP-RequestID=[f63275bc-c2d4-40ad-bbf2-5f216d6af2af], X-TransactionId=[], X-ONAP-RequestID=[f63275bc-c2d4-40ad-bbf2-5f216d6af2af], Content-Type=[application/merge-patch+json]} 2022-05-17T06:14:16.889Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d948df01-cc31-408f-8448-4bf70dbc879d/model-vers/model-ver/54978cb2-25ca-4c62-913f-f5ecd8ea5692?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-17T06:14:16.981Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d948df01-cc31-408f-8448-4bf70dbc879d/model-vers/model-ver/54978cb2-25ca-4c62-913f-f5ecd8ea5692?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/d948df01-cc31-408f-8448-4bf70dbc879d/model-vers/model-ver/54978cb2-25ca-4c62-913f-f5ecd8ea5692?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220517-06:14:17:049-73086], vertex-id=[233712], Content-Length=[0], Date=[Tue, 17 May 2022 06:14:17 GMT], Content-Type=[application/json]} 2022-05-17T06:14:16.982Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d948df01-cc31-408f-8448-4bf70dbc879d/model-vers/model-ver/54978cb2-25ca-4c62-913f-f5ecd8ea5692?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-17T06:14:16.982Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d948df01-cc31-408f-8448-4bf70dbc879d/model-vers/model-ver/54978cb2-25ca-4c62-913f-f5ecd8ea5692?depth=0|INFO|500||InvokeReturn 2022-05-17T06:14:16.983Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-17T06:14:16.983Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:14:16.989Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-17T06:14:16.989Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f63275bc-c2d4-40ad-bbf2-5f216d6af2af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-17T06:14:16.989Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-17T06:14:16.989Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:14:16.991Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:14:16.991Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768056989, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:14:17.092Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:14:17.094Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:14:17.094Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:17.113Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:17.122Z||pool-105-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:14:18.003Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-17T06:14:18.004Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5dce0fb9-f928-4268-a24a-bcbfb0c47203","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"26d9be11-701b-469d-b8eb-d7030ce8c5ee","serviceDescription":"service","serviceInvariantUUID":"24141fe4-f2ac-492f-a9a4-c950a0d46702","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"367ae440-a6eb-4308-9554-3b8e80b22480","resourceInvariantUUID":"10ccbc23-ccb0-42fd-a3be-9b9f8bd402d8","resourceCustomizationUUID":"dba6d3aa-8227-4b24-a1e7-96bdfbe59266","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MmE3NWYxODFkNTc1ODRmNGE3MzUzNGRmYWRlMzlmNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87872c86-4993-4286-83d0-b91e81f0accc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96fb96bb-291e-4381-80c7-57051ccf6594","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a53c013e-6cf0-4858-a4c6-6ba3a6474b62","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OGVlYWE0NDA1YmY1NjJkODZlM2FmNjQxZWM4MjkxNjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"503e26cc-105c-496d-abff-1560717ec031","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"63be8a1a-a676-41b8-9139-17134f0d4942","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"839418f3-9c4b-4fca-b025-ea220ca235d4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8db74ed8-4af3-4275-85d9-338d2e90f2b4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YjhlY2MxMDIwNjBiNTJiYjNkZTliNTY4OGE4OGM5Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4bdc3a4-4942-4590-a755-9af2b8e22b59","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NjQxZjI3NDk1OWJiZWVhZDhlNTRlYTMzZTI2NTVlZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc8bf901-ca2d-4f59-b9a6-a7890b5df295","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-17T06:14:18.004Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:14:18.004Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:14:18.006Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:14:18.006Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:18.106Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-17T06:14:18.108Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:14:18.108Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:18.121Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:18.121Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:14:19.007Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:14:19.008Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:14:19.010Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:14:19.010Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:19.110Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:14:19.111Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:14:19.111Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:19.125Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:19.125Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:14:20.010Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:14:20.011Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:14:20.013Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:14:20.013Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:20.113Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:14:20.114Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:14:20.116Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:20.132Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:20.132Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:14:21.013Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:14:21.014Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:14:21.016Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:14:21.016Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:21.116Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:14:21.117Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:14:21.117Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:21.133Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:21.133Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:14:22.016Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:14:22.017Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:14:22.019Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:14:22.019Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:22.119Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:14:22.120Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:14:22.120Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:22.133Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:22.133Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:14:23.020Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:14:23.020Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:14:23.022Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:14:23.023Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:23.123Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:14:23.124Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:14:23.124Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:23.141Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:23.143Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:14:24.023Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:14:24.024Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:14:24.026Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:14:24.026Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:24.126Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:14:24.127Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:14:24.127Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:24.142Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:24.142Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:14:25.027Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:14:25.027Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:14:25.030Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:14:25.030Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:25.130Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:14:25.131Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:14:25.131Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:25.147Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:25.148Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:14:26.031Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:14:26.032Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:14:26.034Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:14:26.034Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:14:26.134Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:14:26.135Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:14:26.136Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:26.157Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:26.157Z||pool-114-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:14:27.035Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "26d9be11-701b-469d-b8eb-d7030ce8c5ee", "serviceDescription": "service", "serviceInvariantUUID": "24141fe4-f2ac-492f-a9a4-c950a0d46702", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "dba6d3aa-8227-4b24-a1e7-96bdfbe59266", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "367ae440-a6eb-4308-9554-3b8e80b22480", "resourceInvariantUUID": "10ccbc23-ccb0-42fd-a3be-9b9f8bd402d8", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "NjQxZjI3NDk1OWJiZWVhZDhlNTRlYTMzZTI2NTVlZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc8bf901-ca2d-4f59-b9a6-a7890b5df295" } ], "workloadContext": "Production" } 2022-05-17T06:14:27.035Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-17T06:14:27.036Z|f63275bc-c2d4-40ad-bbf2-5f216d6af2af|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 26d9be11-701b-469d-b8eb-d7030ce8c5ee ASDC 2022-05-17T06:14:27.036Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5dce0fb9-f928-4268-a24a-bcbfb0c47203 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:26d9be11-701b-469d-b8eb-d7030ce8c5ee ServiceInvariantUUID:24141fe4-f2ac-492f-a9a4-c950a0d46702 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:cc8bf901-ca2d-4f59-b9a6-a7890b5df295 ArtifactChecksum:NjQxZjI3NDk1OWJiZWVhZDhlNTRlYTMzZTI2NTVlZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:dba6d3aa-8227-4b24-a1e7-96bdfbe59266 ResourceInvariantUUID:10ccbc23-ccb0-42fd-a3be-9b9f8bd402d8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:367ae440-a6eb-4308-9554-3b8e80b22480 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-17T06:14:27.037Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26d9be11-701b-469d-b8eb-d7030ce8c5ee ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:14:27.072Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:14:27.073Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:14:27.073Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:14:27.074Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cc8bf901-ca2d-4f59-b9a6-a7890b5df295 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-17T06:14:27.074Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:14:27.074Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-17T06:14:27.559Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:14:27.563Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar cc8bf901-ca2d-4f59-b9a6-a7890b5df295 105663 2022-05-17T06:14:27.564Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-17T06:14:27.564Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-17T06:14:27.564Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:14:27.564Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:14:27.566Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:14:27.566Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768067564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:14:27.667Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:14:27.668Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:14:27.668Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:27.680Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:27.680Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:14:28.567Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:14:28.568Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:14:28.568Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cc8bf901-ca2d-4f59-b9a6-a7890b5df295, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-17T06:14:28.568Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-17T06:14:28.569Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-17T06:14:28.569Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-17T06:14:28.715Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6209097071809527333/Definitions/service-TestPnfMacro-template.yml 2022-05-17T06:14:29.525Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-17T06:14:29.526Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:14:29.526Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-17T06:14:29.526Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-17T06:14:29.526Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-17T06:14:29.526Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-17T06:14:29.527Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-17T06:14:29.527Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-17T06:14:29.527Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-17T06:14:29.527Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-17T06:14:29.528Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-17T06:14:29.528Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:14:29.528Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:14:29.528Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:14:29.529Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-17T06:14:29.529Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:14:29.529Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:14:29.530Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:14:29.530Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:14:29.530Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-17T06:14:29.530Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:14:29.531Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:14:29.531Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:14:29.531Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:14:29.532Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:14:29.532Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:14:29.532Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:14:29.532Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:14:29.533Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:14:29.533Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:14:29.533Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:14:29.533Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:14:29.534Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:26d9be11-701b-469d-b8eb-d7030ce8c5ee Model Version:NULL Model InvariantUuid:24141fe4-f2ac-492f-a9a4-c950a0d46702 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-17T06:14:29.541Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 367ae440-a6eb-4308-9554-3b8e80b22480 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:14:29.543Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-05-17T06:14:29.543Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 367ae440-a6eb-4308-9554-3b8e80b22480 2022-05-17T06:14:29.544Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 26d9be11-701b-469d-b8eb-d7030ce8c5ee 2022-05-17T06:14:29.544Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 26d9be11-701b-469d-b8eb-d7030ce8c5ee 2022-05-17T06:14:29.544Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 367ae440-a6eb-4308-9554-3b8e80b22480 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:14:29.548Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d6576b4, org.onap.sdc.toscaparser.api.parameters.Input@1fec13ad, org.onap.sdc.toscaparser.api.parameters.Input@2e7eef98, org.onap.sdc.toscaparser.api.parameters.Input@7c85660b, org.onap.sdc.toscaparser.api.parameters.Input@aa36ff9] 2022-05-17T06:14:29.549Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:14:29.549Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:14:29.549Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 26d9be11-701b-469d-b8eb-d7030ce8c5ee: test-pnf 2022-05-17T06:14:29.549Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||Processing PNF resource: 367ae440-a6eb-4308-9554-3b8e80b22480 2022-05-17T06:14:29.550Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:14:29.550Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:14:29.550Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||Resource customization UUID: dba6d3aa-8227-4b24-a1e7-96bdfbe59266 is the same as notified resource customizationUUID: dba6d3aa-8227-4b24-a1e7-96bdfbe59266 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-17T06:14:29.579Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 367ae440-a6eb-4308-9554-3b8e80b22480 0 ASDC deployResourceStructure 2022-05-17T06:14:29.580Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-17T06:14:29.580Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-17T06:14:29.580Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:14:29.581Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:14:29.583Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:14:29.583Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768069580, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:14:29.683Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:14:29.684Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:14:29.684Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:29.697Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:29.697Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:14:30.584Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5dce0fb9-f928-4268-a24a-bcbfb0c47203 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:14:30.595Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5dce0fb9-f928-4268-a24a-bcbfb0c47203 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:14:30.599Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T06:14:30.599Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-17T06:14:30.599Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-17T06:14:30.599Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-17T06:14:30.599Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:14:30.600Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:14:30.600Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:14:30.600Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:14:30.600Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:14:30.600Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:14:30.600Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:14:30.600Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:14:30.611Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-17T06:14:38.899Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:14:38.900Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:14:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:14:38.921Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:14:38.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "26831ffe-5990-4ef6-befc-552fc7af2f30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767922620, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:14:38.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:38.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:14:38.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-17T06:14:38.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:38.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-17T06:14:38.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-17T06:14:38.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-17T06:14:38.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:38.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:38.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:14:38.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767933824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:14:38.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767936408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T06:14:38.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767937517, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:14:38.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767938613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:14:38.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767939664, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:14:38.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767940727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-17T06:14:38.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767941796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T06:14:38.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767942799, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-17T06:14:38.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767943804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-17T06:14:38.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767944816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-17T06:14:38.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767945821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-17T06:14:38.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767946826, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:14:38.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:14:38.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767952354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:38.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "cds", "timestamp": 1652767954255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:38.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "cds", "timestamp": 1652767954255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:38.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767952354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-17T06:14:38.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "cds", "timestamp": 1652767954255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-17T06:14:38.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:14:38.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:14:38.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767952354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-17T06:14:38.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:00.612Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5dce0fb9-f928-4268-a24a-bcbfb0c47203 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-17T06:15:00.617Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5dce0fb9-f928-4268-a24a-bcbfb0c47203 and serviceModelVersionId: 26d9be11-701b-469d-b8eb-d7030ce8c5ee 2022-05-17T06:15:00.618Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24141fe4-f2ac-492f-a9a4-c950a0d46702 2022-05-17T06:15:00.618Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24141fe4-f2ac-492f-a9a4-c950a0d46702/model-vers/model-ver/26d9be11-701b-469d-b8eb-d7030ce8c5ee?depth=0 2022-05-17T06:15:00.624Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-17T06:15:00.674Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24141fe4-f2ac-492f-a9a4-c950a0d46702/model-vers/model-ver/26d9be11-701b-469d-b8eb-d7030ce8c5ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-17T06:15:00.676Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24141fe4-f2ac-492f-a9a4-c950a0d46702/model-vers/model-ver/26d9be11-701b-469d-b8eb-d7030ce8c5ee?depth=0|INFO|500||Invoke 2022-05-17T06:15:00.695Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24141fe4-f2ac-492f-a9a4-c950a0d46702/model-vers/model-ver/26d9be11-701b-469d-b8eb-d7030ce8c5ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-17T06:15:01.054Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24141fe4-f2ac-492f-a9a4-c950a0d46702/model-vers/model-ver/26d9be11-701b-469d-b8eb-d7030ce8c5ee?depth=0|INFO|500||InvokeReturn 2022-05-17T06:15:01.054Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24141fe4-f2ac-492f-a9a4-c950a0d46702/model-vers/model-ver/26d9be11-701b-469d-b8eb-d7030ce8c5ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220517-06:15:00:855-57500], vertex-id=[438320], Content-Length=[0], Date=[Tue, 17 May 2022 06:15:00 GMT], Content-Type=[application/json]} 2022-05-17T06:15:01.055Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-17T06:15:01.055Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-17T06:15:01.055Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:15:01.062Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-17T06:15:01.062Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5dce0fb9-f928-4268-a24a-bcbfb0c47203 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-17T06:15:01.062Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-17T06:15:01.063Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:01.065Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:01.065Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768101062, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:15:01.166Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-17T06:15:01.166Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:01.166Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:01.193Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:01.193Z||pool-117-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:15:02.079Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-17T06:15:02.079Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5207561c-cc48-42fe-9419-d64944513f50","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"943dbd02-f7f7-4ead-9aa2-c94f236a4d6e","serviceDescription":"service","serviceInvariantUUID":"d317f7d1-d231-48c4-a857-08562fb0811c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"030d1ac2-60b6-4fce-b2bf-f155a1b9efe9","resourceInvariantUUID":"a248bea5-859c-4e26-a0a6-a28fe0be7bff","resourceCustomizationUUID":"65470fb7-a903-4e2a-9364-fc0f8fbeebf0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MzAxNDdjMDliM2FiY2QwZmVlMTk5ZDExNjlkZTE2Y2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8dd9aa23-9c44-4c6d-a8f8-b8539045f85a","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NGIxMDAzMTI5ODFiNDIyMzRlMmQ1ODUyYTM2MDM4ZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"66988e52-e704-4089-a88b-99b1913216b6","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dac89fcb-d49e-47a5-a29b-680e51bcb48e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb6d6bdd-5231-48ba-bd10-e15f2a59606a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"31fd5572-d7e5-4dae-8d5e-14c230793cc1","artifactVersion":"2","generatedFromUUID":"dac89fcb-d49e-47a5-a29b-680e51bcb48e"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NjY5M2E3YzUxMDYwMmJiYzNkMTA0YTkwZWJhYWY4ZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e3ccbe1e-619d-4b89-b00b-0302f5e55ac0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZDk3NGFjZWYwMTllZDUzZDBlNzMzZDRiNjEzYzA0Mjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"010ea7d8-bfa8-4ae4-a87b-39ff2fd77765","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTRhYzM1NGNmOGEwMDQ5NzY4Zjk0YWM1NjI3MTNlN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4eb93714-d6f8-47b7-b6e8-864a3e1091aa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-17T06:15:02.080Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:02.080Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:02.082Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:02.082Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:02.183Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-17T06:15:02.184Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:02.184Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:02.199Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:02.199Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:15:03.083Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:03.084Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:03.086Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:03.086Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:15:03.186Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:03.188Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:03.188Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:03.203Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:03.204Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:04.086Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:04.087Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:04.089Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:04.089Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-17T06:15:04.189Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:04.190Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:04.190Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:04.203Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:04.203Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:05.090Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:05.090Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:05.092Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:05.093Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:05.193Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-17T06:15:05.194Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:05.194Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:05.206Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:05.207Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:15:06.093Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:06.094Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:06.096Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:06.096Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-17T06:15:06.196Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:06.197Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:06.197Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:06.212Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:06.212Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:07.097Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:07.097Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:07.100Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:07.100Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:07.200Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:07.202Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:07.202Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:07.223Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:07.224Z||pool-123-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:08.101Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:08.102Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:08.104Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:08.104Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:08.204Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:08.205Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:08.206Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:08.219Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:08.220Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:15:09.104Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:09.105Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:09.107Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:09.107Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:15:09.207Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:09.208Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:09.209Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:09.223Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:09.223Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:10.108Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "943dbd02-f7f7-4ead-9aa2-c94f236a4d6e", "serviceDescription": "service", "serviceInvariantUUID": "d317f7d1-d231-48c4-a857-08562fb0811c", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "65470fb7-a903-4e2a-9364-fc0f8fbeebf0", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "030d1ac2-60b6-4fce-b2bf-f155a1b9efe9", "resourceInvariantUUID": "a248bea5-859c-4e26-a0a6-a28fe0be7bff", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "NGIxMDAzMTI5ODFiNDIyMzRlMmQ1ODUyYTM2MDM4ZjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "66988e52-e704-4089-a88b-99b1913216b6", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "dac89fcb-d49e-47a5-a29b-680e51bcb48e", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "31fd5572-d7e5-4dae-8d5e-14c230793cc1", "generatedFromUUID": "dac89fcb-d49e-47a5-a29b-680e51bcb48e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "31fd5572-d7e5-4dae-8d5e-14c230793cc1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NTRhYzM1NGNmOGEwMDQ5NzY4Zjk0YWM1NjI3MTNlN2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4eb93714-d6f8-47b7-b6e8-864a3e1091aa" } ], "workloadContext": "Production" } 2022-05-17T06:15:10.108Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-17T06:15:10.109Z|5dce0fb9-f928-4268-a24a-bcbfb0c47203|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 943dbd02-f7f7-4ead-9aa2-c94f236a4d6e ASDC 2022-05-17T06:15:10.109Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5207561c-cc48-42fe-9419-d64944513f50 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:943dbd02-f7f7-4ead-9aa2-c94f236a4d6e ServiceInvariantUUID:d317f7d1-d231-48c4-a857-08562fb0811c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:4eb93714-d6f8-47b7-b6e8-864a3e1091aa ArtifactChecksum:NTRhYzM1NGNmOGEwMDQ5NzY4Zjk0YWM1NjI3MTNlN2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:65470fb7-a903-4e2a-9364-fc0f8fbeebf0 ResourceInvariantUUID:a248bea5-859c-4e26-a0a6-a28fe0be7bff ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:030d1ac2-60b6-4fce-b2bf-f155a1b9efe9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:66988e52-e704-4089-a88b-99b1913216b6 ArtifactChecksum:NGIxMDAzMTI5ODFiNDIyMzRlMmQ1ODUyYTM2MDM4ZjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:dac89fcb-d49e-47a5-a29b-680e51bcb48e ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:31fd5572-d7e5-4dae-8d5e-14c230793cc1 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:31fd5572-d7e5-4dae-8d5e-14c230793cc1 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-17T06:15:10.110Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 943dbd02-f7f7-4ead-9aa2-c94f236a4d6e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:15:10.143Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:15:10.144Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:15:10.144Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:15:10.144Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4eb93714-d6f8-47b7-b6e8-864a3e1091aa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-17T06:15:10.144Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:15:10.144Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-17T06:15:10.463Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:15:10.466Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4eb93714-d6f8-47b7-b6e8-864a3e1091aa 78817 2022-05-17T06:15:10.466Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-17T06:15:10.467Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-17T06:15:10.467Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:15:10.467Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:10.469Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:10.469Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768110466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:10.569Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:10.570Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:10.570Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:10.602Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:10.602Z||pool-126-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:11.470Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:15:11.471Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:15:11.471Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4eb93714-d6f8-47b7-b6e8-864a3e1091aa, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:11.471Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-17T06:15:11.472Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:11.472Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:11.584Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2967376314143025903/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-17T06:15:12.722Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-17T06:15:12.723Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:15:12.723Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:12.723Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-17T06:15:12.724Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:12.724Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:12.724Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:12.724Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:12.725Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:12.725Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:12.725Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:12.725Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:12.726Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-17T06:15:12.726Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:15:12.726Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.727Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:12.727Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-17T06:15:12.727Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:15:12.728Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:15:12.728Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.728Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:12.729Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-17T06:15:12.729Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:15:12.729Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:15:12.730Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.730Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:12.730Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.731Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-17T06:15:12.731Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-17T06:15:12.731Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-17T06:15:12.731Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-17T06:15:12.732Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-17T06:15:12.732Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-17T06:15:12.732Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.733Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T06:15:12.733Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.733Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-17T06:15:12.733Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:15:12.734Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.734Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-17T06:15:12.734Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:15:12.735Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.735Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-17T06:15:12.735Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:15:12.736Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.736Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-17T06:15:12.736Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-17T06:15:12.736Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-17T06:15:12.737Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=04970aef-6084-4508-a3ac-d58892546098 2022-05-17T06:15:12.737Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.737Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:12.738Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.738Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:12.738Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.738Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:12.739Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:12.739Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:12.739Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:943dbd02-f7f7-4ead-9aa2-c94f236a4d6e Model Version:NULL Model InvariantUuid:d317f7d1-d231-48c4-a857-08562fb0811c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:c7c42820-3ea7-4b0f-b1dc-d0d53b04fc3a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a248bea5-859c-4e26-a0a6-a28fe0be7bff Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:65470fb7-a903-4e2a-9364-fc0f8fbeebf0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8fb380c8-6064-41b1-8e64-52104338ea39 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:244ad869-3286-490f-afea-277e34e8c355 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:04970aef-6084-4508-a3ac-d58892546098 ModelInvariantUuid:536570de-1619-4f54-87ba-9127b910838d ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:e2963518-227d-4fdb-a323-ef90a3956252 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:df574fb5-1518-4558-835e-5d54d405eaca ModelInvariantUuid:930fdaf8-58e2-45ad-8c31-f63a2279e9d2 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:d312512d-ed9f-42f6-abab-01bdc09b4f68 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-17T06:15:12.745Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 030d1ac2-60b6-4fce-b2bf-f155a1b9efe9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:15:12.748Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-05-17T06:15:12.748Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 030d1ac2-60b6-4fce-b2bf-f155a1b9efe9 2022-05-17T06:15:12.748Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 66988e52-e704-4089-a88b-99b1913216b6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-17T06:15:12.748Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:15:12.749Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-17T06:15:12.815Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:15:12.816Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 66988e52-e704-4089-a88b-99b1913216b6 792 2022-05-17T06:15:12.816Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-17T06:15:12.816Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-17T06:15:12.817Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:15:12.817Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:12.819Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:12.819Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768112816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:12.919Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:12.920Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:12.920Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:12.934Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:12.934Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:13.820Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8fb380c8-6064-41b1-8e64-52104338ea39", "vfModuleModelVersion": "1", "vfModuleModelUUID": "244ad869-3286-490f-afea-277e34e8c355", "vfModuleModelCustomizationUUID": "ddee02b0-04c9-4cc7-9e00-0a99a9da1322", "isBase": true, "artifacts": [ "dac89fcb-d49e-47a5-a29b-680e51bcb48e", "31fd5572-d7e5-4dae-8d5e-14c230793cc1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T06:15:13.823Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:244ad869-3286-490f-afea-277e34e8c355 VfModuleModelInvariantUUID:8fb380c8-6064-41b1-8e64-52104338ea39 VfModuleModelDescription:NULL Artifacts UUID List:{ dac89fcb-d49e-47a5-a29b-680e51bcb48e , 31fd5572-d7e5-4dae-8d5e-14c230793cc1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-17T06:15:13.825Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8fb380c8-6064-41b1-8e64-52104338ea39", "vfModuleModelVersion": "1", "vfModuleModelUUID": "244ad869-3286-490f-afea-277e34e8c355", "vfModuleModelCustomizationUUID": "ddee02b0-04c9-4cc7-9e00-0a99a9da1322", "isBase": true, "artifacts": [ "dac89fcb-d49e-47a5-a29b-680e51bcb48e", "31fd5572-d7e5-4dae-8d5e-14c230793cc1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T06:15:13.825Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:244ad869-3286-490f-afea-277e34e8c355 VfModuleModelInvariantUUID:8fb380c8-6064-41b1-8e64-52104338ea39 VfModuleModelDescription:NULL Artifacts UUID List:{ dac89fcb-d49e-47a5-a29b-680e51bcb48e , 31fd5572-d7e5-4dae-8d5e-14c230793cc1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-17T06:15:13.826Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dac89fcb-d49e-47a5-a29b-680e51bcb48e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-17T06:15:13.826Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:15:13.826Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-17T06:15:13.899Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:15:13.899Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml dac89fcb-d49e-47a5-a29b-680e51bcb48e 5033 2022-05-17T06:15:13.899Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-17T06:15:13.900Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-17T06:15:13.900Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:15:13.900Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:13.902Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:13.902Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768113899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:14.002Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:14.004Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:14.004Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:14.020Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:14.020Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:14.902Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31fd5572-d7e5-4dae-8d5e-14c230793cc1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-17T06:15:14.903Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:15:14.903Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-17T06:15:14.948Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:15:14.949Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 31fd5572-d7e5-4dae-8d5e-14c230793cc1 903 2022-05-17T06:15:14.949Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-17T06:15:14.949Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-17T06:15:14.950Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:15:14.950Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:14.952Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:14.952Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768114949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:15.052Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:15.053Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:15.054Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:15.065Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:15.066Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:15.953Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 943dbd02-f7f7-4ead-9aa2-c94f236a4d6e 2022-05-17T06:15:15.953Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 030d1ac2-60b6-4fce-b2bf-f155a1b9efe9 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:15:15.967Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a0c92e4, org.onap.sdc.toscaparser.api.parameters.Input@21b2d01, org.onap.sdc.toscaparser.api.parameters.Input@163367ce, org.onap.sdc.toscaparser.api.parameters.Input@1d370883, org.onap.sdc.toscaparser.api.parameters.Input@73c22273] 2022-05-17T06:15:15.969Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.969Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:15.969Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-17T06:15:15.970Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 65470fb7-a903-4e2a-9364-fc0f8fbeebf0 2022-05-17T06:15:15.970Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 65470fb7-a903-4e2a-9364-fc0f8fbeebf0 matches Tosca VF Customization UUID: 65470fb7-a903-4e2a-9364-fc0f8fbeebf0 2022-05-17T06:15:15.970Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 65470fb7-a903-4e2a-9364-fc0f8fbeebf0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-17T06:15:15.972Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.972Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:15.973Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 65470fb7-a903-4e2a-9364-fc0f8fbeebf0: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-05-17T06:15:15.973Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c12d5 2022-05-17T06:15:15.973Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.973Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T06:15:15.973Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ddee02b0-04c9-4cc7-9e00-0a99a9da1322 2022-05-17T06:15:15.973Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ddee02b0-04c9-4cc7-9e00-0a99a9da1322 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-17T06:15:15.975Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.975Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-17T06:15:15.976Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:15:15.976Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.976Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-17T06:15:15.976Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:15:15.976Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.977Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-17T06:15:15.977Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-17T06:15:15.977Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-17T06:15:15.977Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=04970aef-6084-4508-a3ac-d58892546098 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-17T06:15:15.979Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.979Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-17T06:15:15.979Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:15:15.980Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.980Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-17T06:15:15.980Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=65470fb7-a903-4e2a-9364-fc0f8fbeebf0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:15:15.982Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.982Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:15.982Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 943dbd02-f7f7-4ead-9aa2-c94f236a4d6e: basic_vm_macro 2022-05-17T06:15:15.983Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.983Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:15.983Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.983Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:15.984Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.984Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:15.984Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.984Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:15.984Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:15:15.985Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:15:15.985Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:15:16.059Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 030d1ac2-60b6-4fce-b2bf-f155a1b9efe9 1 ASDC deployResourceStructure 2022-05-17T06:15:16.060Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-17T06:15:16.060Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-17T06:15:16.060Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:15:16.061Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:16.063Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:16.063Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768116060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T06:15:16.163Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:16.165Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:16.165Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:16.219Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:16.220Z||pool-130-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:17.064Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-17T06:15:17.064Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-17T06:15:17.064Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:15:17.065Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:17.066Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:17.067Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768117064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-17T06:15:17.167Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:17.168Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:17.168Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:17.183Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:17.187Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:18.067Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-17T06:15:18.068Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-17T06:15:18.068Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:15:18.068Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:18.071Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:18.071Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768118067, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-17T06:15:18.171Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:18.171Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:18.172Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:18.185Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:18.185Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:19.072Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-17T06:15:19.072Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-17T06:15:19.072Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:15:19.072Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:19.074Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:19.074Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768119072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:15:19.175Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:19.175Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:19.176Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:19.189Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:19.189Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:20.075Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5207561c-cc48-42fe-9419-d64944513f50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:15:20.085Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5207561c-cc48-42fe-9419-d64944513f50 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:15:20.087Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T06:15:20.087Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-17T06:15:20.087Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-17T06:15:20.088Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-17T06:15:20.088Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:15:20.088Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:15:20.088Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:15:20.088Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:15:20.088Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:15:20.088Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:15:20.088Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:15:20.092Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-17T06:15:38.899Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:15:38.900Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:15:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:38.933Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:38.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "cds", "timestamp": 1652767954255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767952354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:15:38.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767952354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-17T06:15:38.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "cds", "timestamp": 1652767954255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "policy-id", "timestamp": 1652767960444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "cds", "timestamp": 1652767954255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767952354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "policy-id", "timestamp": 1652767960444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "ves-openapi-manager", "timestamp": 1652767961841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767952354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-17T06:15:38.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "cds", "timestamp": 1652767954255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "policy-id", "timestamp": 1652767960444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "ves-openapi-manager", "timestamp": 1652767961841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767952354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "cds", "timestamp": 1652767954255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "aai-ml", "timestamp": 1652767963000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "policy-id", "timestamp": 1652767960444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "ves-openapi-manager", "timestamp": 1652767961841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767952354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "cds", "timestamp": 1652767954255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "aai-ml", "timestamp": 1652767963000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "policy-id", "timestamp": 1652767960444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "ves-openapi-manager", "timestamp": 1652767961841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "cds", "timestamp": 1652767964825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767965690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "aai-ml", "timestamp": 1652767963000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "policy-id", "timestamp": 1652767960444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "ves-openapi-manager", "timestamp": 1652767961841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "cds", "timestamp": 1652767965831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:15:38.956Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 2022-05-17T06:15:38.956Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:15:38.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767966744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:38.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "aai-ml", "timestamp": 1652767963000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "policy-id", "timestamp": 1652767960444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "ves-openapi-manager", "timestamp": 1652767961841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "aai-ml", "timestamp": 1652767963000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767967787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:38.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:38.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "policy-id", "timestamp": 1652767960444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "ves-openapi-manager", "timestamp": 1652767961841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "aai-ml", "timestamp": 1652767963000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767968841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "policy-id", "timestamp": 1652767960444, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "ves-openapi-manager", "timestamp": 1652767961841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "aai-ml", "timestamp": 1652767963000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767969875, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:15:38.971Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 2022-05-17T06:15:38.971Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:15:38.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "policy-id", "timestamp": 1652767970195, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:38.979Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:38.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "ves-openapi-manager", "timestamp": 1652767961841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "aai-ml", "timestamp": 1652767963000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "multicloud-k8s-id", "timestamp": 1652767970878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T06:15:38.979Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "clamp", "timestamp": 1652767970301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "policy-id", "timestamp": 1652767971200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "aai-ml", "timestamp": 1652767963000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "clamp", "timestamp": 1652767970301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "policy-id", "timestamp": 1652767972203, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:15:38.985Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 2022-05-17T06:15:38.985Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-17T06:15:38.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "aai-ml", "timestamp": 1652767972743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:38.990Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:38.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "clamp", "timestamp": 1652767970301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "clamp", "timestamp": 1652767970301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:15:38.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767972606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "clamp", "timestamp": 1652767970301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767972606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767972606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "clamp", "timestamp": 1652767970301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "clamp", "timestamp": 1652767970301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767972606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767972606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "clamp", "timestamp": 1652767970301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cfcc6a9-bff2-415d-b384-adc472ae0313", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767978272, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:15:38.993Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:38.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767972606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "clamp", "timestamp": 1652767970301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767972606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767972606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-17T06:15:38.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767972606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:15:38.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "aai-ml", "timestamp": 1652767982137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:15:38.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:38.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:38.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:38.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:38.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "aai-ml", "timestamp": 1652767983141, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:15:38.999Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 2022-05-17T06:15:38.999Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:15:39.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-17T06:15:39.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:39.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767983493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:39.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:39.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:39.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:39.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:15:39.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:15:39.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767985317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:15:39.010Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:39.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767987010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:39.010Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:39.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652767986320, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:15:39.015Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 2022-05-17T06:15:39.015Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:15:39.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767989531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:39.023Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:39.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767990606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:39.023Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:39.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "clamp", "timestamp": 1652767990650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:39.024Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:39.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767991665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:15:39.024Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:39.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "clamp", "timestamp": 1652767992660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:15:39.024Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:39.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767992770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T06:15:39.025Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:39.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "clamp", "timestamp": 1652767993665, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:15:39.030Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 2022-05-17T06:15:39.030Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:15:39.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767993773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-17T06:15:39.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:39.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767994777, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-17T06:15:39.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:39.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:15:39.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767995782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:15:39.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:15:50.093Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5207561c-cc48-42fe-9419-d64944513f50 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-17T06:15:50.098Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5207561c-cc48-42fe-9419-d64944513f50 and serviceModelVersionId: 943dbd02-f7f7-4ead-9aa2-c94f236a4d6e 2022-05-17T06:15:50.098Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d317f7d1-d231-48c4-a857-08562fb0811c 2022-05-17T06:15:50.098Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d317f7d1-d231-48c4-a857-08562fb0811c/model-vers/model-ver/943dbd02-f7f7-4ead-9aa2-c94f236a4d6e?depth=0 2022-05-17T06:15:50.102Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-17T06:15:50.136Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d317f7d1-d231-48c4-a857-08562fb0811c/model-vers/model-ver/943dbd02-f7f7-4ead-9aa2-c94f236a4d6e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-17T06:15:50.139Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d317f7d1-d231-48c4-a857-08562fb0811c/model-vers/model-ver/943dbd02-f7f7-4ead-9aa2-c94f236a4d6e?depth=0|INFO|500||Invoke 2022-05-17T06:15:50.158Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d317f7d1-d231-48c4-a857-08562fb0811c/model-vers/model-ver/943dbd02-f7f7-4ead-9aa2-c94f236a4d6e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-17T06:15:50.277Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d317f7d1-d231-48c4-a857-08562fb0811c/model-vers/model-ver/943dbd02-f7f7-4ead-9aa2-c94f236a4d6e?depth=0|INFO|500||InvokeReturn 2022-05-17T06:15:50.278Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d317f7d1-d231-48c4-a857-08562fb0811c/model-vers/model-ver/943dbd02-f7f7-4ead-9aa2-c94f236a4d6e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220517-06:15:50:318-74587], vertex-id=[266312], Content-Length=[0], Date=[Tue, 17 May 2022 06:15:50 GMT], Content-Type=[application/json]} 2022-05-17T06:15:50.279Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-17T06:15:50.279Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-17T06:15:50.279Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:15:50.283Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-17T06:15:50.283Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5207561c-cc48-42fe-9419-d64944513f50 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-17T06:15:50.284Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-17T06:15:50.284Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:50.286Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:50.286Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768150284, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:15:50.386Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:50.387Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:50.387Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:50.406Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:50.406Z||pool-134-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:15:51.298Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:15:51.299Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:15:51.299Z|5207561c-cc48-42fe-9419-d64944513f50|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:55.721Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:55.723Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-17T06:15:55.723Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6907e6ef-1688-44fa-ac97-894fd7bc7fd3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e84b8f8e-5c8c-4584-9f97-71e76c71de52","serviceDescription":"service","serviceInvariantUUID":"a53da791-7b7c-4501-9ccf-fa064150c605","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2499e599-c2e2-4382-80f2-5317bbcc6136","resourceInvariantUUID":"21e0d989-5018-4865-bbe1-ba8c1cdb273a","resourceCustomizationUUID":"36764058-7071-480c-b584-342b7070d118","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":"YjUzZDA0NTU1NWQwZmE4MmE2MDc3ZDViZWI3MTI5YTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f4726e5-b0c1-4b24-aa5b-b768b8c93c91","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":"2ad3c119-241d-4113-a941-009a44a7be35","artifactVersion":"3","generatedFromUUID":"abdc709d-454d-4f3c-84b3-4f673f064215"},{"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":"abdc709d-454d-4f3c-84b3-4f673f064215","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":"MTc0YTExNDY4OGZhNmVkMmUzNWJjMzQ1NWRlY2Q4NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3cca3a6-841f-487f-a827-ba841c21376c","artifactVersion":"2"},{"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":"4ab2b9d3-ca44-48a6-90bc-c48410069f74","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":"72722fc9-6b68-435e-9ef2-6558e464e6cd","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":"e64c83d6-bb67-466e-9240-7dc9cfd9d2e2","artifactVersion":"3","generatedFromUUID":"4ab2b9d3-ca44-48a6-90bc-c48410069f74"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWRkNWVmYjg0ZDRmYTBmN2U4NTMzMjg0NjA4ZjM0MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b121163-a79c-4485-8cfd-5cc8e7364cb6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2Y4NTA1MjYzZmVjMWYzY2E1YjJhZTcyYzFlYjhhZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34c8737c-8542-49e7-a468-a14dd00a372e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-17T06:15:55.727Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:55.727Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:55.729Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:55.730Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:15:55.830Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:55.831Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:55.831Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:55.846Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:55.846Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:56.730Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:56.731Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:56.733Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:56.733Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-17T06:15:56.834Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-17T06:15:56.835Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:56.835Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:56.856Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:56.857Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:57.743Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:57.744Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:57.751Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:57.751Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-17T06:15:57.846Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-05-17T06:15:57.847Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:57.847Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:57.861Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:57.861Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:58.755Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:58.756Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:58.763Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:58.763Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:15:58.859Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-05-17T06:15:58.860Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:58.861Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:58.873Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:58.874Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:15:59.767Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:15:59.768Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:15:59.770Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:15:59.770Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-17T06:15:59.870Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:15:59.871Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:15:59.871Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:15:59.885Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:15:59.886Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:00.771Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:16:00.771Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:00.773Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:00.773Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:16:00.881Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:16:00.882Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:00.882Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:00.896Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:00.896Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:16:01.776Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:16:01.777Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:01.779Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:01.780Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-17T06:16:01.880Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:16:01.881Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:01.881Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:01.897Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:01.898Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:02.787Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:16:02.788Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:02.790Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:02.790Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:16:02.893Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-05-17T06:16:02.897Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:02.897Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:02.911Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:02.911Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:03.791Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-17T06:16:03.791Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:03.793Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:03.794Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:16:03.894Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:16:03.895Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:03.896Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:03.913Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:03.914Z||pool-143-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:04.795Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "e84b8f8e-5c8c-4584-9f97-71e76c71de52", "serviceDescription": "service", "serviceInvariantUUID": "a53da791-7b7c-4501-9ccf-fa064150c605", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "36764058-7071-480c-b584-342b7070d118", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2499e599-c2e2-4382-80f2-5317bbcc6136", "resourceInvariantUUID": "21e0d989-5018-4865-bbe1-ba8c1cdb273a", "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": "3", "artifactUUID": "2ad3c119-241d-4113-a941-009a44a7be35", "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": "abdc709d-454d-4f3c-84b3-4f673f064215", "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": "MTc0YTExNDY4OGZhNmVkMmUzNWJjMzQ1NWRlY2Q4NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a3cca3a6-841f-487f-a827-ba841c21376c", "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": "4ab2b9d3-ca44-48a6-90bc-c48410069f74", "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": "3", "artifactUUID": "e64c83d6-bb67-466e-9240-7dc9cfd9d2e2", "generatedFromUUID": "4ab2b9d3-ca44-48a6-90bc-c48410069f74" }, "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": "3", "artifactUUID": "e64c83d6-bb67-466e-9240-7dc9cfd9d2e2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "M2Y4NTA1MjYzZmVjMWYzY2E1YjJhZTcyYzFlYjhhZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "34c8737c-8542-49e7-a468-a14dd00a372e" } ], "workloadContext": "Production" } 2022-05-17T06:16:04.795Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-17T06:16:04.795Z|5207561c-cc48-42fe-9419-d64944513f50|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e84b8f8e-5c8c-4584-9f97-71e76c71de52 ASDC 2022-05-17T06:16:04.796Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:6907e6ef-1688-44fa-ac97-894fd7bc7fd3 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:e84b8f8e-5c8c-4584-9f97-71e76c71de52 ServiceInvariantUUID:a53da791-7b7c-4501-9ccf-fa064150c605 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:34c8737c-8542-49e7-a468-a14dd00a372e ArtifactChecksum:M2Y4NTA1MjYzZmVjMWYzY2E1YjJhZTcyYzFlYjhhZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:36764058-7071-480c-b584-342b7070d118 ResourceInvariantUUID:21e0d989-5018-4865-bbe1-ba8c1cdb273a ResourceName:basic_cnf ResourceType:VF ResourceUUID:2499e599-c2e2-4382-80f2-5317bbcc6136 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:3 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:2ad3c119-241d-4113-a941-009a44a7be35 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:abdc709d-454d-4f3c-84b3-4f673f064215 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:2 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:a3cca3a6-841f-487f-a827-ba841c21376c ArtifactChecksum:MTc0YTExNDY4OGZhNmVkMmUzNWJjMzQ1NWRlY2Q4NWY= 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:4ab2b9d3-ca44-48a6-90bc-c48410069f74 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:3 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:e64c83d6-bb67-466e-9240-7dc9cfd9d2e2 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:3 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:e64c83d6-bb67-466e-9240-7dc9cfd9d2e2 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-17T06:16:04.796Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e84b8f8e-5c8c-4584-9f97-71e76c71de52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:16:04.836Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:16:04.837Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:16:04.837Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:16:04.837Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 34c8737c-8542-49e7-a468-a14dd00a372e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-17T06:16:04.837Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:16:04.837Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-17T06:16:06.634Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:16:06.637Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 34c8737c-8542-49e7-a468-a14dd00a372e 68953 2022-05-17T06:16:06.637Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-17T06:16:06.637Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-17T06:16:06.637Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:16:06.638Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:06.640Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:06.640Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768166637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:16:06.741Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-17T06:16:06.742Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:06.743Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:06.761Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:06.762Z||pool-144-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:07.642Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-17T06:16:07.643Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-17T06:16:07.643Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 34c8737c-8542-49e7-a468-a14dd00a372e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-17T06:16:07.645Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-17T06:16:07.646Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-17T06:16:07.646Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-17T06:16:07.798Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15667072093201615158/Definitions/service-BasicCnf-template.yml 2022-05-17T06:16:08.926Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-17T06:16:08.926Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:16:08.926Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-17T06:16:08.927Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-17T06:16:08.927Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-17T06:16:08.927Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-17T06:16:08.927Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-17T06:16:08.927Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-17T06:16:08.927Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-17T06:16:08.927Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.927Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:08.927Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-17T06:16:08.928Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:16:08.928Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:16:08.928Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.928Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:08.928Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-17T06:16:08.928Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-17T06:16:08.928Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-17T06:16:08.928Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.928Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:08.929Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.929Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-17T06:16:08.929Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-17T06:16:08.929Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-17T06:16:08.929Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-17T06:16:08.929Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.929Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T06:16:08.929Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.929Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-17T06:16:08.929Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:16:08.930Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.930Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-17T06:16:08.930Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:16:08.930Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.930Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-17T06:16:08.930Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:16:08.930Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.930Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-17T06:16:08.931Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-17T06:16:08.931Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3a380971-93f5-4046-8da2-84a1d0df34cb 2022-05-17T06:16:08.931Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.931Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:08.931Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.931Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:08.931Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.931Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:08.931Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:08.932Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:08.932Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:e84b8f8e-5c8c-4584-9f97-71e76c71de52 Model Version:NULL Model InvariantUuid:a53da791-7b7c-4501-9ccf-fa064150c605 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:3d8f085f-9218-4a05-aef6-f9925861f922 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:21e0d989-5018-4865-bbe1-ba8c1cdb273a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:36764058-7071-480c-b584-342b7070d118 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:81720800-68bd-475e-8183-05b93e9d573b ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ba96417c-fd04-41b3-9566-21a2faf8834a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3a380971-93f5-4046-8da2-84a1d0df34cb ModelInvariantUuid:1f76d4b7-daee-48a0-a3d8-fc78f77e01ec ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:c8e30f49-97d4-4f7b-91b6-f53dbfdfe4f4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:d20839d0-8484-4e14-9fe6-c114e6dd8213 ModelInvariantUuid:be2bd91e-6752-48af-8713-06f88dbe197e ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:da6be2fa-044d-4e06-a5a7-eb96bdaf790a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-17T06:16:08.943Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2499e599-c2e2-4382-80f2-5317bbcc6136 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:16:08.946Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-05-17T06:16:08.946Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2499e599-c2e2-4382-80f2-5317bbcc6136 2022-05-17T06:16:08.946Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2ad3c119-241d-4113-a941-009a44a7be35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-17T06:16:08.947Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:16:08.947Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-17T06:16:09.322Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:16:09.323Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2ad3c119-241d-4113-a941-009a44a7be35 12 2022-05-17T06:16:09.323Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-17T06:16:09.323Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-17T06:16:09.323Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:16:09.324Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:09.326Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:09.326Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768169323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:16:09.426Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:16:09.427Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:09.427Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:09.447Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:09.447Z||pool-145-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:10.327Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: abdc709d-454d-4f3c-84b3-4f673f064215 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-17T06:16:10.327Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:16:10.327Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-17T06:16:10.388Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:16:10.389Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz abdc709d-454d-4f3c-84b3-4f673f064215 2688 2022-05-17T06:16:10.389Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-17T06:16:10.389Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-17T06:16:10.390Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:16:10.390Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:10.393Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:10.393Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768170389, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-17T06:16:10.493Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:16:10.494Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:10.494Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:10.510Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:10.511Z||pool-146-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:11.394Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a3cca3a6-841f-487f-a827-ba841c21376c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-17T06:16:11.394Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:16:11.395Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-17T06:16:11.449Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:16:11.449Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a3cca3a6-841f-487f-a827-ba841c21376c 828 2022-05-17T06:16:11.449Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-17T06:16:11.450Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-17T06:16:11.450Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:16:11.450Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:11.452Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:11.452Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768171449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T06:16:11.553Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-17T06:16:11.554Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:11.554Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:11.572Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:11.572Z||pool-147-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-05-17T06:16:12.453Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "81720800-68bd-475e-8183-05b93e9d573b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ba96417c-fd04-41b3-9566-21a2faf8834a", "vfModuleModelCustomizationUUID": "14edde3b-e414-4ddb-87b6-1c5eb93419e5", "isBase": true, "artifacts": [ "4ab2b9d3-ca44-48a6-90bc-c48410069f74", "abdc709d-454d-4f3c-84b3-4f673f064215", "e64c83d6-bb67-466e-9240-7dc9cfd9d2e2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T06:16:12.458Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ba96417c-fd04-41b3-9566-21a2faf8834a VfModuleModelInvariantUUID:81720800-68bd-475e-8183-05b93e9d573b VfModuleModelDescription:NULL Artifacts UUID List:{ 4ab2b9d3-ca44-48a6-90bc-c48410069f74 , abdc709d-454d-4f3c-84b3-4f673f064215 , e64c83d6-bb67-466e-9240-7dc9cfd9d2e2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-17T06:16:12.461Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "81720800-68bd-475e-8183-05b93e9d573b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ba96417c-fd04-41b3-9566-21a2faf8834a", "vfModuleModelCustomizationUUID": "14edde3b-e414-4ddb-87b6-1c5eb93419e5", "isBase": true, "artifacts": [ "4ab2b9d3-ca44-48a6-90bc-c48410069f74", "abdc709d-454d-4f3c-84b3-4f673f064215", "e64c83d6-bb67-466e-9240-7dc9cfd9d2e2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-17T06:16:12.461Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ba96417c-fd04-41b3-9566-21a2faf8834a VfModuleModelInvariantUUID:81720800-68bd-475e-8183-05b93e9d573b VfModuleModelDescription:NULL Artifacts UUID List:{ 4ab2b9d3-ca44-48a6-90bc-c48410069f74 , abdc709d-454d-4f3c-84b3-4f673f064215 , e64c83d6-bb67-466e-9240-7dc9cfd9d2e2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-17T06:16:12.461Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4ab2b9d3-ca44-48a6-90bc-c48410069f74 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-17T06:16:12.462Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:16:12.462Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-17T06:16:12.513Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:16:12.514Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4ab2b9d3-ca44-48a6-90bc-c48410069f74 1164 2022-05-17T06:16:12.515Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-17T06:16:12.515Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-17T06:16:12.515Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:16:12.516Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:12.518Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:12.518Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768172515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:16:12.618Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:16:12.620Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:12.620Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:12.635Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:12.636Z||pool-148-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:13.519Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e64c83d6-bb67-466e-9240-7dc9cfd9d2e2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-17T06:16:13.519Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-17T06:16:13.519Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-17T06:16:13.576Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-17T06:16:13.576Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e64c83d6-bb67-466e-9240-7dc9cfd9d2e2 200 2022-05-17T06:16:13.576Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-17T06:16:13.576Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-17T06:16:13.577Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-17T06:16:13.580Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:13.583Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:13.583Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768173576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:16:13.683Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:16:13.685Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:13.685Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:13.700Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:13.701Z||pool-149-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:14.584Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e84b8f8e-5c8c-4584-9f97-71e76c71de52 2022-05-17T06:16:14.584Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2499e599-c2e2-4382-80f2-5317bbcc6136 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=? 2022-05-17T06:16:14.592Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:16:14.598Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f89943d, org.onap.sdc.toscaparser.api.parameters.Input@277141c6, org.onap.sdc.toscaparser.api.parameters.Input@283bb62, org.onap.sdc.toscaparser.api.parameters.Input@434a02ab, org.onap.sdc.toscaparser.api.parameters.Input@10b14e83] 2022-05-17T06:16:14.599Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.599Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:14.600Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-17T06:16:14.600Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 36764058-7071-480c-b584-342b7070d118 2022-05-17T06:16:14.600Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36764058-7071-480c-b584-342b7070d118 matches Tosca VF Customization UUID: 36764058-7071-480c-b584-342b7070d118 2022-05-17T06:16:14.600Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 36764058-7071-480c-b584-342b7070d118 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-17T06:16:14.602Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.602Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:14.603Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 36764058-7071-480c-b584-342b7070d118: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-05-17T06:16:14.603Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31e8a7e2 2022-05-17T06:16:14.603Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.603Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-17T06:16:14.603Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 14edde3b-e414-4ddb-87b6-1c5eb93419e5 2022-05-17T06:16:14.604Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 14edde3b-e414-4ddb-87b6-1c5eb93419e5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-17T06:16:14.605Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.606Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-17T06:16:14.606Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:16:14.606Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.606Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-17T06:16:14.606Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:16:14.607Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.607Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-17T06:16:14.607Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-17T06:16:14.607Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3a380971-93f5-4046-8da2-84a1d0df34cb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-17T06:16:14.609Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.610Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-17T06:16:14.610Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-17T06:16:14.610Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.610Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-17T06:16:14.610Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=36764058-7071-480c-b584-342b7070d118 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:16:14.612Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.612Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:14.612Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e84b8f8e-5c8c-4584-9f97-71e76c71de52: basic_cnf 2022-05-17T06:16:14.612Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.613Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:14.613Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.613Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:14.613Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.613Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:14.613Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.614Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:14.614Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-17T06:16:14.614Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-17T06:16:14.614Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-17T06:16:14.670Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2499e599-c2e2-4382-80f2-5317bbcc6136 1 ASDC deployResourceStructure 2022-05-17T06:16:14.671Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-17T06:16:14.671Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-05-17T06:16:14.671Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-17T06:16:14.672Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:14.674Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:14.674Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768174671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-17T06:16:14.774Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-17T06:16:14.776Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:14.776Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:14.787Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:14.788Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:15.675Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-17T06:16:15.676Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-17T06:16:15.676Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-17T06:16:15.676Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:15.679Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:15.679Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768175675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-17T06:16:15.779Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:16:15.781Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:15.781Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:15.794Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:15.797Z||pool-151-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:16.680Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-17T06:16:16.680Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-17T06:16:16.680Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:16:16.681Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:16.682Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:16.682Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768176680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T06:16:16.783Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:16:16.784Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:16.784Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:16.797Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:16.798Z||pool-152-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:17.683Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-17T06:16:17.683Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-17T06:16:17.684Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:16:17.684Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:17.686Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:17.686Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768177683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-17T06:16:17.786Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:16:17.787Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:17.787Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:17.799Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:17.799Z||pool-153-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:18.687Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-17T06:16:18.687Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-17T06:16:18.688Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:16:18.688Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:18.691Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:18.691Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768178687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-17T06:16:18.791Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:16:18.792Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:18.792Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:18.806Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:18.807Z||pool-154-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:19.692Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-17T06:16:19.692Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-17T06:16:19.692Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-17T06:16:19.692Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:19.694Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:19.694Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768179691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:16:19.795Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-17T06:16:19.796Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:19.796Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:19.809Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:19.809Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-17T06:16:20.695Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:16:20.706Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-17T06:16:20.708Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-17T06:16:20.708Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-17T06:16:20.709Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-17T06:16:20.709Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-17T06:16:20.709Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:16:20.709Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:16:20.709Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:16:20.709Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:16:20.709Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:16:20.709Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-17T06:16:20.709Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-17T06:16:20.714Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-17T06:16:38.900Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:16:38.901Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:16:38.901Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:38.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:38.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:16:38.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f63275bc-c2d4-40ad-bbf2-5f216d6af2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768056989, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:16:38.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:16:38.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:16:38.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:16:38.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:16:38.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:16:38.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:16:38.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:16:38.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-17T06:16:38.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:16:38.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:16:38.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:16:38.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:16:38.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:16:38.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:16:38.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-17T06:16:38.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:16:38.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768067564, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:16:38.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:16:38.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-17T06:16:38.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768069580, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:16:38.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:16:50.714Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-17T06:16:50.721Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 and serviceModelVersionId: e84b8f8e-5c8c-4584-9f97-71e76c71de52 2022-05-17T06:16:50.721Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a53da791-7b7c-4501-9ccf-fa064150c605 2022-05-17T06:16:50.722Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a53da791-7b7c-4501-9ccf-fa064150c605/model-vers/model-ver/e84b8f8e-5c8c-4584-9f97-71e76c71de52?depth=0 2022-05-17T06:16:50.726Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-17T06:16:50.764Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a53da791-7b7c-4501-9ccf-fa064150c605/model-vers/model-ver/e84b8f8e-5c8c-4584-9f97-71e76c71de52?depth=0|INFO|500||Invoke 2022-05-17T06:16:50.765Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a53da791-7b7c-4501-9ccf-fa064150c605/model-vers/model-ver/e84b8f8e-5c8c-4584-9f97-71e76c71de52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a53da791-7b7c-4501-9ccf-fa064150c605/model-vers/model-ver/e84b8f8e-5c8c-4584-9f97-71e76c71de52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6907e6ef-1688-44fa-ac97-894fd7bc7fd3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a8cd0b23-926b-454a-b38d-69733abd07dc], X-ECOMP-RequestID=[6907e6ef-1688-44fa-ac97-894fd7bc7fd3], X-TransactionId=[], X-ONAP-RequestID=[6907e6ef-1688-44fa-ac97-894fd7bc7fd3], Content-Type=[application/merge-patch+json]} 2022-05-17T06:16:50.786Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a53da791-7b7c-4501-9ccf-fa064150c605/model-vers/model-ver/e84b8f8e-5c8c-4584-9f97-71e76c71de52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-17T06:16:50.941Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a53da791-7b7c-4501-9ccf-fa064150c605/model-vers/model-ver/e84b8f8e-5c8c-4584-9f97-71e76c71de52?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/a53da791-7b7c-4501-9ccf-fa064150c605/model-vers/model-ver/e84b8f8e-5c8c-4584-9f97-71e76c71de52?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220517-06:16:50:947-83482], vertex-id=[266408], Content-Length=[0], Date=[Tue, 17 May 2022 06:16:50 GMT], Content-Type=[application/json]} 2022-05-17T06:16:50.941Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a53da791-7b7c-4501-9ccf-fa064150c605/model-vers/model-ver/e84b8f8e-5c8c-4584-9f97-71e76c71de52?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-17T06:16:50.942Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a53da791-7b7c-4501-9ccf-fa064150c605/model-vers/model-ver/e84b8f8e-5c8c-4584-9f97-71e76c71de52?depth=0|INFO|500||InvokeReturn 2022-05-17T06:16:50.943Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-17T06:16:50.943Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-17T06:16:50.948Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-17T06:16:50.948Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6907e6ef-1688-44fa-ac97-894fd7bc7fd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-17T06:16:50.949Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-17T06:16:50.949Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-17T06:16:50.951Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-17T06:16:50.952Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768210949, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:16:51.051Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-17T06:16:51.052Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-17T06:16:51.053Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:16:51.068Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:16:51.069Z||pool-156-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-17T06:16:51.963Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:16:51.964Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:16:51.964Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:17:01.513Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:17:01.514Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:17:01.515Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:17:01.515Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:17:11.057Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:17:11.059Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:17:11.059Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:17:11.059Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:17:20.598Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:17:20.598Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:17:20.599Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:17:20.599Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:17:30.167Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:17:30.168Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:17:30.169Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:17:30.169Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:17:38.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:17:38.900Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:17:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:17:38.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:17:38.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dce0fb9-f928-4268-a24a-bcbfb0c47203", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768101062, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:17:38.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:17:38.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:17:38.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:17:38.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:17:38.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:17:38.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-17T06:17:38.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:17:38.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:17:38.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:17:38.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-17T06:17:38.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:17:38.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-17T06:17:38.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:17:38.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:17:38.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:17:38.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652767876208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:17:38.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:17:38.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768110466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:17:38.936Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:17:38.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768112816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T06:17:38.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:17:38.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768113899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:17:38.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:17:38.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768114949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:17:38.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:17:38.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768116060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T06:17:38.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:17:38.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768117064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-17T06:17:38.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:17:38.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768118067, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-17T06:17:38.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:17:38.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:17:38.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768119072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:17:38.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:17:39.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:17:39.723Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:17:39.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:17:39.723Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:17:49.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:17:49.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:17:49.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:17:49.268Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:17:58.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:18:38.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:18:38.893Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:18:38.893Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:18:38.899Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:18:38.900Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:18:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:18:38.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:18:38.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5207561c-cc48-42fe-9419-d64944513f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768150284, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:18:38.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:38.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:18:38.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:18:38.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-17T06:18:38.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:18:38.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-17T06:18:38.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:18:38.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-17T06:18:38.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:18:38.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-17T06:18:38.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:18:38.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-17T06:18:38.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:18:38.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-17T06:18:38.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:18:38.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-17T06:18:38.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:18:38.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768151298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-17T06:18:38.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-17T06:18:38.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768166637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-17T06:18:38.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:38.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768169323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:18:38.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:38.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768170389, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-17T06:18:38.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:38.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768171449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-17T06:18:38.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:38.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768172515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-17T06:18:38.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:38.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768173576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-17T06:18:38.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:38.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768174671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-17T06:18:38.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:38.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768175675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-17T06:18:38.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:38.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768176680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-17T06:18:38.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:38.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768177683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-17T06:18:38.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:38.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768178687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-17T06:18:38.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:38.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-17T06:18:38.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768179691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-17T06:18:38.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:18:48.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:19:38.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:19:38.892Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:19:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:19:38.900Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:19:38.900Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:19:38.900Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:19:39.421Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:19:39.422Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-17T06:19:39.422Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6907e6ef-1688-44fa-ac97-894fd7bc7fd3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652768210949, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-17T06:19:39.423Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-17T06:19:48.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:20:38.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:20:38.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:20:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:20:38.899Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:20:38.900Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:20:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:20:48.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:20:48.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:21:38.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:21:38.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:21:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:21:38.899Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:21:38.900Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:21:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:21:48.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:21:48.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:22:38.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:22:38.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:22:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:22:38.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:22:38.900Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:22:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:22:48.458Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:22:48.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:23:38.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:23:38.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:23:38.891Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:23:38.899Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:23:38.900Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:23:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:23:48.443Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:23:48.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:24:38.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:24:38.891Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:24:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:24:38.899Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:24:38.900Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:24:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:24:48.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:24:48.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:25:38.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:25:38.892Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:25:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:25:38.899Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:25:38.900Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:25:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:25:48.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:25:48.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:26:38.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:26:38.892Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:26:38.893Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:26:38.900Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:26:38.900Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:26:38.901Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:26:48.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:26:48.451Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:27:38.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:27:38.892Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:27:38.892Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:27:38.899Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:27:38.900Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:27:38.900Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:27:48.442Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:27:48.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:28:38.891Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:28:38.893Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:28:38.893Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:28:38.900Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:28:38.900Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:28:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:28:48.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:28:48.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:29:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:29:38.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:29:38.891Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:29:38.899Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:29:38.900Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:29:38.900Z||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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:29:48.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:29:48.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:30:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:30:38.891Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:30:38.891Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ... 2022-05-17T06:30:38.899Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-17T06:30:38.900Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-17T06:30:38.900Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|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 WCt8sSiIOqIxKWln) ... 2022-05-17T06:30:48.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-17T06:30:48.437Z|6907e6ef-1688-44fa-ac97-894fd7bc7fd3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK